Shades of Rust #C24A18
Tints of Rust #C24A18
RGB
CMYK
RGB Variations
Color information
#C24A18 (or 0xC24A18) is known color: Rust. HEX triplet: C2, 4A and 18. RGB value is (194,74,24). Sum of RGB (Red+Green+Blue) = 194+74+24=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A18 is #3DB5E7. Grayscale: #686868. Windows color (decimal): -4044264 or 1592002. OLE color: 1592002.
HSL color Cylindrical-coordinate representation of color #C24A18: hue angle of 17.65º degrees, saturation: 0.78, 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 #C24A18 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 24 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.24 |
| HSL | 17.65º | 0.78% | 0.43% | - |
| HSV(B) | 17.65º | 0.88% | 0.76% | - |
| XYZ | 24.86 | 16.43 | 2.73 | - |
| YUV | 104.18 | 82.76 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 24 | 0 | 0.62 | 0.88 | 0.24 | 17.65 | 0.78 | 0.43 |
| Hex | C2 | 4A | 18 | 0 | 3E | 58 | 18 | 12 | 4E | 2B |
| Octal | 302 | 112 | 30 | 0 | 76 | 130 | 30 | 22 | 116 | 53 |
| Binary | 11000010 | 1001010 | 11000 | 0 | 111110 | 1011000 | 11000 | 10010 | 1001110 | 101011 |
Color Harmonies of #C24A18
Complementary color
Monochromatic Colors of #C24A18
Black with #C24A18
Text Example
Text Example
White with #C24A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A18; }
p { color: rgb(194,74,24); }
H1.HeaderClassName
{
color: #C24A18;
}
.AnyTagClassName
{
color: #C24A18;
}
</style>
background-color css
<style>
a { background-color: #C24A18; }
a { background-color: rgb(194,74,24); }
div.DivClassName
{
background-color: #C24A18;
}
.BgClassName
{
background-color: #C24A18;
}
</style>
border-color css
<style>
span { border-color: #C24A18; }
span { border-color: rgb(194,74,24); }
td.TdClassName
{
border-color: #C24A18;
}
.TagClassName
{
border-color: #C24A18;
}
</style>