Shades of Rustic Red #1E1819
Tints of Rustic Red #1E1819
RGB
CMYK
RGB Variations
Color information
#1E1819 (or 0x1E1819) is known color: Rustic Red. HEX triplet: 1E, 18 and 19. RGB value is (30,24,25). Sum of RGB (Red+Green+Blue) = 30+24+25=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1819 is #E1E7E6. Grayscale: #191919. Windows color (decimal): -14804967 or 1644574. OLE color: 1644574.
HSL color Cylindrical-coordinate representation of color #1E1819: hue angle of 350º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #1E1819 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 24 | 25 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.88 |
| HSL | 350º | 0.11% | 0.11% | - |
| HSV(B) | 350º | 0.2% | 0.12% | - |
| XYZ | 1.04 | 1 | 1.06 | - |
| YUV | 25.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 25 | 0 | 0.20 | 0.17 | 0.88 | 350 | 0.11 | 0.11 |
| Hex | 1E | 18 | 19 | 0 | 14 | 11 | 58 | 15E | B | B |
| Octal | 36 | 30 | 31 | 0 | 24 | 21 | 130 | 536 | 13 | 13 |
| Binary | 11110 | 11000 | 11001 | 0 | 10100 | 10001 | 1011000 | 101011110 | 1011 | 1011 |
Color Harmonies of #1E1819
Complementary color
Monochromatic Colors of #1E1819
Black with #1E1819
Text Example
Text Example
White with #1E1819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1819; }
p { color: rgb(30,24,25); }
H1.HeaderClassName
{
color: #1E1819;
}
.AnyTagClassName
{
color: #1E1819;
}
</style>
background-color css
<style>
a { background-color: #1E1819; }
a { background-color: rgb(30,24,25); }
div.DivClassName
{
background-color: #1E1819;
}
.BgClassName
{
background-color: #1E1819;
}
</style>
border-color css
<style>
span { border-color: #1E1819; }
span { border-color: rgb(30,24,25); }
td.TdClassName
{
border-color: #1E1819;
}
.TagClassName
{
border-color: #1E1819;
}
</style>