Shades of Rustic Red #4E000D
Tints of Rustic Red #4E000D
RGB
CMYK
RGB Variations
Color information
#4E000D (or 0x4E000D) is known color: Rustic Red. HEX triplet: 4E, 00 and 0D. RGB value is (78,0,13). Sum of RGB (Red+Green+Blue) = 78+0+13=91 (12% of max value = 765). Red value is 78 (30.86% from 255 or 85.71% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 78 - color contains mainly: red. Hex color #4E000D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E000D is #B1FFF2. Grayscale: #181818. Windows color (decimal): -11665395 or 852046. OLE color: 852046.
HSL color Cylindrical-coordinate representation of color #4E000D: hue angle of 350º 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 #4E000D is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 0 | 13 | - |
| CMYK | 0 | 1 | 0.83 | 0.69 |
| HSL | 350º | 1% | 0.15% | - |
| HSV(B) | 350º | 1% | 0.31% | - |
| XYZ | 3.21 | 1.65 | 0.53 | - |
| YUV | 24.8 | 121.34 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 13 | 0 | 1 | 0.83 | 0.69 | 350 | 1 | 0.15 |
| Hex | 4E | 0 | D | 0 | 64 | 53 | 45 | 15E | 64 | F |
| Octal | 116 | 0 | 15 | 0 | 144 | 123 | 105 | 536 | 144 | 17 |
| Binary | 1001110 | 0 | 1101 | 0 | 1100100 | 1010011 | 1000101 | 101011110 | 1100100 | 1111 |
Color Harmonies of #4E000D
Complementary color
Monochromatic Colors of #4E000D
Black with #4E000D
Text Example
Text Example
White with #4E000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E000D; }
p { color: rgb(78,0,13); }
H1.HeaderClassName
{
color: #4E000D;
}
.AnyTagClassName
{
color: #4E000D;
}
</style>
background-color css
<style>
a { background-color: #4E000D; }
a { background-color: rgb(78,0,13); }
div.DivClassName
{
background-color: #4E000D;
}
.BgClassName
{
background-color: #4E000D;
}
</style>
border-color css
<style>
span { border-color: #4E000D; }
span { border-color: rgb(78,0,13); }
td.TdClassName
{
border-color: #4E000D;
}
.TagClassName
{
border-color: #4E000D;
}
</style>