Shades of Rust #C04C13
Tints of Rust #C04C13
RGB
CMYK
RGB Variations
Color information
#C04C13 (or 0xC04C13) is known color: Rust. HEX triplet: C0, 4C and 13. RGB value is (192,76,19). Sum of RGB (Red+Green+Blue) = 192+76+19=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04C13 is #3FB3EC. Grayscale: #686868. Windows color (decimal): -4174829 or 1264832. OLE color: 1264832.
HSL color Cylindrical-coordinate representation of color #C04C13: hue angle of 19.77º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C04C13 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 19 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.25 |
| HSL | 19.77º | 0.82% | 0.41% | - |
| HSV(B) | 19.77º | 0.9% | 0.75% | - |
| XYZ | 24.44 | 16.42 | 2.5 | - |
| YUV | 104.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 19 | 0 | 0.60 | 0.90 | 0.25 | 19.77 | 0.82 | 0.41 |
| Hex | C0 | 4C | 13 | 0 | 3C | 5A | 19 | 14 | 52 | 29 |
| Octal | 300 | 114 | 23 | 0 | 74 | 132 | 31 | 24 | 122 | 51 |
| Binary | 11000000 | 1001100 | 10011 | 0 | 111100 | 1011010 | 11001 | 10100 | 1010010 | 101001 |
Color Harmonies of #C04C13
Complementary color
Monochromatic Colors of #C04C13
Black with #C04C13
Text Example
Text Example
White with #C04C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C13; }
p { color: rgb(192,76,19); }
H1.HeaderClassName
{
color: #C04C13;
}
.AnyTagClassName
{
color: #C04C13;
}
</style>
background-color css
<style>
a { background-color: #C04C13; }
a { background-color: rgb(192,76,19); }
div.DivClassName
{
background-color: #C04C13;
}
.BgClassName
{
background-color: #C04C13;
}
</style>
border-color css
<style>
span { border-color: #C04C13; }
span { border-color: rgb(192,76,19); }
td.TdClassName
{
border-color: #C04C13;
}
.TagClassName
{
border-color: #C04C13;
}
</style>