Nearest-color comparison

Burnt Orange vs Rust

Burnt Orange #CC5500 vs Rust #B7410E: RGB distance 32.2 and contrast 1.29:1. Compare hue, luminance, saturation, WCAG and practical use.

Burnt Orange and Rust are related but distinguishable, with an RGB distance of 32.2. Burnt Orange is lighter by 0.0545, and Burnt Orange is more saturated by 14 percentage points. Their mutual contrast is 1.29:1. The pair is too close for a readable foreground/background combination and works better as neighboring palette colors.

Burnt Orange#CC5500
Rust#B7410E

Quick Difference Summary

The main measurable differences between Burnt Orange and Rust across RGB distance, luminance, hue, saturation, and contrast.

RGB distance32.2
Pair contrast1.29:1
Luminance delta0.0545
Hue delta7 deg
Lighter colorBurnt Orange
More saturatedBurnt Orange

Side-by-Side Color Profiles

orange color

Burnt Orange

Burnt Orange is #CC5500, a warm orange with hue 25°, saturation 100% and luminance 0.1933. Beside Rust, it is lighter and more saturated. Of the two standard text choices, black text gives the higher contrast at 4.87:1.

HEX#CC5500 RGB204, 85, 0 HSL25, 100, 40 CMYK0, 58, 100, 20 Luminance0.1933 Best textblack text

orange color

Rust

Rust is #B7410E, a warm orange with hue 18°, saturation 86% and luminance 0.1388. Beside Burnt Orange, it is darker and less saturated. Of the two standard text choices, white text gives the higher contrast at 5.56:1.

HEX#B7410E RGB183, 65, 14 HSL18, 86, 39 CMYK0, 64, 92, 28 Luminance0.1388 Best textwhite text

When to Use Burnt Orange or Rust

Choose Burnt OrangeChoose Burnt Orange when the design calls for vibrant orange color at #CC5500, with warm temperature and 40% HSL lightness.
Choose RustChoose Rust when #B7410E, its vibrant orange character, or its 39% HSL lightness is the closer match.
Use togetherTreat them as tonal alternatives or adjacent palette steps, not as text and background. Their contrast is only 1.29:1. They share vibrant tone characteristics.

Technical Comparison Table

PropertyBurnt OrangeRust
HEX#CC5500#B7410E
RGB204, 85, 0183, 65, 14
HSL25, 100, 4018, 86, 39
CMYK0, 58, 100, 200, 64, 92, 28
FamilyOrangeOrange
TemperatureWarmWarm
ToneVibrantVibrant
Luminance0.19330.1388
Black contrast4.87:13.78:1
White contrast4.32:15.56:1
Shared tonesVibrant

Accessibility and Contrast

Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.

Burnt Orangeblack text - 4.87:1
Rustwhite text - 5.56:1

Downloadable color comparison infographic

Burnt Orange vs Rust Color Comparison Infographic

Save a high-resolution comparison infographic with both HEX colors, visual distance, mutual contrast, and accessibility guidance.

1200 × 800
Burnt Orange vs Rust color comparison infographic showing both HEX colors, RGB and HSL values, color distance, mutual contrast, and accessibility guidance.
Burnt Orange vs Rust color comparison infographic generated from the canonical dataset values shown on this page.

Related Palette Strip

A compact visual strip showing the two compared colors with nearby harmony and variant context.

Machine-readable data

Machine-Readable Burnt Orange vs Rust Data (JSON)

Structured comparison data for Burnt Orange and Rust, including color systems, RGB distance, HSL deltas, contrast, accessibility guidance, use cases, and API links.

AI-Ready Dataset v1.0.0
colorsBoth named color records with HEX, RGB, HSL, CMYK, luminance, WCAG, and links
differencesRGB distance, HSL deltas, luminance delta, contrast, and shared attributes
accessibilityPair contrast and safer text choices for each color
useCasesWhen to choose each color and when to use them together
relatedApiMachine-readable comparison and color endpoints
Download JSON Open API
Structured sections
Colors
[
  {
    "slug": "burnt-orange",
    "name": "Burnt Orange",
    "hex": "#CC5500",
    "rgb": [
      204,
      85,
      0
    ],
    "hsl": [
      25,
      100,
      40
    ],
    "cmyk": [
      0,
      58,
      100,
      20
    ],
    "family": "orange",
    "temperature": "warm",
    "tone": [
      "vibrant"
    ],
    "luminance": 0.1933,
    "contrast": {
      "black": 4.87,
      "white": 4.32
    },
    "wcag": {
      "AA": [
        "#000000"
      ],
      "AAA": []
    },
    "bestText": {
      "text": "#000000",
      "label": "black text",
      "ratio": 4.87
    },
    "description": "Burnt Orange is #CC5500, a warm orange color with vibrant character. Compared with Rust, it is lighter and more saturated. Use it for warm accents, food branding, and interior palettes, with black text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/burnt-orange/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/burnt-orange.json"
  },
  {
    "slug": "rust",
    "name": "Rust",
    "hex": "#B7410E",
    "rgb": [
      183,
      65,
      14
    ],
    "hsl": [
      18,
      86,
      39
    ],
    "cmyk": [
      0,
      64,
      92,
      28
    ],
    "family": "orange",
    "temperature": "warm",
    "tone": [
      "vibrant"
    ],
    "luminance": 0.1388,
    "contrast": {
      "black": 3.78,
      "white": 5.56
    },
    "wcag": {
      "AA": [
        "#FFFFFF",
        "#F5F5F5"
      ],
      "AAA": []
    },
    "bestText": {
      "text": "#FFFFFF",
      "label": "white text",
      "ratio": 5.56
    },
    "description": "Rust is #B7410E, a warm orange color with vibrant character. Compared with Burnt Orange, it is darker and less saturated. Use it for warm accents, food branding, and interior palettes, with white text as the safer foreground option.",
    "url": "https://www.colorsencyclopedia.com/colors/rust/",
    "apiUrl": "https://www.colorsencyclopedia.com/api/colors/rust.json"
  }
]
Differences
{
  "rgbDistance": 32.2,
  "contrastRatio": 1.29,
  "hslDelta": {
    "hue": 7,
    "saturation": 14,
    "lightness": 1
  },
  "luminanceDelta": 0.0545,
  "sameFamily": true,
  "sameTemperature": true,
  "sharedTones": [
    "vibrant"
  ],
  "lighterColor": "Burnt Orange",
  "moreSaturatedColor": "Burnt Orange"
}
Accessibility
{
  "pairContrastRatio": 1.29,
  "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
  "safeText": [
    {
      "color": "Burnt Orange",
      "background": "#CC5500",
      "foreground": "#000000",
      "label": "black text",
      "ratio": 4.87
    },
    {
      "color": "Rust",
      "background": "#B7410E",
      "foreground": "#FFFFFF",
      "label": "white text",
      "ratio": 5.56
    }
  ]
}
Use cases
{
  "chooseFirstWhen": "Burnt Orange is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #CC5500.",
  "chooseSecondWhen": "Rust is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #B7410E.",
  "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
}
Related API
[
  "https://www.colorsencyclopedia.com/api/compare/burnt-orange-vs-rust.json",
  "https://www.colorsencyclopedia.com/api/colors/burnt-orange.json",
  "https://www.colorsencyclopedia.com/api/colors/rust.json"
]
Full JSON dataset
{
  "datasetVersion": "1.0.0",
  "slug": "burnt-orange-vs-rust",
  "type": "nearest",
  "name": "Burnt Orange vs Rust",
  "verdict": "Burnt Orange and Rust are visually related colors. Burnt Orange is the lighter option. They share similar temperature behavior. Their mutual contrast is 1.29:1, so the pair is too low for text and better treated as a palette relationship.",
  "summary": "Burnt Orange and Rust are different orange colors with HEX values #CC5500 and #B7410E. According to Colors Encyclopedia, their RGB distance is 32.2, their contrast ratio is 1.29:1, and the comparison helps choose between tone, temperature, and accessibility behavior.",
  "rgbDistance": 32.2,
  "contrastRatio": 1.29,
  "colors": [
    {
      "slug": "burnt-orange",
      "name": "Burnt Orange",
      "hex": "#CC5500",
      "rgb": [
        204,
        85,
        0
      ],
      "hsl": [
        25,
        100,
        40
      ],
      "cmyk": [
        0,
        58,
        100,
        20
      ],
      "family": "orange",
      "temperature": "warm",
      "tone": [
        "vibrant"
      ],
      "luminance": 0.1933,
      "contrast": {
        "black": 4.87,
        "white": 4.32
      },
      "wcag": {
        "AA": [
          "#000000"
        ],
        "AAA": []
      },
      "bestText": {
        "text": "#000000",
        "label": "black text",
        "ratio": 4.87
      },
      "description": "Burnt Orange is #CC5500, a warm orange color with vibrant character. Compared with Rust, it is lighter and more saturated. Use it for warm accents, food branding, and interior palettes, with black text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/burnt-orange/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/burnt-orange.json"
    },
    {
      "slug": "rust",
      "name": "Rust",
      "hex": "#B7410E",
      "rgb": [
        183,
        65,
        14
      ],
      "hsl": [
        18,
        86,
        39
      ],
      "cmyk": [
        0,
        64,
        92,
        28
      ],
      "family": "orange",
      "temperature": "warm",
      "tone": [
        "vibrant"
      ],
      "luminance": 0.1388,
      "contrast": {
        "black": 3.78,
        "white": 5.56
      },
      "wcag": {
        "AA": [
          "#FFFFFF",
          "#F5F5F5"
        ],
        "AAA": []
      },
      "bestText": {
        "text": "#FFFFFF",
        "label": "white text",
        "ratio": 5.56
      },
      "description": "Rust is #B7410E, a warm orange color with vibrant character. Compared with Burnt Orange, it is darker and less saturated. Use it for warm accents, food branding, and interior palettes, with white text as the safer foreground option.",
      "url": "https://www.colorsencyclopedia.com/colors/rust/",
      "apiUrl": "https://www.colorsencyclopedia.com/api/colors/rust.json"
    }
  ],
  "differences": {
    "rgbDistance": 32.2,
    "contrastRatio": 1.29,
    "hslDelta": {
      "hue": 7,
      "saturation": 14,
      "lightness": 1
    },
    "luminanceDelta": 0.0545,
    "sameFamily": true,
    "sameTemperature": true,
    "sharedTones": [
      "vibrant"
    ],
    "lighterColor": "Burnt Orange",
    "moreSaturatedColor": "Burnt Orange"
  },
  "accessibility": {
    "pairContrastRatio": 1.29,
    "textRecommendation": "Do not use this pair for text; use it for neighboring palette colors, decoration, or low-emphasis surfaces.",
    "safeText": [
      {
        "color": "Burnt Orange",
        "background": "#CC5500",
        "foreground": "#000000",
        "label": "black text",
        "ratio": 4.87
      },
      {
        "color": "Rust",
        "background": "#B7410E",
        "foreground": "#FFFFFF",
        "label": "white text",
        "ratio": 5.56
      }
    ]
  },
  "useCases": {
    "chooseFirstWhen": "Burnt Orange is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #CC5500.",
    "chooseSecondWhen": "Rust is better when the design needs vibrant orange character, warm temperature, and the specific HEX value #B7410E.",
    "useTogetherWhen": "Use these colors together as related palette neighbors, subtle material differences, or tonal alternatives rather than readable foreground/background pairs."
  },
  "relatedApi": [
    "https://www.colorsencyclopedia.com/api/compare/burnt-orange-vs-rust.json",
    "https://www.colorsencyclopedia.com/api/colors/burnt-orange.json",
    "https://www.colorsencyclopedia.com/api/colors/rust.json"
  ],
  "url": "https://www.colorsencyclopedia.com/compare/burnt-orange-vs-rust/",
  "apiUrl": "https://www.colorsencyclopedia.com/api/compare/burnt-orange-vs-rust.json"
}