Shades of Rustic Red #1E000B
Tints of Rustic Red #1E000B
RGB
CMYK
RGB Variations
Color information
#1E000B (or 0x1E000B) is known color: Rustic Red. HEX triplet: 1E, 00 and 0B. RGB value is (30,0,11). Sum of RGB (Red+Green+Blue) = 30+0+11=41 (5% of max value = 765). Red value is 30 (12.11% from 255 or 73.17% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 11 (4.69% from 255 or 26.83% from 41); Max value from RGB is 30 - color contains mainly: red. Hex color #1E000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E000B is #E1FFF4. Grayscale: #0A0A0A. Windows color (decimal): -14811125 or 720926. OLE color: 720926.
HSL color Cylindrical-coordinate representation of color #1E000B: hue angle of 338º 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 #1E000B is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.63 | 0.88 |
| HSL | 338º | 1% | 0.06% | - |
| HSV(B) | 338º | 1% | 0.12% | - |
| XYZ | 0.6 | 0.3 | 0.34 | - |
| YUV | 10.22 | 128.44 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 11 | 0 | 1 | 0.63 | 0.88 | 338 | 1 | 0.06 |
| Hex | 1E | 0 | B | 0 | 64 | 3F | 58 | 152 | 64 | 6 |
| Octal | 36 | 0 | 13 | 0 | 144 | 77 | 130 | 522 | 144 | 6 |
| Binary | 11110 | 0 | 1011 | 0 | 1100100 | 111111 | 1011000 | 101010010 | 1100100 | 110 |
Color Harmonies of #1E000B
Complementary color
Monochromatic Colors of #1E000B
Black with #1E000B
Text Example
Text Example
White with #1E000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E000B; }
p { color: rgb(30,0,11); }
H1.HeaderClassName
{
color: #1E000B;
}
.AnyTagClassName
{
color: #1E000B;
}
</style>
background-color css
<style>
a { background-color: #1E000B; }
a { background-color: rgb(30,0,11); }
div.DivClassName
{
background-color: #1E000B;
}
.BgClassName
{
background-color: #1E000B;
}
</style>
border-color css
<style>
span { border-color: #1E000B; }
span { border-color: rgb(30,0,11); }
td.TdClassName
{
border-color: #1E000B;
}
.TagClassName
{
border-color: #1E000B;
}
</style>