Shades of Rust #C04F18
Tints of Rust #C04F18
RGB
CMYK
RGB Variations
Color information
#C04F18 (or 0xC04F18) is known color: Rust. HEX triplet: C0, 4F and 18. RGB value is (192,79,24). Sum of RGB (Red+Green+Blue) = 192+79+24=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04F18 is #3FB0E7. Grayscale: #6A6A6A. Windows color (decimal): -4174056 or 1593280. OLE color: 1593280.
HSL color Cylindrical-coordinate representation of color #C04F18: hue angle of 19.64º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C04F18 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 24 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.25 |
| HSL | 19.64º | 0.78% | 0.42% | - |
| HSV(B) | 19.64º | 0.88% | 0.75% | - |
| XYZ | 24.7 | 16.86 | 2.82 | - |
| YUV | 106.52 | 81.44 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 24 | 0 | 0.59 | 0.88 | 0.25 | 19.64 | 0.78 | 0.42 |
| Hex | C0 | 4F | 18 | 0 | 3B | 58 | 19 | 14 | 4E | 2A |
| Octal | 300 | 117 | 30 | 0 | 73 | 130 | 31 | 24 | 116 | 52 |
| Binary | 11000000 | 1001111 | 11000 | 0 | 111011 | 1011000 | 11001 | 10100 | 1001110 | 101010 |
Color Harmonies of #C04F18
Complementary color
Monochromatic Colors of #C04F18
Black with #C04F18
Text Example
Text Example
White with #C04F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F18; }
p { color: rgb(192,79,24); }
H1.HeaderClassName
{
color: #C04F18;
}
.AnyTagClassName
{
color: #C04F18;
}
</style>
background-color css
<style>
a { background-color: #C04F18; }
a { background-color: rgb(192,79,24); }
div.DivClassName
{
background-color: #C04F18;
}
.BgClassName
{
background-color: #C04F18;
}
</style>
border-color css
<style>
span { border-color: #C04F18; }
span { border-color: rgb(192,79,24); }
td.TdClassName
{
border-color: #C04F18;
}
.TagClassName
{
border-color: #C04F18;
}
</style>