Shades of Rust #C24E17
Tints of Rust #C24E17
RGB
CMYK
RGB Variations
Color information
#C24E17 (or 0xC24E17) is known color: Rust. HEX triplet: C2, 4E and 17. RGB value is (194,78,23). Sum of RGB (Red+Green+Blue) = 194+78+23=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24E17 is #3DB1E8. Grayscale: #6A6A6A. Windows color (decimal): -4043241 or 1527490. OLE color: 1527490.
HSL color Cylindrical-coordinate representation of color #C24E17: hue angle of 19.3º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C24E17 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 23 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.24 |
| HSL | 19.3º | 0.79% | 0.43% | - |
| HSV(B) | 19.3º | 0.88% | 0.76% | - |
| XYZ | 25.13 | 16.98 | 2.76 | - |
| YUV | 106.41 | 80.93 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 23 | 0 | 0.60 | 0.88 | 0.24 | 19.3 | 0.79 | 0.43 |
| Hex | C2 | 4E | 17 | 0 | 3C | 58 | 18 | 13 | 4F | 2B |
| Octal | 302 | 116 | 27 | 0 | 74 | 130 | 30 | 23 | 117 | 53 |
| Binary | 11000010 | 1001110 | 10111 | 0 | 111100 | 1011000 | 11000 | 10011 | 1001111 | 101011 |
Color Harmonies of #C24E17
Complementary color
Monochromatic Colors of #C24E17
Black with #C24E17
Text Example
Text Example
White with #C24E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E17; }
p { color: rgb(194,78,23); }
H1.HeaderClassName
{
color: #C24E17;
}
.AnyTagClassName
{
color: #C24E17;
}
</style>
background-color css
<style>
a { background-color: #C24E17; }
a { background-color: rgb(194,78,23); }
div.DivClassName
{
background-color: #C24E17;
}
.BgClassName
{
background-color: #C24E17;
}
</style>
border-color css
<style>
span { border-color: #C24E17; }
span { border-color: rgb(194,78,23); }
td.TdClassName
{
border-color: #C24E17;
}
.TagClassName
{
border-color: #C24E17;
}
</style>