# Aspect Ratio Calculator — Solve, Simplify & Preview Any Ratio

> Calculate missing width or height from a target aspect ratio, or simplify any pixel dimensions to their lowest-term ratio (16:9, 4:3, 21:9 and more). Instant visual rectangle preview.

- **Category:** Conversions & Units
- **Interactive calculator:** https://youcalc.com/en/conversions-units/aspect-ratio-calculator/
- **Price:** Free, no sign-up required

## Overview

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 result

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.

## Method

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.

## Example

- **Setup:** Enter width 1920 and height 1080 in simplify mode.
- **Result:** 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.

## Related calculators

- [Fraction Calculator](https://youcalc.com/en/math/fraction-operations/)
- [PPI & DPI Calculator](https://youcalc.com/en/conversions-units/ppi-dpi-print-size/)
- [Unit Converter](https://youcalc.com/en/conversions-units/unit-converter/)
- [Video File Size Calculator](https://youcalc.com/en/conversions-units/video-file-size-calculator/)
- [Percentage Calculator](https://youcalc.com/en/math/percentage/)

## Sources

- https://www.itu.int/rec/R-REC-BT.709
- https://www.smpte.org/standards

---

Interactive version: https://youcalc.com/en/conversions-units/aspect-ratio-calculator/ · From YouCalc — https://youcalc.com
