Shades of Rust #C2470B
Tints of Rust #C2470B
RGB
CMYK
RGB Variations
Color information
#C2470B (or 0xC2470B) is known color: Rust. HEX triplet: C2, 47 and 0B. RGB value is (194,71,11). Sum of RGB (Red+Green+Blue) = 194+71+11=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C2470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2470B is #3DB8F4. Grayscale: #656565. Windows color (decimal): -4045045 or 739266. OLE color: 739266.
HSL color Cylindrical-coordinate representation of color #C2470B: hue angle of 19.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2470B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.24 |
| HSL | 19.67º | 0.89% | 0.4% | - |
| HSV(B) | 19.67º | 0.94% | 0.76% | - |
| XYZ | 24.56 | 16 | 2.11 | - |
| YUV | 100.94 | 77.25 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 11 | 0 | 0.63 | 0.94 | 0.24 | 19.67 | 0.89 | 0.4 |
| Hex | C2 | 47 | B | 0 | 3F | 5E | 18 | 14 | 59 | 28 |
| Octal | 302 | 107 | 13 | 0 | 77 | 136 | 30 | 24 | 131 | 50 |
| Binary | 11000010 | 1000111 | 1011 | 0 | 111111 | 1011110 | 11000 | 10100 | 1011001 | 101000 |
Color Harmonies of #C2470B
Complementary color
Monochromatic Colors of #C2470B
Black with #C2470B
Text Example
Text Example
White with #C2470B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2470B; }
p { color: rgb(194,71,11); }
H1.HeaderClassName
{
color: #C2470B;
}
.AnyTagClassName
{
color: #C2470B;
}
</style>
background-color css
<style>
a { background-color: #C2470B; }
a { background-color: rgb(194,71,11); }
div.DivClassName
{
background-color: #C2470B;
}
.BgClassName
{
background-color: #C2470B;
}
</style>
border-color css
<style>
span { border-color: #C2470B; }
span { border-color: rgb(194,71,11); }
td.TdClassName
{
border-color: #C2470B;
}
.TagClassName
{
border-color: #C2470B;
}
</style>