Shades of Rust #C04C08
Tints of Rust #C04C08
RGB
CMYK
RGB Variations
Color information
#C04C08 (or 0xC04C08) is known color: Rust. HEX triplet: C0, 4C and 08. RGB value is (192,76,8). Sum of RGB (Red+Green+Blue) = 192+76+8=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04C08 is #3FB3F7. Grayscale: #676767. Windows color (decimal): -4174840 or 543936. OLE color: 543936.
HSL color Cylindrical-coordinate representation of color #C04C08: hue angle of 22.17º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C04C08 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 8 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.25 |
| HSL | 22.17º | 0.92% | 0.39% | - |
| HSV(B) | 22.17º | 0.96% | 0.75% | - |
| XYZ | 24.37 | 16.39 | 2.11 | - |
| YUV | 102.93 | 74.43 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 8 | 0 | 0.60 | 0.96 | 0.25 | 22.17 | 0.92 | 0.39 |
| Hex | C0 | 4C | 8 | 0 | 3C | 60 | 19 | 16 | 5C | 27 |
| Octal | 300 | 114 | 10 | 0 | 74 | 140 | 31 | 26 | 134 | 47 |
| Binary | 11000000 | 1001100 | 1000 | 0 | 111100 | 1100000 | 11001 | 10110 | 1011100 | 100111 |
Color Harmonies of #C04C08
Complementary color
Monochromatic Colors of #C04C08
Black with #C04C08
Text Example
Text Example
White with #C04C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C08; }
p { color: rgb(192,76,8); }
H1.HeaderClassName
{
color: #C04C08;
}
.AnyTagClassName
{
color: #C04C08;
}
</style>
background-color css
<style>
a { background-color: #C04C08; }
a { background-color: rgb(192,76,8); }
div.DivClassName
{
background-color: #C04C08;
}
.BgClassName
{
background-color: #C04C08;
}
</style>
border-color css
<style>
span { border-color: #C04C08; }
span { border-color: rgb(192,76,8); }
td.TdClassName
{
border-color: #C04C08;
}
.TagClassName
{
border-color: #C04C08;
}
</style>