Shades of Rustic Red #470008
Tints of Rustic Red #470008
RGB
CMYK
RGB Variations
Color information
#470008 (or 0x470008) is known color: Rustic Red. HEX triplet: 47, 00 and 08. RGB value is (71,0,8). Sum of RGB (Red+Green+Blue) = 71+0+8=79 (10% of max value = 765). Red value is 71 (28.12% from 255 or 89.87% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 8 (3.52% from 255 or 10.13% from 79); Max value from RGB is 71 - color contains mainly: red. Hex color #470008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470008 is #B8FFF7. Grayscale: #161616. Windows color (decimal): -12124152 or 524359. OLE color: 524359.
HSL color Cylindrical-coordinate representation of color #470008: hue angle of 353.24º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470008 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.89 | 0.72 |
| HSL | 353.24º | 1% | 0.14% | - |
| HSV(B) | 353.24º | 1% | 0.28% | - |
| XYZ | 2.64 | 1.36 | 0.35 | - |
| YUV | 22.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 8 | 0 | 1 | 0.89 | 0.72 | 353.24 | 1 | 0.14 |
| Hex | 47 | 0 | 8 | 0 | 64 | 59 | 48 | 161 | 64 | E |
| Octal | 107 | 0 | 10 | 0 | 144 | 131 | 110 | 541 | 144 | 16 |
| Binary | 1000111 | 0 | 1000 | 0 | 1100100 | 1011001 | 1001000 | 101100001 | 1100100 | 1110 |
Color Harmonies of #470008
Complementary color
Monochromatic Colors of #470008
Black with #470008
Text Example
Text Example
White with #470008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470008; }
p { color: rgb(71,0,8); }
H1.HeaderClassName
{
color: #470008;
}
.AnyTagClassName
{
color: #470008;
}
</style>
background-color css
<style>
a { background-color: #470008; }
a { background-color: rgb(71,0,8); }
div.DivClassName
{
background-color: #470008;
}
.BgClassName
{
background-color: #470008;
}
</style>
border-color css
<style>
span { border-color: #470008; }
span { border-color: rgb(71,0,8); }
td.TdClassName
{
border-color: #470008;
}
.TagClassName
{
border-color: #470008;
}
</style>