Shades of Rustic Red #1E010B
Tints of Rustic Red #1E010B
RGB
CMYK
RGB Variations
Color information
#1E010B (or 0x1E010B) is known color: Rustic Red. HEX triplet: 1E, 01 and 0B. RGB value is (30,1,11). Sum of RGB (Red+Green+Blue) = 30+1+11=42 (5% of max value = 765). Red value is 30 (12.11% from 255 or 71.43% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 30 - color contains mainly: red. Hex color #1E010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E010B is #E1FEF4. Grayscale: #0A0A0A. Windows color (decimal): -14810869 or 721182. OLE color: 721182.
HSL color Cylindrical-coordinate representation of color #1E010B: hue angle of 339.31º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E010B is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 1 | 11 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.88 |
| HSL | 339.31º | 0.94% | 0.06% | - |
| HSV(B) | 339.31º | 0.97% | 0.12% | - |
| XYZ | 0.61 | 0.32 | 0.35 | - |
| YUV | 10.81 | 128.11 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 11 | 0 | 0.97 | 0.63 | 0.88 | 339.31 | 0.94 | 0.06 |
| Hex | 1E | 1 | B | 0 | 61 | 3F | 58 | 153 | 5E | 6 |
| Octal | 36 | 1 | 13 | 0 | 141 | 77 | 130 | 523 | 136 | 6 |
| Binary | 11110 | 1 | 1011 | 0 | 1100001 | 111111 | 1011000 | 101010011 | 1011110 | 110 |
Color Harmonies of #1E010B
Complementary color
Monochromatic Colors of #1E010B
Black with #1E010B
Text Example
Text Example
White with #1E010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E010B; }
p { color: rgb(30,1,11); }
H1.HeaderClassName
{
color: #1E010B;
}
.AnyTagClassName
{
color: #1E010B;
}
</style>
background-color css
<style>
a { background-color: #1E010B; }
a { background-color: rgb(30,1,11); }
div.DivClassName
{
background-color: #1E010B;
}
.BgClassName
{
background-color: #1E010B;
}
</style>
border-color css
<style>
span { border-color: #1E010B; }
span { border-color: rgb(30,1,11); }
td.TdClassName
{
border-color: #1E010B;
}
.TagClassName
{
border-color: #1E010B;
}
</style>