Shades of Rustic Red #0E0004
Tints of Rustic Red #0E0004
RGB
CMYK
RGB Variations
Color information
#0E0004 (or 0x0E0004) is known color: Rustic Red. HEX triplet: 0E, 00 and 04. RGB value is (14,0,4). Sum of RGB (Red+Green+Blue) = 14+0+4=18 (2% of max value = 765). Red value is 14 (5.86% from 255 or 77.78% from 18); Green value is 0 (0.39% from 255 or 0% from 18); Blue value is 4 (1.95% from 255 or 22.22% from 18); Max value from RGB is 14 - color contains mainly: red. Hex color #0E0004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E0004 is #F1FFFB. Grayscale: #040404. Windows color (decimal): -15859708 or 262158. OLE color: 262158.
HSL color Cylindrical-coordinate representation of color #0E0004: hue angle of 342.86º 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 #0E0004 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 0 | 4 | - |
| CMYK | 0 | 1 | 0.71 | 0.95 |
| HSL | 342.86º | 1% | 0.03% | - |
| HSV(B) | 342.86º | 1% | 0.05% | - |
| XYZ | 0.2 | 0.1 | 0.12 | - |
| YUV | 4.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 4 | 0 | 1 | 0.71 | 0.95 | 342.86 | 1 | 0.03 |
| Hex | E | 0 | 4 | 0 | 64 | 47 | 5F | 157 | 64 | 3 |
| Octal | 16 | 0 | 4 | 0 | 144 | 107 | 137 | 527 | 144 | 3 |
| Binary | 1110 | 0 | 100 | 0 | 1100100 | 1000111 | 1011111 | 101010111 | 1100100 | 11 |
Color Harmonies of #0E0004
Complementary color
Monochromatic Colors of #0E0004
Black with #0E0004
Text Example
Text Example
White with #0E0004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0004; }
p { color: rgb(14,0,4); }
H1.HeaderClassName
{
color: #0E0004;
}
.AnyTagClassName
{
color: #0E0004;
}
</style>
background-color css
<style>
a { background-color: #0E0004; }
a { background-color: rgb(14,0,4); }
div.DivClassName
{
background-color: #0E0004;
}
.BgClassName
{
background-color: #0E0004;
}
</style>
border-color css
<style>
span { border-color: #0E0004; }
span { border-color: rgb(14,0,4); }
td.TdClassName
{
border-color: #0E0004;
}
.TagClassName
{
border-color: #0E0004;
}
</style>