Shades of Rustic Red #4E1314
Tints of Rustic Red #4E1314
RGB
CMYK
RGB Variations
Color information
#4E1314 (or 0x4E1314) is known color: Rustic Red. HEX triplet: 4E, 13 and 14. RGB value is (78,19,20). Sum of RGB (Red+Green+Blue) = 78+19+20=117 (15% of max value = 765). Red value is 78 (30.86% from 255 or 66.67% from 117); Green value is 19 (7.81% from 255 or 16.24% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 78 - color contains mainly: red. Hex color #4E1314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E1314 is #B1ECEB. Grayscale: #242424. Windows color (decimal): -11660524 or 1315662. OLE color: 1315662.
HSL color Cylindrical-coordinate representation of color #4E1314: hue angle of 358.98º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4E1314 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 19 | 20 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.69 |
| HSL | 358.98º | 0.61% | 0.19% | - |
| HSV(B) | 358.98º | 0.76% | 0.31% | - |
| XYZ | 3.5 | 2.14 | 0.89 | - |
| YUV | 36.76 | 118.55 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 19 | 20 | 0 | 0.76 | 0.74 | 0.69 | 358.98 | 0.61 | 0.19 |
| Hex | 4E | 13 | 14 | 0 | 4C | 4A | 45 | 167 | 3D | 13 |
| Octal | 116 | 23 | 24 | 0 | 114 | 112 | 105 | 547 | 75 | 23 |
| Binary | 1001110 | 10011 | 10100 | 0 | 1001100 | 1001010 | 1000101 | 101100111 | 111101 | 10011 |
Color Harmonies of #4E1314
Complementary color
Monochromatic Colors of #4E1314
Black with #4E1314
Text Example
Text Example
White with #4E1314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E1314; }
p { color: rgb(78,19,20); }
H1.HeaderClassName
{
color: #4E1314;
}
.AnyTagClassName
{
color: #4E1314;
}
</style>
background-color css
<style>
a { background-color: #4E1314; }
a { background-color: rgb(78,19,20); }
div.DivClassName
{
background-color: #4E1314;
}
.BgClassName
{
background-color: #4E1314;
}
</style>
border-color css
<style>
span { border-color: #4E1314; }
span { border-color: rgb(78,19,20); }
td.TdClassName
{
border-color: #4E1314;
}
.TagClassName
{
border-color: #4E1314;
}
</style>