Shades of Rustic Red #471314
Tints of Rustic Red #471314
RGB
CMYK
RGB Variations
Color information
#471314 (or 0x471314) is known color: Rustic Red. HEX triplet: 47, 13 and 14. RGB value is (71,19,20). Sum of RGB (Red+Green+Blue) = 71+19+20=110 (14% of max value = 765). Red value is 71 (28.12% from 255 or 64.55% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 71 - color contains mainly: red. Hex color #471314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471314 is #B8ECEB. Grayscale: #222222. Windows color (decimal): -12119276 or 1315655. OLE color: 1315655.
HSL color Cylindrical-coordinate representation of color #471314: hue angle of 358.85º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471314 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 19 | 20 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.72 |
| HSL | 358.85º | 0.58% | 0.18% | - |
| HSV(B) | 358.85º | 0.73% | 0.28% | - |
| XYZ | 2.96 | 1.86 | 0.86 | - |
| YUV | 34.66 | 119.73 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 19 | 20 | 0 | 0.73 | 0.72 | 0.72 | 358.85 | 0.58 | 0.18 |
| Hex | 47 | 13 | 14 | 0 | 49 | 48 | 48 | 167 | 3A | 12 |
| Octal | 107 | 23 | 24 | 0 | 111 | 110 | 110 | 547 | 72 | 22 |
| Binary | 1000111 | 10011 | 10100 | 0 | 1001001 | 1001000 | 1001000 | 101100111 | 111010 | 10010 |
Color Harmonies of #471314
Complementary color
Monochromatic Colors of #471314
Black with #471314
Text Example
Text Example
White with #471314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471314; }
p { color: rgb(71,19,20); }
H1.HeaderClassName
{
color: #471314;
}
.AnyTagClassName
{
color: #471314;
}
</style>
background-color css
<style>
a { background-color: #471314; }
a { background-color: rgb(71,19,20); }
div.DivClassName
{
background-color: #471314;
}
.BgClassName
{
background-color: #471314;
}
</style>
border-color css
<style>
span { border-color: #471314; }
span { border-color: rgb(71,19,20); }
td.TdClassName
{
border-color: #471314;
}
.TagClassName
{
border-color: #471314;
}
</style>