Shades of Rustic Red #4E1214
Tints of Rustic Red #4E1214
RGB
CMYK
RGB Variations
Color information
#4E1214 (or 0x4E1214) is known color: Rustic Red. HEX triplet: 4E, 12 and 14. RGB value is (78,18,20). Sum of RGB (Red+Green+Blue) = 78+18+20=116 (15% of max value = 765). Red value is 78 (30.86% from 255 or 67.24% from 116); Green value is 18 (7.42% from 255 or 15.52% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1214 is #B1EDEB. Grayscale: #242424. Windows color (decimal): -11660780 or 1315406. OLE color: 1315406.
HSL color Cylindrical-coordinate representation of color #4E1214: hue angle of 358º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E1214 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 18 | 20 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.69 |
| HSL | 358º | 0.63% | 0.19% | - |
| HSV(B) | 358º | 0.77% | 0.31% | - |
| XYZ | 3.48 | 2.1 | 0.88 | - |
| YUV | 36.17 | 118.88 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 18 | 20 | 0 | 0.77 | 0.74 | 0.69 | 358 | 0.63 | 0.19 |
| Hex | 4E | 12 | 14 | 0 | 4D | 4A | 45 | 166 | 3E | 13 |
| Octal | 116 | 22 | 24 | 0 | 115 | 112 | 105 | 546 | 76 | 23 |
| Binary | 1001110 | 10010 | 10100 | 0 | 1001101 | 1001010 | 1000101 | 101100110 | 111110 | 10011 |
Color Harmonies of #4E1214
Complementary color
Monochromatic Colors of #4E1214
Black with #4E1214
Text Example
Text Example
White with #4E1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1214; }
p { color: rgb(78,18,20); }
H1.HeaderClassName
{
color: #4E1214;
}
.AnyTagClassName
{
color: #4E1214;
}
</style>
background-color css
<style>
a { background-color: #4E1214; }
a { background-color: rgb(78,18,20); }
div.DivClassName
{
background-color: #4E1214;
}
.BgClassName
{
background-color: #4E1214;
}
</style>
border-color css
<style>
span { border-color: #4E1214; }
span { border-color: rgb(78,18,20); }
td.TdClassName
{
border-color: #4E1214;
}
.TagClassName
{
border-color: #4E1214;
}
</style>