Converters
Aspect Ratio Calculator
Simplify a ratio, or scale a dimension to match it.
🔒 Runs entirely in your browser — nothing here is ever uploaded
CalcoTools · Aspect Ratio Calculator · generated 9/1/2026, 1:32:15 PM
About the Aspect Ratio Calculator
Simplifies a width/height pair into its lowest-terms ratio (like 1920×1080 → 16:9), and scales a dimension to a new size while preserving that exact ratio.
100% Free Runs in Your Browser No Sign-Up Required
How to use it
- Enter a Width and Height.
- Read the simplified ratio and decimal ratio in the result panel.
- Enter a new Width to see the matching Height that preserves the same ratio.
Formula
Simplified ratio = width ÷ GCD(width, height) : height ÷ GCD(width, height), where GCD is the greatest common divisor of the two values (computed via the Euclidean algorithm)
Scaled height = (new width × original height) ÷ original width
Worked example
1920×1080 simplifies to a 16:9 ratio (1.7778:1) — scaling to a new width of 1280px keeps that exact ratio at 720px tall, the standard 720p resolution.
Common aspect ratios
| Ratio | Decimal | Common use |
|---|---|---|
| 1:1 | 1.0000 | Square — social media posts, album art |
| 5:4 | 1.2500 | Older monitors, some print formats |
| 4:3 | 1.3333 | Classic TV/monitor, older photography |
| 3:2 | 1.5000 | 35mm film, most DSLR photos |
| 16:10 | 1.6000 | Laptop/monitor displays |
| 16:9 | 1.7778 | Widescreen video, HDTV, YouTube |
| 21:9 | 2.3333 | Ultrawide monitors, cinematic video |
| 9:16 | 0.5625 | Vertical/mobile video (Reels, Shorts, Stories) |
Recommendations
- • Common video/display ratios are recognizable once simplified — 16:9 (widescreen), 4:3 (older TVs/monitors), 21:9 (ultrawide), and 1:1 (square) are the ones you'll see most often.
- • The GCD-based simplification is exact — no rounding — so the simplified ratio always represents the original dimensions precisely, unlike a decimal approximation.
- • For print or physical media, the same ratio math applies regardless of unit (inches, cm, pixels) — the ratio itself is unitless.
Frequently asked questions
Not every real-world image or video has been shot or cropped to a standard ratio — the simplified result is mathematically exact for whatever dimensions you entered, even if it doesn't match a common named ratio.
Related searches
Sources
- Wolfram MathWorld — Greatest Common Divisor — accessed 2026-08-29