Shades of Rust #C0470E
Tints of Rust #C0470E
RGB
CMYK
RGB Variations
Color information
#C0470E (or 0xC0470E) is known color: Rust. HEX triplet: C0, 47 and 0E. RGB value is (192,71,14). Sum of RGB (Red+Green+Blue) = 192+71+14=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C0470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0470E is #3FB8F1. Grayscale: #656565. Windows color (decimal): -4176114 or 935872. OLE color: 935872.
HSL color Cylindrical-coordinate representation of color #C0470E: hue angle of 19.21º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C0470E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 14 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.25 |
| HSL | 19.21º | 0.86% | 0.4% | - |
| HSV(B) | 19.21º | 0.93% | 0.75% | - |
| XYZ | 24.07 | 15.74 | 2.19 | - |
| YUV | 100.68 | 79.09 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 14 | 0 | 0.63 | 0.93 | 0.25 | 19.21 | 0.86 | 0.4 |
| Hex | C0 | 47 | E | 0 | 3F | 5D | 19 | 13 | 56 | 28 |
| Octal | 300 | 107 | 16 | 0 | 77 | 135 | 31 | 23 | 126 | 50 |
| Binary | 11000000 | 1000111 | 1110 | 0 | 111111 | 1011101 | 11001 | 10011 | 1010110 | 101000 |
Color Harmonies of #C0470E
Complementary color
Monochromatic Colors of #C0470E
Black with #C0470E
Text Example
Text Example
White with #C0470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0470E; }
p { color: rgb(192,71,14); }
H1.HeaderClassName
{
color: #C0470E;
}
.AnyTagClassName
{
color: #C0470E;
}
</style>
background-color css
<style>
a { background-color: #C0470E; }
a { background-color: rgb(192,71,14); }
div.DivClassName
{
background-color: #C0470E;
}
.BgClassName
{
background-color: #C0470E;
}
</style>
border-color css
<style>
span { border-color: #C0470E; }
span { border-color: rgb(192,71,14); }
td.TdClassName
{
border-color: #C0470E;
}
.TagClassName
{
border-color: #C0470E;
}
</style>