Solve a missing dimension from any aspect ratio, or simplify pixel dimensions to their lowest-term ratio — with a to-scale rectangle preview.
Simplified ratio
16:9
Decimal ratio
1.7778
Calculator
Result
1,080 px
Simplified ratio
16:9
Decimal ratio
1.7778
Width
1,920 px
Common ratios: 16:9 · 4:3 · 21:9
How aspect ratio calculation works
An aspect ratio describes the proportional relationship between a rectangle's width and height. A 16:9 ratio means for every 16 units of width there are 9 units of height. To find the missing dimension, multiply the known side by the ratio of the unknown to the known: height = width × (ratioH ÷ ratioW).
To simplify a pixel resolution (e.g. 1920×1080) to its ratio, divide both numbers by their greatest common divisor (GCD). 1920 and 1080 share GCD 120, giving 16:9. The decimal ratio (width ÷ height) is useful for comparing non-standard ratios.
What is the most common aspect ratio for video?
16:9 is the standard for HD and 4K video (ITU-R BT.709 and SMPTE ST 2036). Most monitors, TVs, and YouTube videos use this ratio. Cinema often uses 21:9 (2.35:1) for a wider, more immersive frame.
How do I calculate width from height at 16:9?
Multiply the height by 16 and divide by 9. For example, a 1080px height gives 1920px width (1080 × 16 / 9 = 1920). This calculator does the math instantly for any ratio.
What does simplifying a ratio mean?
Simplifying reduces a ratio to its smallest whole-number form. 3840×2160 simplifies to 16:9 because both numbers divide evenly by 240. The simplified form makes it easy to compare proportions across different resolutions.
Results are estimates. Verify with a professional for important decisions.
About this calculator
This calculator does two things: it simplifies any pair of pixel dimensions to their lowest-term ratio, and it solves for a missing width or height when you know one dimension and a target ratio. Use it to check whether a video frame is truly 16:9, to resize an image without distorting it, or to confirm that a canvas or viewport matches a design spec.
How to read your results
In simplify mode the headline shows the reduced ratio (e.g. 16:9 or 4:3). In solve mode it shows the computed dimension alongside the one you supplied. The rectangle preview scales visually to the ratio so you can spot-check the shape at a glance — a wide landscape box versus a tall portrait box versus a square.
Worked example
Enter width 1920 and height 1080 in simplify mode.
The calculator finds GCD(1920, 1080) = 120, then divides: 1920 ÷ 120 = 16 and 1080 ÷ 120 = 9. The simplified ratio is 16:9 — the standard widescreen format used by HD and 4K video.
Frequently asked questions
What is an aspect ratio?
An aspect ratio is the proportional relationship between the width and height of a rectangle, expressed as two integers separated by a colon (e.g. 16:9). The same ratio can describe countless actual resolutions: 1280 × 720, 1920 × 1080, and 3840 × 2160 are all 16:9 because each pair shares that proportion.
How does the simplification work?
The calculator finds the greatest common divisor (GCD) of the width and height using the Euclidean algorithm, then divides both numbers by it. For example, 1920 and 1080 have a GCD of 120, so 1920 ÷ 120 = 16 and 1080 ÷ 120 = 9, giving 16:9.
What are the most common aspect ratios?
16:9 is the standard for HD and 4K video (1080p, 2160p) and most modern monitors. 4:3 was the standard for older TVs, monitors, and cameras. 21:9 (or its precise equivalent 64:27) is used for cinematic ultrawide displays. 1:1 is a square, common for social media profile images and thumbnails.
Can I use this for print or design work?
Yes. The ratio itself is unitless — it applies equally to pixels, centimetres, inches, or any other unit. If your canvas is 210 mm × 297 mm (A4) and you want to find its aspect ratio, enter those numbers and the calculator returns 1:√2, but since it expects integers, round to practical pixel equivalents first.
Why does my ratio not match a standard one like 16:9 exactly?
Camera sensors and phone screens sometimes use non-standard resolutions that simplify to unusual ratios. A 2560 × 1080 display simplifies to 64:27, not 21:9, because 21:9 is a rounded description of the cinematic format rather than an exact integer ratio. The calculator gives the mathematically exact reduced form.
How it's calculated
To simplify a ratio the calculator applies the Euclidean algorithm: it repeatedly replaces the larger value with the remainder of dividing the larger by the smaller until the remainder is zero. The last non-zero value is the greatest common divisor. Dividing both the width and height by this divisor yields the smallest whole-number ratio that preserves the original proportion. For example, GCD(1920, 1080) = 120, producing 16:9. To solve for a missing dimension, the calculator rearranges the ratio equation: if width and ratioW:ratioH are known, height = width × ratioH ÷ ratioW. Common ratios like 16:9 (widescreen HD), 4:3 (classic TV and photo), and 21:9 (ultrawide cinema) are preset shortcuts that set ratioW and ratioH automatically.
Spot a translation issue, a calculation issue, or have a suggestion? Let us know.