Shades of Rust #C0470A
Tints of Rust #C0470A
RGB
CMYK
RGB Variations
Color information
#C0470A (or 0xC0470A) is known color: Rust. HEX triplet: C0, 47 and 0A. RGB value is (192,71,10). Sum of RGB (Red+Green+Blue) = 192+71+10=273 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.33% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 192 - color contains mainly: red. Hex color #C0470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0470A is #3FB8F5. Grayscale: #646464. Windows color (decimal): -4176118 or 673728. OLE color: 673728.
HSL color Cylindrical-coordinate representation of color #C0470A: hue angle of 20.11º 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 #C0470A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.25 |
| HSL | 20.11º | 0.9% | 0.4% | - |
| HSV(B) | 20.11º | 0.95% | 0.75% | - |
| XYZ | 24.05 | 15.73 | 2.06 | - |
| YUV | 100.23 | 77.09 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 10 | 0 | 0.63 | 0.95 | 0.25 | 20.11 | 0.9 | 0.4 |
| Hex | C0 | 47 | A | 0 | 3F | 5F | 19 | 14 | 5A | 28 |
| Octal | 300 | 107 | 12 | 0 | 77 | 137 | 31 | 24 | 132 | 50 |
| Binary | 11000000 | 1000111 | 1010 | 0 | 111111 | 1011111 | 11001 | 10100 | 1011010 | 101000 |
Color Harmonies of #C0470A
Complementary color
Monochromatic Colors of #C0470A
Black with #C0470A
Text Example
Text Example
White with #C0470A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0470A; }
p { color: rgb(192,71,10); }
H1.HeaderClassName
{
color: #C0470A;
}
.AnyTagClassName
{
color: #C0470A;
}
</style>
background-color css
<style>
a { background-color: #C0470A; }
a { background-color: rgb(192,71,10); }
div.DivClassName
{
background-color: #C0470A;
}
.BgClassName
{
background-color: #C0470A;
}
</style>
border-color css
<style>
span { border-color: #C0470A; }
span { border-color: rgb(192,71,10); }
td.TdClassName
{
border-color: #C0470A;
}
.TagClassName
{
border-color: #C0470A;
}
</style>