Shades of Rust #C24F18
Tints of Rust #C24F18
RGB
CMYK
RGB Variations
Color information
#C24F18 (or 0xC24F18) is known color: Rust. HEX triplet: C2, 4F and 18. RGB value is (194,79,24). Sum of RGB (Red+Green+Blue) = 194+79+24=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 24 (9.77% from 255 or 8.08% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24F18 is #3DB0E7. Grayscale: #6B6B6B. Windows color (decimal): -4042984 or 1593282. OLE color: 1593282.
HSL color Cylindrical-coordinate representation of color #C24F18: hue angle of 19.41º 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 #C24F18 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 79 | 24 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.24 |
| HSL | 19.41º | 0.78% | 0.43% | - |
| HSV(B) | 19.41º | 0.88% | 0.76% | - |
| XYZ | 25.21 | 17.13 | 2.84 | - |
| YUV | 107.12 | 81.1 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 79 | 24 | 0 | 0.59 | 0.88 | 0.24 | 19.41 | 0.78 | 0.43 |
| Hex | C2 | 4F | 18 | 0 | 3B | 58 | 18 | 13 | 4E | 2B |
| Octal | 302 | 117 | 30 | 0 | 73 | 130 | 30 | 23 | 116 | 53 |
| Binary | 11000010 | 1001111 | 11000 | 0 | 111011 | 1011000 | 11000 | 10011 | 1001110 | 101011 |
Color Harmonies of #C24F18
Complementary color
Monochromatic Colors of #C24F18
Black with #C24F18
Text Example
Text Example
White with #C24F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24F18; }
p { color: rgb(194,79,24); }
H1.HeaderClassName
{
color: #C24F18;
}
.AnyTagClassName
{
color: #C24F18;
}
</style>
background-color css
<style>
a { background-color: #C24F18; }
a { background-color: rgb(194,79,24); }
div.DivClassName
{
background-color: #C24F18;
}
.BgClassName
{
background-color: #C24F18;
}
</style>
border-color css
<style>
span { border-color: #C24F18; }
span { border-color: rgb(194,79,24); }
td.TdClassName
{
border-color: #C24F18;
}
.TagClassName
{
border-color: #C24F18;
}
</style>