Shades of Rustic Red #470211
Tints of Rustic Red #470211
RGB
CMYK
RGB Variations
Color information
#470211 (or 0x470211) is known color: Rustic Red. HEX triplet: 47, 02 and 11. RGB value is (71,2,17). Sum of RGB (Red+Green+Blue) = 71+2+17=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #470211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470211 is #B8FDEE. Grayscale: #181818. Windows color (decimal): -12123631 or 1114695. OLE color: 1114695.
HSL color Cylindrical-coordinate representation of color #470211: hue angle of 346.96º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470211 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 2 | 17 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.72 |
| HSL | 346.96º | 0.95% | 0.14% | - |
| HSV(B) | 346.96º | 0.97% | 0.28% | - |
| XYZ | 2.72 | 1.42 | 0.66 | - |
| YUV | 24.34 | 123.86 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 2 | 17 | 0 | 0.97 | 0.76 | 0.72 | 346.96 | 0.95 | 0.14 |
| Hex | 47 | 2 | 11 | 0 | 61 | 4C | 48 | 15B | 5F | E |
| Octal | 107 | 2 | 21 | 0 | 141 | 114 | 110 | 533 | 137 | 16 |
| Binary | 1000111 | 10 | 10001 | 0 | 1100001 | 1001100 | 1001000 | 101011011 | 1011111 | 1110 |
Color Harmonies of #470211
Complementary color
Monochromatic Colors of #470211
Black with #470211
Text Example
Text Example
White with #470211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470211; }
p { color: rgb(71,2,17); }
H1.HeaderClassName
{
color: #470211;
}
.AnyTagClassName
{
color: #470211;
}
</style>
background-color css
<style>
a { background-color: #470211; }
a { background-color: rgb(71,2,17); }
div.DivClassName
{
background-color: #470211;
}
.BgClassName
{
background-color: #470211;
}
</style>
border-color css
<style>
span { border-color: #470211; }
span { border-color: rgb(71,2,17); }
td.TdClassName
{
border-color: #470211;
}
.TagClassName
{
border-color: #470211;
}
</style>