Shades of Rustic Red #4E090E
Tints of Rustic Red #4E090E
RGB
CMYK
RGB Variations
Color information
#4E090E (or 0x4E090E) is known color: Rustic Red. HEX triplet: 4E, 09 and 0E. RGB value is (78,9,14). Sum of RGB (Red+Green+Blue) = 78+9+14=101 (13% of max value = 765). Red value is 78 (30.86% from 255 or 77.23% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 78 - color contains mainly: red. Hex color #4E090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E090E is #B1F6F1. Grayscale: #1E1E1E. Windows color (decimal): -11663090 or 919886. OLE color: 919886.
HSL color Cylindrical-coordinate representation of color #4E090E: hue angle of 355.65º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E090E is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 9 | 14 | - |
| CMYK | 0 | 0.88 | 0.82 | 0.69 |
| HSL | 355.65º | 0.79% | 0.17% | - |
| HSV(B) | 355.65º | 0.88% | 0.31% | - |
| XYZ | 3.32 | 1.85 | 0.6 | - |
| YUV | 30.2 | 118.86 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 9 | 14 | 0 | 0.88 | 0.82 | 0.69 | 355.65 | 0.79 | 0.17 |
| Hex | 4E | 9 | E | 0 | 58 | 52 | 45 | 164 | 4F | 11 |
| Octal | 116 | 11 | 16 | 0 | 130 | 122 | 105 | 544 | 117 | 21 |
| Binary | 1001110 | 1001 | 1110 | 0 | 1011000 | 1010010 | 1000101 | 101100100 | 1001111 | 10001 |
Color Harmonies of #4E090E
Complementary color
Monochromatic Colors of #4E090E
Black with #4E090E
Text Example
Text Example
White with #4E090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E090E; }
p { color: rgb(78,9,14); }
H1.HeaderClassName
{
color: #4E090E;
}
.AnyTagClassName
{
color: #4E090E;
}
</style>
background-color css
<style>
a { background-color: #4E090E; }
a { background-color: rgb(78,9,14); }
div.DivClassName
{
background-color: #4E090E;
}
.BgClassName
{
background-color: #4E090E;
}
</style>
border-color css
<style>
span { border-color: #4E090E; }
span { border-color: rgb(78,9,14); }
td.TdClassName
{
border-color: #4E090E;
}
.TagClassName
{
border-color: #4E090E;
}
</style>