Shades of Rustic Red #470002
Tints of Rustic Red #470002
RGB
CMYK
RGB Variations
Color information
#470002 (or 0x470002) is known color: Rustic Red. HEX triplet: 47, 00 and 02. RGB value is (71,0,2). Sum of RGB (Red+Green+Blue) = 71+0+2=73 (9% of max value = 765). Red value is 71 (28.12% from 255 or 97.26% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 71 - color contains mainly: red. Hex color #470002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470002 is #B8FFFD. Grayscale: #151515. Windows color (decimal): -12124158 or 131143. OLE color: 131143.
HSL color Cylindrical-coordinate representation of color #470002: hue angle of 358.31º 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 #470002 is Cyan = 0, Magento = 1, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 0 | 2 | - |
| CMYK | 0 | 1 | 0.97 | 0.72 |
| HSL | 358.31º | 1% | 0.14% | - |
| HSV(B) | 358.31º | 1% | 0.28% | - |
| XYZ | 2.61 | 1.34 | 0.18 | - |
| YUV | 21.46 | 117.02 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 0 | 2 | 0 | 1 | 0.97 | 0.72 | 358.31 | 1 | 0.14 |
| Hex | 47 | 0 | 2 | 0 | 64 | 61 | 48 | 166 | 64 | E |
| Octal | 107 | 0 | 2 | 0 | 144 | 141 | 110 | 546 | 144 | 16 |
| Binary | 1000111 | 0 | 10 | 0 | 1100100 | 1100001 | 1001000 | 101100110 | 1100100 | 1110 |
Color Harmonies of #470002
Complementary color
Monochromatic Colors of #470002
Black with #470002
Text Example
Text Example
White with #470002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470002; }
p { color: rgb(71,0,2); }
H1.HeaderClassName
{
color: #470002;
}
.AnyTagClassName
{
color: #470002;
}
</style>
background-color css
<style>
a { background-color: #470002; }
a { background-color: rgb(71,0,2); }
div.DivClassName
{
background-color: #470002;
}
.BgClassName
{
background-color: #470002;
}
</style>
border-color css
<style>
span { border-color: #470002; }
span { border-color: rgb(71,0,2); }
td.TdClassName
{
border-color: #470002;
}
.TagClassName
{
border-color: #470002;
}
</style>