Shades of Rustic Red #4E070B
Tints of Rustic Red #4E070B
RGB
CMYK
RGB Variations
Color information
#4E070B (or 0x4E070B) is known color: Rustic Red. HEX triplet: 4E, 07 and 0B. RGB value is (78,7,11). Sum of RGB (Red+Green+Blue) = 78+7+11=96 (12% of max value = 765). Red value is 78 (30.86% from 255 or 81.25% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 78 - color contains mainly: red. Hex color #4E070B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E070B is #B1F8F4. Grayscale: #1C1C1C. Windows color (decimal): -11663605 or 722766. OLE color: 722766.
HSL color Cylindrical-coordinate representation of color #4E070B: hue angle of 356.62º 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 #4E070B is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 7 | 11 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.69 |
| HSL | 356.62º | 0.84% | 0.17% | - |
| HSV(B) | 356.62º | 0.91% | 0.31% | - |
| XYZ | 3.28 | 1.8 | 0.49 | - |
| YUV | 28.69 | 118.02 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 7 | 11 | 0 | 0.91 | 0.86 | 0.69 | 356.62 | 0.84 | 0.17 |
| Hex | 4E | 7 | B | 0 | 5B | 56 | 45 | 165 | 54 | 11 |
| Octal | 116 | 7 | 13 | 0 | 133 | 126 | 105 | 545 | 124 | 21 |
| Binary | 1001110 | 111 | 1011 | 0 | 1011011 | 1010110 | 1000101 | 101100101 | 1010100 | 10001 |
Color Harmonies of #4E070B
Complementary color
Monochromatic Colors of #4E070B
Black with #4E070B
Text Example
Text Example
White with #4E070B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E070B; }
p { color: rgb(78,7,11); }
H1.HeaderClassName
{
color: #4E070B;
}
.AnyTagClassName
{
color: #4E070B;
}
</style>
background-color css
<style>
a { background-color: #4E070B; }
a { background-color: rgb(78,7,11); }
div.DivClassName
{
background-color: #4E070B;
}
.BgClassName
{
background-color: #4E070B;
}
</style>
border-color css
<style>
span { border-color: #4E070B; }
span { border-color: rgb(78,7,11); }
td.TdClassName
{
border-color: #4E070B;
}
.TagClassName
{
border-color: #4E070B;
}
</style>