Rust (Orange)
#C54302
RGB: 197, 67, 2
Color OverviewHEX #C54302

#C54302 Color Code Information

In the RGB color space, #C54302 is composed of 77% red, 26% green, and 1% blue. In the HSL color space, it has a hue of 20°, saturation of 98%, and lightness of 39%.

HEX
#C54302
RGB
197, 67, 2
HSL
20°, 98%, 39%
HSV
20°, 99%, 77%
CMYK
0%, 66%, 99%, 23%
Name Match
Rust
Closest Standard

Shades of #C54302 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #C54302 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #C54302 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #C54302

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #C54302 Background
Contrast Ratio against Pure White (#FFFFFF):5.03 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #C54302 Background
Contrast Ratio against Pure Black (#000000):4.18 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #C54302;
}

.element {
  color: #C54302;
  background-color: #C54302;
  border-color: #C54302;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#C54302] text-[#C54302] border-[#C54302]">
  Content styled with #C54302
</div>