Shades of Rustic Red #470508
Tints of Rustic Red #470508
RGB
CMYK
RGB Variations
Color information
#470508 (or 0x470508) is known color: Rustic Red. HEX triplet: 47, 05 and 08. RGB value is (71,5,8). Sum of RGB (Red+Green+Blue) = 71+5+8=84 (11% of max value = 765). Red value is 71 (28.12% from 255 or 84.52% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 71 - color contains mainly: red. Hex color #470508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470508 is #B8FAF7. Grayscale: #191919. Windows color (decimal): -12122872 or 525639. OLE color: 525639.
HSL color Cylindrical-coordinate representation of color #470508: hue angle of 357.27º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470508 is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 5 | 8 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.72 |
| HSL | 357.27º | 0.87% | 0.15% | - |
| HSV(B) | 357.27º | 0.93% | 0.28% | - |
| XYZ | 2.7 | 1.47 | 0.37 | - |
| YUV | 25.08 | 118.37 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 5 | 8 | 0 | 0.93 | 0.89 | 0.72 | 357.27 | 0.87 | 0.15 |
| Hex | 47 | 5 | 8 | 0 | 5D | 59 | 48 | 165 | 57 | F |
| Octal | 107 | 5 | 10 | 0 | 135 | 131 | 110 | 545 | 127 | 17 |
| Binary | 1000111 | 101 | 1000 | 0 | 1011101 | 1011001 | 1001000 | 101100101 | 1010111 | 1111 |
Color Harmonies of #470508
Complementary color
Monochromatic Colors of #470508
Black with #470508
Text Example
Text Example
White with #470508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470508; }
p { color: rgb(71,5,8); }
H1.HeaderClassName
{
color: #470508;
}
.AnyTagClassName
{
color: #470508;
}
</style>
background-color css
<style>
a { background-color: #470508; }
a { background-color: rgb(71,5,8); }
div.DivClassName
{
background-color: #470508;
}
.BgClassName
{
background-color: #470508;
}
</style>
border-color css
<style>
span { border-color: #470508; }
span { border-color: rgb(71,5,8); }
td.TdClassName
{
border-color: #470508;
}
.TagClassName
{
border-color: #470508;
}
</style>