Shades of Rustic Red #4E020F
Tints of Rustic Red #4E020F
RGB
CMYK
RGB Variations
Color information
#4E020F (or 0x4E020F) is known color: Rustic Red. HEX triplet: 4E, 02 and 0F. RGB value is (78,2,15). Sum of RGB (Red+Green+Blue) = 78+2+15=95 (12% of max value = 765). Red value is 78 (30.86% from 255 or 82.11% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 78 - color contains mainly: red. Hex color #4E020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E020F is #B1FDF0. Grayscale: #1A1A1A. Windows color (decimal): -11664881 or 983630. OLE color: 983630.
HSL color Cylindrical-coordinate representation of color #4E020F: hue angle of 349.74º 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 #4E020F is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 2 | 15 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.69 |
| HSL | 349.74º | 0.95% | 0.16% | - |
| HSV(B) | 349.74º | 0.97% | 0.31% | - |
| XYZ | 3.25 | 1.7 | 0.61 | - |
| YUV | 26.21 | 121.68 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 2 | 15 | 0 | 0.97 | 0.81 | 0.69 | 349.74 | 0.95 | 0.16 |
| Hex | 4E | 2 | F | 0 | 61 | 51 | 45 | 15E | 5F | 10 |
| Octal | 116 | 2 | 17 | 0 | 141 | 121 | 105 | 536 | 137 | 20 |
| Binary | 1001110 | 10 | 1111 | 0 | 1100001 | 1010001 | 1000101 | 101011110 | 1011111 | 10000 |
Color Harmonies of #4E020F
Complementary color
Monochromatic Colors of #4E020F
Black with #4E020F
Text Example
Text Example
White with #4E020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E020F; }
p { color: rgb(78,2,15); }
H1.HeaderClassName
{
color: #4E020F;
}
.AnyTagClassName
{
color: #4E020F;
}
</style>
background-color css
<style>
a { background-color: #4E020F; }
a { background-color: rgb(78,2,15); }
div.DivClassName
{
background-color: #4E020F;
}
.BgClassName
{
background-color: #4E020F;
}
</style>
border-color css
<style>
span { border-color: #4E020F; }
span { border-color: rgb(78,2,15); }
td.TdClassName
{
border-color: #4E020F;
}
.TagClassName
{
border-color: #4E020F;
}
</style>