Shades of Rustic Red #470C14
Tints of Rustic Red #470C14
RGB
CMYK
RGB Variations
Color information
#470C14 (or 0x470C14) is known color: Rustic Red. HEX triplet: 47, 0C and 14. RGB value is (71,12,20). Sum of RGB (Red+Green+Blue) = 71+12+20=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 12 (5.08% from 255 or 11.65% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #470C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #470C14 is #B8F3EB. Grayscale: #1E1E1E. Windows color (decimal): -12121068 or 1313863. OLE color: 1313863.
HSL color Cylindrical-coordinate representation of color #470C14: hue angle of 351.86º 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 #470C14 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 12 | 20 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.72 |
| HSL | 351.86º | 0.71% | 0.16% | - |
| HSV(B) | 351.86º | 0.83% | 0.28% | - |
| XYZ | 2.86 | 1.65 | 0.83 | - |
| YUV | 30.55 | 122.05 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 20 | 0 | 0.83 | 0.72 | 0.72 | 351.86 | 0.71 | 0.16 |
| Hex | 47 | C | 14 | 0 | 53 | 48 | 48 | 160 | 47 | 10 |
| Octal | 107 | 14 | 24 | 0 | 123 | 110 | 110 | 540 | 107 | 20 |
| Binary | 1000111 | 1100 | 10100 | 0 | 1010011 | 1001000 | 1001000 | 101100000 | 1000111 | 10000 |
Color Harmonies of #470C14
Complementary color
Monochromatic Colors of #470C14
Black with #470C14
Text Example
Text Example
White with #470C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C14; }
p { color: rgb(71,12,20); }
H1.HeaderClassName
{
color: #470C14;
}
.AnyTagClassName
{
color: #470C14;
}
</style>
background-color css
<style>
a { background-color: #470C14; }
a { background-color: rgb(71,12,20); }
div.DivClassName
{
background-color: #470C14;
}
.BgClassName
{
background-color: #470C14;
}
</style>
border-color css
<style>
span { border-color: #470C14; }
span { border-color: rgb(71,12,20); }
td.TdClassName
{
border-color: #470C14;
}
.TagClassName
{
border-color: #470C14;
}
</style>