Shades of Rust #C0470B
Tints of Rust #C0470B
RGB
CMYK
RGB Variations
Color information
#C0470B (or 0xC0470B) is known color: Rust. HEX triplet: C0, 47 and 0B. RGB value is (192,71,11). Sum of RGB (Red+Green+Blue) = 192+71+11=274 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.07% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 192 - color contains mainly: red. Hex color #C0470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0470B is #3FB8F4. Grayscale: #646464. Windows color (decimal): -4176117 or 739264. OLE color: 739264.
HSL color Cylindrical-coordinate representation of color #C0470B: hue angle of 19.89º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0470B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.25 |
| HSL | 19.89º | 0.89% | 0.4% | - |
| HSV(B) | 19.89º | 0.94% | 0.75% | - |
| XYZ | 24.05 | 15.74 | 2.09 | - |
| YUV | 100.34 | 77.59 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 11 | 0 | 0.63 | 0.94 | 0.25 | 19.89 | 0.89 | 0.4 |
| Hex | C0 | 47 | B | 0 | 3F | 5E | 19 | 14 | 59 | 28 |
| Octal | 300 | 107 | 13 | 0 | 77 | 136 | 31 | 24 | 131 | 50 |
| Binary | 11000000 | 1000111 | 1011 | 0 | 111111 | 1011110 | 11001 | 10100 | 1011001 | 101000 |
Color Harmonies of #C0470B
Complementary color
Monochromatic Colors of #C0470B
Black with #C0470B
Text Example
Text Example
White with #C0470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0470B; }
p { color: rgb(192,71,11); }
H1.HeaderClassName
{
color: #C0470B;
}
.AnyTagClassName
{
color: #C0470B;
}
</style>
background-color css
<style>
a { background-color: #C0470B; }
a { background-color: rgb(192,71,11); }
div.DivClassName
{
background-color: #C0470B;
}
.BgClassName
{
background-color: #C0470B;
}
</style>
border-color css
<style>
span { border-color: #C0470B; }
span { border-color: rgb(192,71,11); }
td.TdClassName
{
border-color: #C0470B;
}
.TagClassName
{
border-color: #C0470B;
}
</style>