Shades of Rustic Red #4E020D
Tints of Rustic Red #4E020D
RGB
CMYK
RGB Variations
Color information
#4E020D (or 0x4E020D) is known color: Rustic Red. HEX triplet: 4E, 02 and 0D. RGB value is (78,2,13). Sum of RGB (Red+Green+Blue) = 78+2+13=93 (12% of max value = 765). Red value is 78 (30.86% from 255 or 83.87% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 78 - color contains mainly: red. Hex color #4E020D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E020D is #B1FDF2. Grayscale: #1A1A1A. Windows color (decimal): -11664883 or 852558. OLE color: 852558.
HSL color Cylindrical-coordinate representation of color #4E020D: hue angle of 351.32º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E020D is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 2 | 13 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.69 |
| HSL | 351.32º | 0.95% | 0.16% | - |
| HSV(B) | 351.32º | 0.97% | 0.31% | - |
| XYZ | 3.24 | 1.69 | 0.54 | - |
| YUV | 25.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 13 | 0 | 0.97 | 0.83 | 0.69 | 351.32 | 0.95 | 0.16 |
| Hex | 4E | 2 | D | 0 | 61 | 53 | 45 | 15F | 5F | 10 |
| Octal | 116 | 2 | 15 | 0 | 141 | 123 | 105 | 537 | 137 | 20 |
| Binary | 1001110 | 10 | 1101 | 0 | 1100001 | 1010011 | 1000101 | 101011111 | 1011111 | 10000 |
Color Harmonies of #4E020D
Complementary color
Monochromatic Colors of #4E020D
Black with #4E020D
Text Example
Text Example
White with #4E020D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E020D; }
p { color: rgb(78,2,13); }
H1.HeaderClassName
{
color: #4E020D;
}
.AnyTagClassName
{
color: #4E020D;
}
</style>
background-color css
<style>
a { background-color: #4E020D; }
a { background-color: rgb(78,2,13); }
div.DivClassName
{
background-color: #4E020D;
}
.BgClassName
{
background-color: #4E020D;
}
</style>
border-color css
<style>
span { border-color: #4E020D; }
span { border-color: rgb(78,2,13); }
td.TdClassName
{
border-color: #4E020D;
}
.TagClassName
{
border-color: #4E020D;
}
</style>