Shades of Rust #C04C0A
Tints of Rust #C04C0A
RGB
CMYK
RGB Variations
Color information
#C04C0A (or 0xC04C0A) is known color: Rust. HEX triplet: C0, 4C and 0A. RGB value is (192,76,10). Sum of RGB (Red+Green+Blue) = 192+76+10=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04C0A is #3FB3F5. Grayscale: #676767. Windows color (decimal): -4174838 or 675008. OLE color: 675008.
HSL color Cylindrical-coordinate representation of color #C04C0A: hue angle of 21.76º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C04C0A is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 10 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.25 |
| HSL | 21.76º | 0.9% | 0.4% | - |
| HSV(B) | 21.76º | 0.95% | 0.75% | - |
| XYZ | 24.38 | 16.4 | 2.17 | - |
| YUV | 103.16 | 75.43 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 10 | 0 | 0.60 | 0.95 | 0.25 | 21.76 | 0.9 | 0.4 |
| Hex | C0 | 4C | A | 0 | 3C | 5F | 19 | 16 | 5A | 28 |
| Octal | 300 | 114 | 12 | 0 | 74 | 137 | 31 | 26 | 132 | 50 |
| Binary | 11000000 | 1001100 | 1010 | 0 | 111100 | 1011111 | 11001 | 10110 | 1011010 | 101000 |
Color Harmonies of #C04C0A
Complementary color
Monochromatic Colors of #C04C0A
Black with #C04C0A
Text Example
Text Example
White with #C04C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C0A; }
p { color: rgb(192,76,10); }
H1.HeaderClassName
{
color: #C04C0A;
}
.AnyTagClassName
{
color: #C04C0A;
}
</style>
background-color css
<style>
a { background-color: #C04C0A; }
a { background-color: rgb(192,76,10); }
div.DivClassName
{
background-color: #C04C0A;
}
.BgClassName
{
background-color: #C04C0A;
}
</style>
border-color css
<style>
span { border-color: #C04C0A; }
span { border-color: rgb(192,76,10); }
td.TdClassName
{
border-color: #C04C0A;
}
.TagClassName
{
border-color: #C04C0A;
}
</style>