Shades of Rustic Red #1E0106
Tints of Rustic Red #1E0106
RGB
CMYK
RGB Variations
Color information
#1E0106 (or 0x1E0106) is known color: Rustic Red. HEX triplet: 1E, 01 and 06. RGB value is (30,1,6). Sum of RGB (Red+Green+Blue) = 30+1+6=37 (4% of max value = 765). Red value is 30 (12.11% from 255 or 81.08% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 6 (2.73% from 255 or 16.22% from 37); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0106 is #E1FEF9. Grayscale: #0A0A0A. Windows color (decimal): -14810874 or 393502. OLE color: 393502.
HSL color Cylindrical-coordinate representation of color #1E0106: hue angle of 349.66º 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 #1E0106 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 1 | 6 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.88 |
| HSL | 349.66º | 0.94% | 0.06% | - |
| HSV(B) | 349.66º | 0.97% | 0.12% | - |
| XYZ | 0.58 | 0.31 | 0.2 | - |
| YUV | 10.24 | 125.61 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 6 | 0 | 0.97 | 0.80 | 0.88 | 349.66 | 0.94 | 0.06 |
| Hex | 1E | 1 | 6 | 0 | 61 | 50 | 58 | 15E | 5E | 6 |
| Octal | 36 | 1 | 6 | 0 | 141 | 120 | 130 | 536 | 136 | 6 |
| Binary | 11110 | 1 | 110 | 0 | 1100001 | 1010000 | 1011000 | 101011110 | 1011110 | 110 |
Color Harmonies of #1E0106
Complementary color
Monochromatic Colors of #1E0106
Black with #1E0106
Text Example
Text Example
White with #1E0106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0106; }
p { color: rgb(30,1,6); }
H1.HeaderClassName
{
color: #1E0106;
}
.AnyTagClassName
{
color: #1E0106;
}
</style>
background-color css
<style>
a { background-color: #1E0106; }
a { background-color: rgb(30,1,6); }
div.DivClassName
{
background-color: #1E0106;
}
.BgClassName
{
background-color: #1E0106;
}
</style>
border-color css
<style>
span { border-color: #1E0106; }
span { border-color: rgb(30,1,6); }
td.TdClassName
{
border-color: #1E0106;
}
.TagClassName
{
border-color: #1E0106;
}
</style>