Shades of Rustic Red #4E000E
Tints of Rustic Red #4E000E
RGB
CMYK
RGB Variations
Color information
#4E000E (or 0x4E000E) is known color: Rustic Red. HEX triplet: 4E, 00 and 0E. RGB value is (78,0,14). Sum of RGB (Red+Green+Blue) = 78+0+14=92 (12% of max value = 765). Red value is 78 (30.86% from 255 or 84.78% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 78 - color contains mainly: red. Hex color #4E000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E000E is #B1FFF1. Grayscale: #181818. Windows color (decimal): -11665394 or 917582. OLE color: 917582.
HSL color Cylindrical-coordinate representation of color #4E000E: hue angle of 349.23º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E000E is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.82 | 0.69 |
| HSL | 349.23º | 1% | 0.15% | - |
| HSV(B) | 349.23º | 1% | 0.31% | - |
| XYZ | 3.22 | 1.65 | 0.56 | - |
| YUV | 24.92 | 121.84 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 14 | 0 | 1 | 0.82 | 0.69 | 349.23 | 1 | 0.15 |
| Hex | 4E | 0 | E | 0 | 64 | 52 | 45 | 15D | 64 | F |
| Octal | 116 | 0 | 16 | 0 | 144 | 122 | 105 | 535 | 144 | 17 |
| Binary | 1001110 | 0 | 1110 | 0 | 1100100 | 1010010 | 1000101 | 101011101 | 1100100 | 1111 |
Color Harmonies of #4E000E
Complementary color
Monochromatic Colors of #4E000E
Black with #4E000E
Text Example
Text Example
White with #4E000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E000E; }
p { color: rgb(78,0,14); }
H1.HeaderClassName
{
color: #4E000E;
}
.AnyTagClassName
{
color: #4E000E;
}
</style>
background-color css
<style>
a { background-color: #4E000E; }
a { background-color: rgb(78,0,14); }
div.DivClassName
{
background-color: #4E000E;
}
.BgClassName
{
background-color: #4E000E;
}
</style>
border-color css
<style>
span { border-color: #4E000E; }
span { border-color: rgb(78,0,14); }
td.TdClassName
{
border-color: #4E000E;
}
.TagClassName
{
border-color: #4E000E;
}
</style>