Aspect Ratio Calculator
Keep proportions when resizing, and name the ratio.
- Ratio
- 16:9 (widescreen)
- Decimal ratio
- 1.7778
- Exact new height
- 720.00px
- Megapixels at new size
- 0.92MP
Every tool runs entirely in your browser. Your files are never uploaded to a server.
To resize proportionally, multiply the new width by the original height divided by the original width. A 1920×1080 image at 1280 wide becomes 720 tall, because both are 16:9.
How to use Aspect Ratio Calculator
- Enter the original size. Width and height in pixels.
- Enter the new width. The height that preserves the proportions is calculated.
- Check the ratio. Common ratios are named; anything else is reduced to lowest terms.
About calculating aspect ratio
Aspect ratio is shape rather than size, and keeping it constant is the difference between resizing and distorting. The arithmetic is a single multiplication, and the errors come from two places. The first is rounding: pixel dimensions must be integers, so any target width that does not divide cleanly produces a fractional height, and rounding it shifts the ratio very slightly. Usually that is invisible; occasionally, in a tiled layout or a video encoder that demands dimensions divisible by two or by sixteen, it is not. Choosing widths that are multiples of the ratio removes the problem, which is why standard sizes cluster on numbers like 1280, 1600 and 1920. The second error is cropping confused with scaling. Changing an image from 16:9 to 1:1 is not a resize at all — some of the picture has to go, and which part is a decision nobody but you can make. Automated crops take the centre, which is wrong for most photographs of people. And a note on video specifically: pixels are not always square. Some broadcast formats use non-square pixels, so the stored resolution and the displayed shape genuinely differ, which is why a file can be 720×576 and still display as 16:9.
Frequently asked questions
What does 16:9 actually mean?
Why does my resized image look slightly squashed?
What ratio should I use for social video?
Is aspect ratio the same as resolution?
Last updated