Shades of Rustic Red #470409
Tints of Rustic Red #470409
RGB
CMYK
RGB Variations
Color information
#470409 (or 0x470409) is known color: Rustic Red. HEX triplet: 47, 04 and 09. RGB value is (71,4,9). Sum of RGB (Red+Green+Blue) = 71+4+9=84 (11% of max value = 765). Red value is 71 (28.12% from 255 or 84.52% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 9 (3.91% from 255 or 10.71% from 84); Max value from RGB is 71 - color contains mainly: red. Hex color #470409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470409 is #B8FBF6. Grayscale: #181818. Windows color (decimal): -12123127 or 590919. OLE color: 590919.
HSL color Cylindrical-coordinate representation of color #470409: hue angle of 355.52º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470409 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 4 | 9 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.72 |
| HSL | 355.52º | 0.89% | 0.15% | - |
| HSV(B) | 355.52º | 0.94% | 0.28% | - |
| XYZ | 2.69 | 1.45 | 0.4 | - |
| YUV | 24.6 | 119.2 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 4 | 9 | 0 | 0.94 | 0.87 | 0.72 | 355.52 | 0.89 | 0.15 |
| Hex | 47 | 4 | 9 | 0 | 5E | 57 | 48 | 164 | 59 | F |
| Octal | 107 | 4 | 11 | 0 | 136 | 127 | 110 | 544 | 131 | 17 |
| Binary | 1000111 | 100 | 1001 | 0 | 1011110 | 1010111 | 1001000 | 101100100 | 1011001 | 1111 |
Color Harmonies of #470409
Complementary color
Monochromatic Colors of #470409
Black with #470409
Text Example
Text Example
White with #470409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470409; }
p { color: rgb(71,4,9); }
H1.HeaderClassName
{
color: #470409;
}
.AnyTagClassName
{
color: #470409;
}
</style>
background-color css
<style>
a { background-color: #470409; }
a { background-color: rgb(71,4,9); }
div.DivClassName
{
background-color: #470409;
}
.BgClassName
{
background-color: #470409;
}
</style>
border-color css
<style>
span { border-color: #470409; }
span { border-color: rgb(71,4,9); }
td.TdClassName
{
border-color: #470409;
}
.TagClassName
{
border-color: #470409;
}
</style>