Shades of Rustic Red #470F16
Tints of Rustic Red #470F16
RGB
CMYK
RGB Variations
Color information
#470F16 (or 0x470F16) is known color: Rustic Red. HEX triplet: 47, 0F and 16. RGB value is (71,15,22). Sum of RGB (Red+Green+Blue) = 71+15+22=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 15 (6.25% from 255 or 13.89% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #470F16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470F16 is #B8F0E9. Grayscale: #202020. Windows color (decimal): -12120298 or 1445703. OLE color: 1445703.
HSL color Cylindrical-coordinate representation of color #470F16: hue angle of 352.5º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #470F16 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 15 | 22 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.72 |
| HSL | 352.5º | 0.65% | 0.17% | - |
| HSV(B) | 352.5º | 0.79% | 0.28% | - |
| XYZ | 2.91 | 1.74 | 0.94 | - |
| YUV | 32.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 22 | 0 | 0.79 | 0.69 | 0.72 | 352.5 | 0.65 | 0.17 |
| Hex | 47 | F | 16 | 0 | 4F | 45 | 48 | 160 | 41 | 11 |
| Octal | 107 | 17 | 26 | 0 | 117 | 105 | 110 | 540 | 101 | 21 |
| Binary | 1000111 | 1111 | 10110 | 0 | 1001111 | 1000101 | 1001000 | 101100000 | 1000001 | 10001 |
Color Harmonies of #470F16
Complementary color
Monochromatic Colors of #470F16
Black with #470F16
Text Example
Text Example
White with #470F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470F16; }
p { color: rgb(71,15,22); }
H1.HeaderClassName
{
color: #470F16;
}
.AnyTagClassName
{
color: #470F16;
}
</style>
background-color css
<style>
a { background-color: #470F16; }
a { background-color: rgb(71,15,22); }
div.DivClassName
{
background-color: #470F16;
}
.BgClassName
{
background-color: #470F16;
}
</style>
border-color css
<style>
span { border-color: #470F16; }
span { border-color: rgb(71,15,22); }
td.TdClassName
{
border-color: #470F16;
}
.TagClassName
{
border-color: #470F16;
}
</style>