Shades of Rustic Red #4E0D0E
Tints of Rustic Red #4E0D0E
RGB
CMYK
RGB Variations
Color information
#4E0D0E (or 0x4E0D0E) is known color: Rustic Red. HEX triplet: 4E, 0D and 0E. RGB value is (78,13,14). Sum of RGB (Red+Green+Blue) = 78+13+14=105 (13% of max value = 765). Red value is 78 (30.86% from 255 or 74.29% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0D0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0D0E is #B1F2F1. Grayscale: #202020. Windows color (decimal): -11662066 or 920910. OLE color: 920910.
HSL color Cylindrical-coordinate representation of color #4E0D0E: hue angle of 359.08º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E0D0E is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 13 | 14 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.69 |
| HSL | 359.08º | 0.71% | 0.18% | - |
| HSV(B) | 359.08º | 0.83% | 0.31% | - |
| XYZ | 3.37 | 1.94 | 0.61 | - |
| YUV | 32.55 | 117.53 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 13 | 14 | 0 | 0.83 | 0.82 | 0.69 | 359.08 | 0.71 | 0.18 |
| Hex | 4E | D | E | 0 | 53 | 52 | 45 | 167 | 47 | 12 |
| Octal | 116 | 15 | 16 | 0 | 123 | 122 | 105 | 547 | 107 | 22 |
| Binary | 1001110 | 1101 | 1110 | 0 | 1010011 | 1010010 | 1000101 | 101100111 | 1000111 | 10010 |
Color Harmonies of #4E0D0E
Complementary color
Monochromatic Colors of #4E0D0E
Black with #4E0D0E
Text Example
Text Example
White with #4E0D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0D0E; }
p { color: rgb(78,13,14); }
H1.HeaderClassName
{
color: #4E0D0E;
}
.AnyTagClassName
{
color: #4E0D0E;
}
</style>
background-color css
<style>
a { background-color: #4E0D0E; }
a { background-color: rgb(78,13,14); }
div.DivClassName
{
background-color: #4E0D0E;
}
.BgClassName
{
background-color: #4E0D0E;
}
</style>
border-color css
<style>
span { border-color: #4E0D0E; }
span { border-color: rgb(78,13,14); }
td.TdClassName
{
border-color: #4E0D0E;
}
.TagClassName
{
border-color: #4E0D0E;
}
</style>