Shades of Rustic Red #470E14
Tints of Rustic Red #470E14
RGB
CMYK
RGB Variations
Color information
#470E14 (or 0x470E14) is known color: Rustic Red. HEX triplet: 47, 0E and 14. RGB value is (71,14,20). Sum of RGB (Red+Green+Blue) = 71+14+20=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #470E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470E14 is #B8F1EB. Grayscale: #1F1F1F. Windows color (decimal): -12120556 or 1314375. OLE color: 1314375.
HSL color Cylindrical-coordinate representation of color #470E14: hue angle of 353.68º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #470E14 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 14 | 20 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.72 |
| HSL | 353.68º | 0.67% | 0.17% | - |
| HSV(B) | 353.68º | 0.8% | 0.28% | - |
| XYZ | 2.88 | 1.7 | 0.84 | - |
| YUV | 31.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 14 | 20 | 0 | 0.80 | 0.72 | 0.72 | 353.68 | 0.67 | 0.17 |
| Hex | 47 | E | 14 | 0 | 50 | 48 | 48 | 162 | 43 | 11 |
| Octal | 107 | 16 | 24 | 0 | 120 | 110 | 110 | 542 | 103 | 21 |
| Binary | 1000111 | 1110 | 10100 | 0 | 1010000 | 1001000 | 1001000 | 101100010 | 1000011 | 10001 |
Color Harmonies of #470E14
Complementary color
Monochromatic Colors of #470E14
Black with #470E14
Text Example
Text Example
White with #470E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470E14; }
p { color: rgb(71,14,20); }
H1.HeaderClassName
{
color: #470E14;
}
.AnyTagClassName
{
color: #470E14;
}
</style>
background-color css
<style>
a { background-color: #470E14; }
a { background-color: rgb(71,14,20); }
div.DivClassName
{
background-color: #470E14;
}
.BgClassName
{
background-color: #470E14;
}
</style>
border-color css
<style>
span { border-color: #470E14; }
span { border-color: rgb(71,14,20); }
td.TdClassName
{
border-color: #470E14;
}
.TagClassName
{
border-color: #470E14;
}
</style>