Shades of Rust #C04C10
Tints of Rust #C04C10
RGB
CMYK
RGB Variations
Color information
#C04C10 (or 0xC04C10) is known color: Rust. HEX triplet: C0, 4C and 10. RGB value is (192,76,16). Sum of RGB (Red+Green+Blue) = 192+76+16=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04C10 is #3FB3EF. Grayscale: #686868. Windows color (decimal): -4174832 or 1068224. OLE color: 1068224.
HSL color Cylindrical-coordinate representation of color #C04C10: hue angle of 20.45º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C04C10 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 16 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.25 |
| HSL | 20.45º | 0.85% | 0.41% | - |
| HSV(B) | 20.45º | 0.92% | 0.75% | - |
| XYZ | 24.42 | 16.41 | 2.37 | - |
| YUV | 103.84 | 78.43 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 16 | 0 | 0.60 | 0.92 | 0.25 | 20.45 | 0.85 | 0.41 |
| Hex | C0 | 4C | 10 | 0 | 3C | 5C | 19 | 14 | 55 | 29 |
| Octal | 300 | 114 | 20 | 0 | 74 | 134 | 31 | 24 | 125 | 51 |
| Binary | 11000000 | 1001100 | 10000 | 0 | 111100 | 1011100 | 11001 | 10100 | 1010101 | 101001 |
Color Harmonies of #C04C10
Complementary color
Monochromatic Colors of #C04C10
Black with #C04C10
Text Example
Text Example
White with #C04C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C10; }
p { color: rgb(192,76,16); }
H1.HeaderClassName
{
color: #C04C10;
}
.AnyTagClassName
{
color: #C04C10;
}
</style>
background-color css
<style>
a { background-color: #C04C10; }
a { background-color: rgb(192,76,16); }
div.DivClassName
{
background-color: #C04C10;
}
.BgClassName
{
background-color: #C04C10;
}
</style>
border-color css
<style>
span { border-color: #C04C10; }
span { border-color: rgb(192,76,16); }
td.TdClassName
{
border-color: #C04C10;
}
.TagClassName
{
border-color: #C04C10;
}
</style>