Shades of Rustic Red #470A0C
Tints of Rustic Red #470A0C
RGB
CMYK
RGB Variations
Color information
#470A0C (or 0x470A0C) is known color: Rustic Red. HEX triplet: 47, 0A and 0C. RGB value is (71,10,12). Sum of RGB (Red+Green+Blue) = 71+10+12=93 (12% of max value = 765). Red value is 71 (28.12% from 255 or 76.34% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 71 - color contains mainly: red. Hex color #470A0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470A0C is #B8F5F3. Grayscale: #1C1C1C. Windows color (decimal): -12121588 or 789063. OLE color: 789063.
HSL color Cylindrical-coordinate representation of color #470A0C: hue angle of 358.03º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #470A0C is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 10 | 12 | - |
| CMYK | 0 | 0.86 | 0.83 | 0.72 |
| HSL | 358.03º | 0.75% | 0.16% | - |
| HSV(B) | 358.03º | 0.86% | 0.28% | - |
| XYZ | 2.77 | 1.58 | 0.51 | - |
| YUV | 28.47 | 118.71 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 10 | 12 | 0 | 0.86 | 0.83 | 0.72 | 358.03 | 0.75 | 0.16 |
| Hex | 47 | A | C | 0 | 56 | 53 | 48 | 166 | 4B | 10 |
| Octal | 107 | 12 | 14 | 0 | 126 | 123 | 110 | 546 | 113 | 20 |
| Binary | 1000111 | 1010 | 1100 | 0 | 1010110 | 1010011 | 1001000 | 101100110 | 1001011 | 10000 |
Color Harmonies of #470A0C
Complementary color
Monochromatic Colors of #470A0C
Black with #470A0C
Text Example
Text Example
White with #470A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470A0C; }
p { color: rgb(71,10,12); }
H1.HeaderClassName
{
color: #470A0C;
}
.AnyTagClassName
{
color: #470A0C;
}
</style>
background-color css
<style>
a { background-color: #470A0C; }
a { background-color: rgb(71,10,12); }
div.DivClassName
{
background-color: #470A0C;
}
.BgClassName
{
background-color: #470A0C;
}
</style>
border-color css
<style>
span { border-color: #470A0C; }
span { border-color: rgb(71,10,12); }
td.TdClassName
{
border-color: #470A0C;
}
.TagClassName
{
border-color: #470A0C;
}
</style>