Shades of Rust #C24E18
Tints of Rust #C24E18
RGB
CMYK
RGB Variations
Color information
#C24E18 (or 0xC24E18) is known color: Rust. HEX triplet: C2, 4E and 18. RGB value is (194,78,24). Sum of RGB (Red+Green+Blue) = 194+78+24=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24E18 is #3DB1E7. Grayscale: #6A6A6A. Windows color (decimal): -4043240 or 1593026. OLE color: 1593026.
HSL color Cylindrical-coordinate representation of color #C24E18: hue angle of 19.06º 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 #C24E18 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 78 | 24 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.24 |
| HSL | 19.06º | 0.78% | 0.43% | - |
| HSV(B) | 19.06º | 0.88% | 0.76% | - |
| XYZ | 25.14 | 16.98 | 2.82 | - |
| YUV | 106.53 | 81.43 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 78 | 24 | 0 | 0.60 | 0.88 | 0.24 | 19.06 | 0.78 | 0.43 |
| Hex | C2 | 4E | 18 | 0 | 3C | 58 | 18 | 13 | 4E | 2B |
| Octal | 302 | 116 | 30 | 0 | 74 | 130 | 30 | 23 | 116 | 53 |
| Binary | 11000010 | 1001110 | 11000 | 0 | 111100 | 1011000 | 11000 | 10011 | 1001110 | 101011 |
Color Harmonies of #C24E18
Complementary color
Monochromatic Colors of #C24E18
Black with #C24E18
Text Example
Text Example
White with #C24E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24E18; }
p { color: rgb(194,78,24); }
H1.HeaderClassName
{
color: #C24E18;
}
.AnyTagClassName
{
color: #C24E18;
}
</style>
background-color css
<style>
a { background-color: #C24E18; }
a { background-color: rgb(194,78,24); }
div.DivClassName
{
background-color: #C24E18;
}
.BgClassName
{
background-color: #C24E18;
}
</style>
border-color css
<style>
span { border-color: #C24E18; }
span { border-color: rgb(194,78,24); }
td.TdClassName
{
border-color: #C24E18;
}
.TagClassName
{
border-color: #C24E18;
}
</style>