Shades of Rust #C04E10
Tints of Rust #C04E10
RGB
CMYK
RGB Variations
Color information
#C04E10 (or 0xC04E10) is known color: Rust. HEX triplet: C0, 4E and 10. RGB value is (192,78,16). Sum of RGB (Red+Green+Blue) = 192+78+16=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C04E10 is #3FB1EF. Grayscale: #696969. Windows color (decimal): -4174320 or 1068736. OLE color: 1068736.
HSL color Cylindrical-coordinate representation of color #C04E10: hue angle of 21.14º 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 #C04E10 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 16 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.25 |
| HSL | 21.14º | 0.85% | 0.41% | - |
| HSV(B) | 21.14º | 0.92% | 0.75% | - |
| XYZ | 24.56 | 16.69 | 2.42 | - |
| YUV | 105.02 | 77.77 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 16 | 0 | 0.59 | 0.92 | 0.25 | 21.14 | 0.85 | 0.41 |
| Hex | C0 | 4E | 10 | 0 | 3B | 5C | 19 | 15 | 55 | 29 |
| Octal | 300 | 116 | 20 | 0 | 73 | 134 | 31 | 25 | 125 | 51 |
| Binary | 11000000 | 1001110 | 10000 | 0 | 111011 | 1011100 | 11001 | 10101 | 1010101 | 101001 |
Color Harmonies of #C04E10
Complementary color
Monochromatic Colors of #C04E10
Black with #C04E10
Text Example
Text Example
White with #C04E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E10; }
p { color: rgb(192,78,16); }
H1.HeaderClassName
{
color: #C04E10;
}
.AnyTagClassName
{
color: #C04E10;
}
</style>
background-color css
<style>
a { background-color: #C04E10; }
a { background-color: rgb(192,78,16); }
div.DivClassName
{
background-color: #C04E10;
}
.BgClassName
{
background-color: #C04E10;
}
</style>
border-color css
<style>
span { border-color: #C04E10; }
span { border-color: rgb(192,78,16); }
td.TdClassName
{
border-color: #C04E10;
}
.TagClassName
{
border-color: #C04E10;
}
</style>