Aspect Ratio Calculator
Find the aspect ratio of any width and height, or resize while keeping the same ratio.
Reviewed by the WorldCalcs team · Methodology · Last reviewed: June 2026
Simplified ratio
16:9
Decimal ratio (W ÷ H)
1.7778
What is an aspect ratio?
An aspect ratio is the relationship between the width and the height of a rectangle, written as W:H. It describes the shape of an image, video or screen, not its size. A 1280×720 photo and a 1920×1080 photo are very different in pixel count, but they're the same shape — both are 16:9.
Aspect ratios are why a 16:9 video looks right on a widescreen TV but has black bars on a 4:3 old-style screen. The content has to be stretched, cropped or letterboxed when the shape of the source doesn't match the shape of the display.
How simplification works
To find the ratio of any width and height, divide both numbers by their greatest common divisor (gcd). For 1920×1080, gcd(1920, 1080) is 120, so the ratio is 1920÷120 : 1080÷120 = 16:9. For 1280×1024, gcd is 256, so the ratio is 5:4. Mode A above does this gcd reduction for you and also reports the decimal ratio (width ÷ height) for cases that don't reduce to small numbers — for example 2560×1080 reduces to 64:27, which most people just call 21:9.
How resizing keeps the ratio
To resize without distortion you scale both dimensions by the same factor. If you know one new side and the target ratio, solve for the other: missing height = known width × ratio H ÷ ratio W, and missing width = known height × ratio W ÷ ratio H. For a 16:9 image at 1280 wide, the height is 1280 × 9 ÷ 16 = 720. Mode B above does the arithmetic and includes presets for the common ratios (16:9, 4:3, 21:9, 1:1, 3:2, 9:16).
Examples
- 1920×1080 → 16:9 (decimal 1.7778)
- 1280×1024 → 5:4
- 800×600 → 4:3
- 2560×1080 → 64:27 (commonly called 21:9)
- Ratio 16:9 at width 1920 → height 1080
- Ratio 4:3 at width 1024 → height 768
For working with raw ratios as fractions, see the ratio calculator. For converting an area in different units, the square footage calculator covers length × width in feet and meters. To scale prices or quantities by a percentage instead of a ratio, use the percentage calculator.
All calculations happen in your browser. Nothing is sent, stored, or tracked.
Results are estimates and may contain errors — for general information only, not professional advice. Always verify before relying on them. Disclaimer
How to use
Find the ratio: enter width and height to get the simplified ratio (e.g. 16:9) plus the decimal ratio.
Resize: pick a preset ratio (or type your own as W:H), enter one known dimension, and the calculator solves the other side so the proportions stay the same.