Shades of Rustic Red #471114
Tints of Rustic Red #471114
RGB
CMYK
RGB Variations
Color information
#471114 (or 0x471114) is known color: Rustic Red. HEX triplet: 47, 11 and 14. RGB value is (71,17,20). Sum of RGB (Red+Green+Blue) = 71+17+20=108 (14% of max value = 765). Red value is 71 (28.12% from 255 or 65.74% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 20 (8.20% from 255 or 18.52% from 108); Max value from RGB is 71 - color contains mainly: red. Hex color #471114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471114 is #B8EEEB. Grayscale: #212121. Windows color (decimal): -12119788 or 1315143. OLE color: 1315143.
HSL color Cylindrical-coordinate representation of color #471114: hue angle of 356.67º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #471114 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 17 | 20 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.72 |
| HSL | 356.67º | 0.61% | 0.17% | - |
| HSV(B) | 356.67º | 0.76% | 0.28% | - |
| XYZ | 2.93 | 1.79 | 0.85 | - |
| YUV | 33.49 | 120.39 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 17 | 20 | 0 | 0.76 | 0.72 | 0.72 | 356.67 | 0.61 | 0.17 |
| Hex | 47 | 11 | 14 | 0 | 4C | 48 | 48 | 165 | 3D | 11 |
| Octal | 107 | 21 | 24 | 0 | 114 | 110 | 110 | 545 | 75 | 21 |
| Binary | 1000111 | 10001 | 10100 | 0 | 1001100 | 1001000 | 1001000 | 101100101 | 111101 | 10001 |
Color Harmonies of #471114
Complementary color
Monochromatic Colors of #471114
Black with #471114
Text Example
Text Example
White with #471114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471114; }
p { color: rgb(71,17,20); }
H1.HeaderClassName
{
color: #471114;
}
.AnyTagClassName
{
color: #471114;
}
</style>
background-color css
<style>
a { background-color: #471114; }
a { background-color: rgb(71,17,20); }
div.DivClassName
{
background-color: #471114;
}
.BgClassName
{
background-color: #471114;
}
</style>
border-color css
<style>
span { border-color: #471114; }
span { border-color: rgb(71,17,20); }
td.TdClassName
{
border-color: #471114;
}
.TagClassName
{
border-color: #471114;
}
</style>