How to Calculate Aspect Ratio
Aspect ratio is simply the relationship between how wide something is and how tall it is. There are two common ways to express it once you know the width and height.
Method 1 — as a decimal
Divide the width by the height. Whatever number you get is the ratio of width to a height of 1, written as "that number : 1". For a 1920 × 1080 screen, 1920 ÷ 1080 = 1.777…, which rounds to 1.78:1.
Method 2 — as whole numbers
Find the greatest common factor (GCF) of the width and height, then divide both by it. For 1920 × 1080, the GCF is 120: 1920 ÷ 120 = 16, and 1080 ÷ 120 = 9. That gives the familiar whole-number ratio 16:9 — the same shape as 1.78:1, just written differently.
Once you have a ratio, you can go the other way too: given a target width, multiply it by (height ÷ width) of the ratio to get the matching height, or vice versa. That's exactly what the "Find Width" and "Find Height" modes above do for you automatically.