Shades of Rustic Red #4E0005
Tints of Rustic Red #4E0005
RGB
CMYK
RGB Variations
Color information
#4E0005 (or 0x4E0005) is known color: Rustic Red. HEX triplet: 4E, 00 and 05. RGB value is (78,0,5). Sum of RGB (Red+Green+Blue) = 78+0+5=83 (10% of max value = 765). Red value is 78 (30.86% from 255 or 93.98% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 5 (2.34% from 255 or 6.02% from 83); Max value from RGB is 78 - color contains mainly: red. Hex color #4E0005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E0005 is #B1FFFA. Grayscale: #171717. Windows color (decimal): -11665403 or 327758. OLE color: 327758.
HSL color Cylindrical-coordinate representation of color #4E0005: hue angle of 356.15º 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 #4E0005 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.94 | 0.69 |
| HSL | 356.15º | 1% | 0.15% | - |
| HSV(B) | 356.15º | 1% | 0.31% | - |
| XYZ | 3.17 | 1.63 | 0.29 | - |
| YUV | 23.89 | 117.34 | 166.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 0 | 5 | 0 | 1 | 0.94 | 0.69 | 356.15 | 1 | 0.15 |
| Hex | 4E | 0 | 5 | 0 | 64 | 5E | 45 | 164 | 64 | F |
| Octal | 116 | 0 | 5 | 0 | 144 | 136 | 105 | 544 | 144 | 17 |
| Binary | 1001110 | 0 | 101 | 0 | 1100100 | 1011110 | 1000101 | 101100100 | 1100100 | 1111 |
Color Harmonies of #4E0005
Complementary color
Monochromatic Colors of #4E0005
Black with #4E0005
Text Example
Text Example
White with #4E0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E0005; }
p { color: rgb(78,0,5); }
H1.HeaderClassName
{
color: #4E0005;
}
.AnyTagClassName
{
color: #4E0005;
}
</style>
background-color css
<style>
a { background-color: #4E0005; }
a { background-color: rgb(78,0,5); }
div.DivClassName
{
background-color: #4E0005;
}
.BgClassName
{
background-color: #4E0005;
}
</style>
border-color css
<style>
span { border-color: #4E0005; }
span { border-color: rgb(78,0,5); }
td.TdClassName
{
border-color: #4E0005;
}
.TagClassName
{
border-color: #4E0005;
}
</style>