Shades of Rustic Red #0E0005
Tints of Rustic Red #0E0005
RGB
CMYK
RGB Variations
Color information
#0E0005 (or 0x0E0005) is known color: Rustic Red. HEX triplet: 0E, 00 and 05. RGB value is (14,0,5). Sum of RGB (Red+Green+Blue) = 14+0+5=19 (2% of max value = 765). Red value is 14 (5.86% from 255 or 73.68% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 5 (2.34% from 255 or 26.32% from 19); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0005 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0005 is #F1FFFA. Grayscale: #040404. Windows color (decimal): -15859707 or 327694. OLE color: 327694.
HSL color Cylindrical-coordinate representation of color #0E0005: hue angle of 338.57º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0005 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 0 | 5 | - |
| CMYK | 0 | 1 | 0.64 | 0.95 |
| HSL | 338.57º | 1% | 0.03% | - |
| HSV(B) | 338.57º | 1% | 0.05% | - |
| XYZ | 0.21 | 0.1 | 0.15 | - |
| YUV | 4.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 5 | 0 | 1 | 0.64 | 0.95 | 338.57 | 1 | 0.03 |
| Hex | E | 0 | 5 | 0 | 64 | 40 | 5F | 153 | 64 | 3 |
| Octal | 16 | 0 | 5 | 0 | 144 | 100 | 137 | 523 | 144 | 3 |
| Binary | 1110 | 0 | 101 | 0 | 1100100 | 1000000 | 1011111 | 101010011 | 1100100 | 11 |
Color Harmonies of #0E0005
Complementary color
Monochromatic Colors of #0E0005
Black with #0E0005
Text Example
Text Example
White with #0E0005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0005; }
p { color: rgb(14,0,5); }
H1.HeaderClassName
{
color: #0E0005;
}
.AnyTagClassName
{
color: #0E0005;
}
</style>
background-color css
<style>
a { background-color: #0E0005; }
a { background-color: rgb(14,0,5); }
div.DivClassName
{
background-color: #0E0005;
}
.BgClassName
{
background-color: #0E0005;
}
</style>
border-color css
<style>
span { border-color: #0E0005; }
span { border-color: rgb(14,0,5); }
td.TdClassName
{
border-color: #0E0005;
}
.TagClassName
{
border-color: #0E0005;
}
</style>