Shades of Rust #C2470E
Tints of Rust #C2470E
RGB
CMYK
RGB Variations
Color information
#C2470E (or 0xC2470E) is known color: Rust. HEX triplet: C2, 47 and 0E. RGB value is (194,71,14). Sum of RGB (Red+Green+Blue) = 194+71+14=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C2470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2470E is #3DB8F1. Grayscale: #656565. Windows color (decimal): -4045042 or 935874. OLE color: 935874.
HSL color Cylindrical-coordinate representation of color #C2470E: hue angle of 19º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2470E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 14 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.24 |
| HSL | 19º | 0.87% | 0.41% | - |
| HSV(B) | 19º | 0.93% | 0.76% | - |
| XYZ | 24.58 | 16.01 | 2.21 | - |
| YUV | 101.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 14 | 0 | 0.63 | 0.93 | 0.24 | 19 | 0.87 | 0.41 |
| Hex | C2 | 47 | E | 0 | 3F | 5D | 18 | 13 | 57 | 29 |
| Octal | 302 | 107 | 16 | 0 | 77 | 135 | 30 | 23 | 127 | 51 |
| Binary | 11000010 | 1000111 | 1110 | 0 | 111111 | 1011101 | 11000 | 10011 | 1010111 | 101001 |
Color Harmonies of #C2470E
Complementary color
Monochromatic Colors of #C2470E
Black with #C2470E
Text Example
Text Example
White with #C2470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2470E; }
p { color: rgb(194,71,14); }
H1.HeaderClassName
{
color: #C2470E;
}
.AnyTagClassName
{
color: #C2470E;
}
</style>
background-color css
<style>
a { background-color: #C2470E; }
a { background-color: rgb(194,71,14); }
div.DivClassName
{
background-color: #C2470E;
}
.BgClassName
{
background-color: #C2470E;
}
</style>
border-color css
<style>
span { border-color: #C2470E; }
span { border-color: rgb(194,71,14); }
td.TdClassName
{
border-color: #C2470E;
}
.TagClassName
{
border-color: #C2470E;
}
</style>