Shades of Rustic Red #4E080B
Tints of Rustic Red #4E080B
RGB
CMYK
RGB Variations
Color information
#4E080B (or 0x4E080B) is known color: Rustic Red. HEX triplet: 4E, 08 and 0B. RGB value is (78,8,11). Sum of RGB (Red+Green+Blue) = 78+8+11=97 (12% of max value = 765). Red value is 78 (30.86% from 255 or 80.41% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 78 - color contains mainly: red. Hex color #4E080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E080B is #B1F7F4. Grayscale: #1D1D1D. Windows color (decimal): -11663349 or 723022. OLE color: 723022.
HSL color Cylindrical-coordinate representation of color #4E080B: hue angle of 357.43º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E080B is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 8 | 11 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.69 |
| HSL | 357.43º | 0.81% | 0.17% | - |
| HSV(B) | 357.43º | 0.9% | 0.31% | - |
| XYZ | 3.29 | 1.82 | 0.49 | - |
| YUV | 29.27 | 117.69 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 8 | 11 | 0 | 0.90 | 0.86 | 0.69 | 357.43 | 0.81 | 0.17 |
| Hex | 4E | 8 | B | 0 | 5A | 56 | 45 | 165 | 51 | 11 |
| Octal | 116 | 10 | 13 | 0 | 132 | 126 | 105 | 545 | 121 | 21 |
| Binary | 1001110 | 1000 | 1011 | 0 | 1011010 | 1010110 | 1000101 | 101100101 | 1010001 | 10001 |
Color Harmonies of #4E080B
Complementary color
Monochromatic Colors of #4E080B
Black with #4E080B
Text Example
Text Example
White with #4E080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E080B; }
p { color: rgb(78,8,11); }
H1.HeaderClassName
{
color: #4E080B;
}
.AnyTagClassName
{
color: #4E080B;
}
</style>
background-color css
<style>
a { background-color: #4E080B; }
a { background-color: rgb(78,8,11); }
div.DivClassName
{
background-color: #4E080B;
}
.BgClassName
{
background-color: #4E080B;
}
</style>
border-color css
<style>
span { border-color: #4E080B; }
span { border-color: rgb(78,8,11); }
td.TdClassName
{
border-color: #4E080B;
}
.TagClassName
{
border-color: #4E080B;
}
</style>