Shades of Rustic Red #4E070E
Tints of Rustic Red #4E070E
RGB
CMYK
RGB Variations
Color information
#4E070E (or 0x4E070E) is known color: Rustic Red. HEX triplet: 4E, 07 and 0E. RGB value is (78,7,14). Sum of RGB (Red+Green+Blue) = 78+7+14=99 (13% of max value = 765). Red value is 78 (30.86% from 255 or 78.79% from 99); Green value is 7 (3.12% from 255 or 7.07% from 99); Blue value is 14 (5.86% from 255 or 14.14% from 99); Max value from RGB is 78 - color contains mainly: red. Hex color #4E070E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E070E is #B1F8F1. Grayscale: #1D1D1D. Windows color (decimal): -11663602 or 919374. OLE color: 919374.
HSL color Cylindrical-coordinate representation of color #4E070E: hue angle of 354.08º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4E070E is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 7 | 14 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.69 |
| HSL | 354.08º | 0.84% | 0.17% | - |
| HSV(B) | 354.08º | 0.91% | 0.31% | - |
| XYZ | 3.3 | 1.8 | 0.59 | - |
| YUV | 29.03 | 119.52 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 14 | 0 | 0.91 | 0.82 | 0.69 | 354.08 | 0.84 | 0.17 |
| Hex | 4E | 7 | E | 0 | 5B | 52 | 45 | 162 | 54 | 11 |
| Octal | 116 | 7 | 16 | 0 | 133 | 122 | 105 | 542 | 124 | 21 |
| Binary | 1001110 | 111 | 1110 | 0 | 1011011 | 1010010 | 1000101 | 101100010 | 1010100 | 10001 |
Color Harmonies of #4E070E
Complementary color
Monochromatic Colors of #4E070E
Black with #4E070E
Text Example
Text Example
White with #4E070E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E070E; }
p { color: rgb(78,7,14); }
H1.HeaderClassName
{
color: #4E070E;
}
.AnyTagClassName
{
color: #4E070E;
}
</style>
background-color css
<style>
a { background-color: #4E070E; }
a { background-color: rgb(78,7,14); }
div.DivClassName
{
background-color: #4E070E;
}
.BgClassName
{
background-color: #4E070E;
}
</style>
border-color css
<style>
span { border-color: #4E070E; }
span { border-color: rgb(78,7,14); }
td.TdClassName
{
border-color: #4E070E;
}
.TagClassName
{
border-color: #4E070E;
}
</style>