Shades of Rust #C04C16
Tints of Rust #C04C16
RGB
CMYK
RGB Variations
Color information
#C04C16 (or 0xC04C16) is known color: Rust. HEX triplet: C0, 4C and 16. RGB value is (192,76,22). Sum of RGB (Red+Green+Blue) = 192+76+22=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04C16 is #3FB3E9. Grayscale: #686868. Windows color (decimal): -4174826 or 1461440. OLE color: 1461440.
HSL color Cylindrical-coordinate representation of color #C04C16: hue angle of 19.06º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C04C16 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 22 | - |
| CMYK | 0 | 0.60 | 0.89 | 0.25 |
| HSL | 19.06º | 0.79% | 0.42% | - |
| HSV(B) | 19.06º | 0.89% | 0.75% | - |
| XYZ | 24.47 | 16.43 | 2.64 | - |
| YUV | 104.53 | 81.43 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 22 | 0 | 0.60 | 0.89 | 0.25 | 19.06 | 0.79 | 0.42 |
| Hex | C0 | 4C | 16 | 0 | 3C | 59 | 19 | 13 | 4F | 2A |
| Octal | 300 | 114 | 26 | 0 | 74 | 131 | 31 | 23 | 117 | 52 |
| Binary | 11000000 | 1001100 | 10110 | 0 | 111100 | 1011001 | 11001 | 10011 | 1001111 | 101010 |
Color Harmonies of #C04C16
Complementary color
Monochromatic Colors of #C04C16
Black with #C04C16
Text Example
Text Example
White with #C04C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C16; }
p { color: rgb(192,76,22); }
H1.HeaderClassName
{
color: #C04C16;
}
.AnyTagClassName
{
color: #C04C16;
}
</style>
background-color css
<style>
a { background-color: #C04C16; }
a { background-color: rgb(192,76,22); }
div.DivClassName
{
background-color: #C04C16;
}
.BgClassName
{
background-color: #C04C16;
}
</style>
border-color css
<style>
span { border-color: #C04C16; }
span { border-color: rgb(192,76,22); }
td.TdClassName
{
border-color: #C04C16;
}
.TagClassName
{
border-color: #C04C16;
}
</style>