Shades of Rustic Red #1E000E
Tints of Rustic Red #1E000E
RGB
CMYK
RGB Variations
Color information
#1E000E (or 0x1E000E) is known color: Rustic Red. HEX triplet: 1E, 00 and 0E. RGB value is (30,0,14). Sum of RGB (Red+Green+Blue) = 30+0+14=44 (5% of max value = 765). Red value is 30 (12.11% from 255 or 68.18% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 14 (5.86% from 255 or 31.82% from 44); Max value from RGB is 30 - color contains mainly: red. Hex color #1E000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E000E is #E1FFF1. Grayscale: #0A0A0A. Windows color (decimal): -14811122 or 917534. OLE color: 917534.
HSL color Cylindrical-coordinate representation of color #1E000E: hue angle of 332º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E000E is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.53 | 0.88 |
| HSL | 332º | 1% | 0.06% | - |
| HSV(B) | 332º | 1% | 0.12% | - |
| XYZ | 0.61 | 0.31 | 0.44 | - |
| YUV | 10.57 | 129.94 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 14 | 0 | 1 | 0.53 | 0.88 | 332 | 1 | 0.06 |
| Hex | 1E | 0 | E | 0 | 64 | 35 | 58 | 14C | 64 | 6 |
| Octal | 36 | 0 | 16 | 0 | 144 | 65 | 130 | 514 | 144 | 6 |
| Binary | 11110 | 0 | 1110 | 0 | 1100100 | 110101 | 1011000 | 101001100 | 1100100 | 110 |
Color Harmonies of #1E000E
Complementary color
Monochromatic Colors of #1E000E
Black with #1E000E
Text Example
Text Example
White with #1E000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E000E; }
p { color: rgb(30,0,14); }
H1.HeaderClassName
{
color: #1E000E;
}
.AnyTagClassName
{
color: #1E000E;
}
</style>
background-color css
<style>
a { background-color: #1E000E; }
a { background-color: rgb(30,0,14); }
div.DivClassName
{
background-color: #1E000E;
}
.BgClassName
{
background-color: #1E000E;
}
</style>
border-color css
<style>
span { border-color: #1E000E; }
span { border-color: rgb(30,0,14); }
td.TdClassName
{
border-color: #1E000E;
}
.TagClassName
{
border-color: #1E000E;
}
</style>