Shades of Rustic Red #1E0102
Tints of Rustic Red #1E0102
RGB
CMYK
RGB Variations
Color information
#1E0102 (or 0x1E0102) is known color: Rustic Red. HEX triplet: 1E, 01 and 02. RGB value is (30,1,2). Sum of RGB (Red+Green+Blue) = 30+1+2=33 (4% of max value = 765). Red value is 30 (12.11% from 255 or 90.91% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 2 (1.17% from 255 or 6.06% from 33); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0102 is #E1FEFD. Grayscale: #090909. Windows color (decimal): -14810878 or 131358. OLE color: 131358.
HSL color Cylindrical-coordinate representation of color #1E0102: hue angle of 357.93º 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 #1E0102 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 1 | 2 | - |
| CMYK | 0 | 0.97 | 0.93 | 0.88 |
| HSL | 357.93º | 0.94% | 0.06% | - |
| HSV(B) | 357.93º | 0.97% | 0.12% | - |
| XYZ | 0.56 | 0.3 | 0.09 | - |
| YUV | 9.79 | 123.61 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 2 | 0 | 0.97 | 0.93 | 0.88 | 357.93 | 0.94 | 0.06 |
| Hex | 1E | 1 | 2 | 0 | 61 | 5D | 58 | 166 | 5E | 6 |
| Octal | 36 | 1 | 2 | 0 | 141 | 135 | 130 | 546 | 136 | 6 |
| Binary | 11110 | 1 | 10 | 0 | 1100001 | 1011101 | 1011000 | 101100110 | 1011110 | 110 |
Color Harmonies of #1E0102
Complementary color
Monochromatic Colors of #1E0102
Black with #1E0102
Text Example
Text Example
White with #1E0102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0102; }
p { color: rgb(30,1,2); }
H1.HeaderClassName
{
color: #1E0102;
}
.AnyTagClassName
{
color: #1E0102;
}
</style>
background-color css
<style>
a { background-color: #1E0102; }
a { background-color: rgb(30,1,2); }
div.DivClassName
{
background-color: #1E0102;
}
.BgClassName
{
background-color: #1E0102;
}
</style>
border-color css
<style>
span { border-color: #1E0102; }
span { border-color: rgb(30,1,2); }
td.TdClassName
{
border-color: #1E0102;
}
.TagClassName
{
border-color: #1E0102;
}
</style>