Shades of Rust #C2470C
Tints of Rust #C2470C
RGB
CMYK
RGB Variations
Color information
#C2470C (or 0xC2470C) is known color: Rust. HEX triplet: C2, 47 and 0C. RGB value is (194,71,12). Sum of RGB (Red+Green+Blue) = 194+71+12=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C2470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2470C is #3DB8F3. Grayscale: #656565. Windows color (decimal): -4045044 or 804802. OLE color: 804802.
HSL color Cylindrical-coordinate representation of color #C2470C: hue angle of 19.45º degrees, saturation: 0.88, 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 #C2470C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 12 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.24 |
| HSL | 19.45º | 0.88% | 0.4% | - |
| HSV(B) | 19.45º | 0.94% | 0.76% | - |
| XYZ | 24.57 | 16 | 2.14 | - |
| YUV | 101.05 | 77.75 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 12 | 0 | 0.63 | 0.94 | 0.24 | 19.45 | 0.88 | 0.4 |
| Hex | C2 | 47 | C | 0 | 3F | 5E | 18 | 13 | 58 | 28 |
| Octal | 302 | 107 | 14 | 0 | 77 | 136 | 30 | 23 | 130 | 50 |
| Binary | 11000010 | 1000111 | 1100 | 0 | 111111 | 1011110 | 11000 | 10011 | 1011000 | 101000 |
Color Harmonies of #C2470C
Complementary color
Monochromatic Colors of #C2470C
Black with #C2470C
Text Example
Text Example
White with #C2470C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2470C; }
p { color: rgb(194,71,12); }
H1.HeaderClassName
{
color: #C2470C;
}
.AnyTagClassName
{
color: #C2470C;
}
</style>
background-color css
<style>
a { background-color: #C2470C; }
a { background-color: rgb(194,71,12); }
div.DivClassName
{
background-color: #C2470C;
}
.BgClassName
{
background-color: #C2470C;
}
</style>
border-color css
<style>
span { border-color: #C2470C; }
span { border-color: rgb(194,71,12); }
td.TdClassName
{
border-color: #C2470C;
}
.TagClassName
{
border-color: #C2470C;
}
</style>