Shades of Rustic Red #1E0103
Tints of Rustic Red #1E0103
RGB
CMYK
RGB Variations
Color information
#1E0103 (or 0x1E0103) is known color: Rustic Red. HEX triplet: 1E, 01 and 03. RGB value is (30,1,3). Sum of RGB (Red+Green+Blue) = 30+1+3=34 (4% of max value = 765). Red value is 30 (12.11% from 255 or 88.24% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 3 (1.56% from 255 or 8.82% from 34); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0103 is #E1FEFC. Grayscale: #090909. Windows color (decimal): -14810877 or 196894. OLE color: 196894.
HSL color Cylindrical-coordinate representation of color #1E0103: hue angle of 355.86º 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 #1E0103 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 1 | 3 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.88 |
| HSL | 355.86º | 0.94% | 0.06% | - |
| HSV(B) | 355.86º | 0.97% | 0.12% | - |
| XYZ | 0.56 | 0.3 | 0.12 | - |
| YUV | 9.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 3 | 0 | 0.97 | 0.90 | 0.88 | 355.86 | 0.94 | 0.06 |
| Hex | 1E | 1 | 3 | 0 | 61 | 5A | 58 | 164 | 5E | 6 |
| Octal | 36 | 1 | 3 | 0 | 141 | 132 | 130 | 544 | 136 | 6 |
| Binary | 11110 | 1 | 11 | 0 | 1100001 | 1011010 | 1011000 | 101100100 | 1011110 | 110 |
Color Harmonies of #1E0103
Complementary color
Monochromatic Colors of #1E0103
Black with #1E0103
Text Example
Text Example
White with #1E0103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0103; }
p { color: rgb(30,1,3); }
H1.HeaderClassName
{
color: #1E0103;
}
.AnyTagClassName
{
color: #1E0103;
}
</style>
background-color css
<style>
a { background-color: #1E0103; }
a { background-color: rgb(30,1,3); }
div.DivClassName
{
background-color: #1E0103;
}
.BgClassName
{
background-color: #1E0103;
}
</style>
border-color css
<style>
span { border-color: #1E0103; }
span { border-color: rgb(30,1,3); }
td.TdClassName
{
border-color: #1E0103;
}
.TagClassName
{
border-color: #1E0103;
}
</style>