Shades of Rustic Red #470C0E
Tints of Rustic Red #470C0E
RGB
CMYK
RGB Variations
Color information
#470C0E (or 0x470C0E) is known color: Rustic Red. HEX triplet: 47, 0C and 0E. RGB value is (71,12,14). Sum of RGB (Red+Green+Blue) = 71+12+14=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #470C0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470C0E is #B8F3F1. Grayscale: #1D1D1D. Windows color (decimal): -12121074 or 920647. OLE color: 920647.
HSL color Cylindrical-coordinate representation of color #470C0E: hue angle of 357.97º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #470C0E is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 14 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.72 |
| HSL | 357.97º | 0.71% | 0.16% | - |
| HSV(B) | 357.97º | 0.83% | 0.28% | - |
| XYZ | 2.81 | 1.63 | 0.58 | - |
| YUV | 29.87 | 119.05 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 14 | 0 | 0.83 | 0.80 | 0.72 | 357.97 | 0.71 | 0.16 |
| Hex | 47 | C | E | 0 | 53 | 50 | 48 | 166 | 47 | 10 |
| Octal | 107 | 14 | 16 | 0 | 123 | 120 | 110 | 546 | 107 | 20 |
| Binary | 1000111 | 1100 | 1110 | 0 | 1010011 | 1010000 | 1001000 | 101100110 | 1000111 | 10000 |
Color Harmonies of #470C0E
Complementary color
Monochromatic Colors of #470C0E
Black with #470C0E
Text Example
Text Example
White with #470C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C0E; }
p { color: rgb(71,12,14); }
H1.HeaderClassName
{
color: #470C0E;
}
.AnyTagClassName
{
color: #470C0E;
}
</style>
background-color css
<style>
a { background-color: #470C0E; }
a { background-color: rgb(71,12,14); }
div.DivClassName
{
background-color: #470C0E;
}
.BgClassName
{
background-color: #470C0E;
}
</style>
border-color css
<style>
span { border-color: #470C0E; }
span { border-color: rgb(71,12,14); }
td.TdClassName
{
border-color: #470C0E;
}
.TagClassName
{
border-color: #470C0E;
}
</style>