Shades of Rust #C04C0E
Tints of Rust #C04C0E
RGB
CMYK
RGB Variations
Color information
#C04C0E (or 0xC04C0E) is known color: Rust. HEX triplet: C0, 4C and 0E. RGB value is (192,76,14). Sum of RGB (Red+Green+Blue) = 192+76+14=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04C0E is #3FB3F1. Grayscale: #676767. Windows color (decimal): -4174834 or 937152. OLE color: 937152.
HSL color Cylindrical-coordinate representation of color #C04C0E: hue angle of 20.9º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C04C0E is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 14 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.25 |
| HSL | 20.9º | 0.86% | 0.4% | - |
| HSV(B) | 20.9º | 0.93% | 0.75% | - |
| XYZ | 24.4 | 16.41 | 2.3 | - |
| YUV | 103.62 | 77.43 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 14 | 0 | 0.60 | 0.93 | 0.25 | 20.9 | 0.86 | 0.4 |
| Hex | C0 | 4C | E | 0 | 3C | 5D | 19 | 15 | 56 | 28 |
| Octal | 300 | 114 | 16 | 0 | 74 | 135 | 31 | 25 | 126 | 50 |
| Binary | 11000000 | 1001100 | 1110 | 0 | 111100 | 1011101 | 11001 | 10101 | 1010110 | 101000 |
Color Harmonies of #C04C0E
Complementary color
Monochromatic Colors of #C04C0E
Black with #C04C0E
Text Example
Text Example
White with #C04C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C0E; }
p { color: rgb(192,76,14); }
H1.HeaderClassName
{
color: #C04C0E;
}
.AnyTagClassName
{
color: #C04C0E;
}
</style>
background-color css
<style>
a { background-color: #C04C0E; }
a { background-color: rgb(192,76,14); }
div.DivClassName
{
background-color: #C04C0E;
}
.BgClassName
{
background-color: #C04C0E;
}
</style>
border-color css
<style>
span { border-color: #C04C0E; }
span { border-color: rgb(192,76,14); }
td.TdClassName
{
border-color: #C04C0E;
}
.TagClassName
{
border-color: #C04C0E;
}
</style>