Shades of Rustic Red #470811
Tints of Rustic Red #470811
RGB
CMYK
RGB Variations
Color information
#470811 (or 0x470811) is known color: Rustic Red. HEX triplet: 47, 08 and 11. RGB value is (71,8,17). Sum of RGB (Red+Green+Blue) = 71+8+17=96 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.96% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 71 - color contains mainly: red. Hex color #470811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470811 is #B8F7EE. Grayscale: #1B1B1B. Windows color (decimal): -12122095 or 1116231. OLE color: 1116231.
HSL color Cylindrical-coordinate representation of color #470811: hue angle of 351.43º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470811 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 8 | 17 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.72 |
| HSL | 351.43º | 0.8% | 0.15% | - |
| HSV(B) | 351.43º | 0.89% | 0.28% | - |
| XYZ | 2.79 | 1.55 | 0.68 | - |
| YUV | 27.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 8 | 17 | 0 | 0.89 | 0.76 | 0.72 | 351.43 | 0.8 | 0.15 |
| Hex | 47 | 8 | 11 | 0 | 59 | 4C | 48 | 15F | 50 | F |
| Octal | 107 | 10 | 21 | 0 | 131 | 114 | 110 | 537 | 120 | 17 |
| Binary | 1000111 | 1000 | 10001 | 0 | 1011001 | 1001100 | 1001000 | 101011111 | 1010000 | 1111 |
Color Harmonies of #470811
Complementary color
Monochromatic Colors of #470811
Black with #470811
Text Example
Text Example
White with #470811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470811; }
p { color: rgb(71,8,17); }
H1.HeaderClassName
{
color: #470811;
}
.AnyTagClassName
{
color: #470811;
}
</style>
background-color css
<style>
a { background-color: #470811; }
a { background-color: rgb(71,8,17); }
div.DivClassName
{
background-color: #470811;
}
.BgClassName
{
background-color: #470811;
}
</style>
border-color css
<style>
span { border-color: #470811; }
span { border-color: rgb(71,8,17); }
td.TdClassName
{
border-color: #470811;
}
.TagClassName
{
border-color: #470811;
}
</style>