Shades of Rust #C04917
Tints of Rust #C04917
RGB
CMYK
RGB Variations
Color information
#C04917 (or 0xC04917) is known color: Rust. HEX triplet: C0, 49 and 17. RGB value is (192,73,23). Sum of RGB (Red+Green+Blue) = 192+73+23=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C04917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04917 is #3FB6E8. Grayscale: #676767. Windows color (decimal): -4175593 or 1526208. OLE color: 1526208.
HSL color Cylindrical-coordinate representation of color #C04917: hue angle of 17.75º degrees, saturation: 0.79, 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 #C04917 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 23 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.25 |
| HSL | 17.75º | 0.79% | 0.42% | - |
| HSV(B) | 17.75º | 0.88% | 0.75% | - |
| XYZ | 24.28 | 16.03 | 2.63 | - |
| YUV | 102.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 23 | 0 | 0.62 | 0.88 | 0.25 | 17.75 | 0.79 | 0.42 |
| Hex | C0 | 49 | 17 | 0 | 3E | 58 | 19 | 12 | 4F | 2A |
| Octal | 300 | 111 | 27 | 0 | 76 | 130 | 31 | 22 | 117 | 52 |
| Binary | 11000000 | 1001001 | 10111 | 0 | 111110 | 1011000 | 11001 | 10010 | 1001111 | 101010 |
Color Harmonies of #C04917
Complementary color
Monochromatic Colors of #C04917
Black with #C04917
Text Example
Text Example
White with #C04917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04917; }
p { color: rgb(192,73,23); }
H1.HeaderClassName
{
color: #C04917;
}
.AnyTagClassName
{
color: #C04917;
}
</style>
background-color css
<style>
a { background-color: #C04917; }
a { background-color: rgb(192,73,23); }
div.DivClassName
{
background-color: #C04917;
}
.BgClassName
{
background-color: #C04917;
}
</style>
border-color css
<style>
span { border-color: #C04917; }
span { border-color: rgb(192,73,23); }
td.TdClassName
{
border-color: #C04917;
}
.TagClassName
{
border-color: #C04917;
}
</style>