Shades of Rustic Red #1E1216
Tints of Rustic Red #1E1216
RGB
CMYK
RGB Variations
Color information
#1E1216 (or 0x1E1216) is known color: Rustic Red. HEX triplet: 1E, 12 and 16. RGB value is (30,18,22). Sum of RGB (Red+Green+Blue) = 30+18+22=70 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.86% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1216 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1216 is #E1EDE9. Grayscale: #161616. Windows color (decimal): -14806506 or 1446430. OLE color: 1446430.
HSL color Cylindrical-coordinate representation of color #1E1216: hue angle of 340º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E1216 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 18 | 22 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.88 |
| HSL | 340º | 0.25% | 0.09% | - |
| HSV(B) | 340º | 0.4% | 0.12% | - |
| XYZ | 0.9 | 0.77 | 0.86 | - |
| YUV | 22.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 22 | 0 | 0.40 | 0.27 | 0.88 | 340 | 0.25 | 0.09 |
| Hex | 1E | 12 | 16 | 0 | 28 | 1B | 58 | 154 | 19 | 9 |
| Octal | 36 | 22 | 26 | 0 | 50 | 33 | 130 | 524 | 31 | 11 |
| Binary | 11110 | 10010 | 10110 | 0 | 101000 | 11011 | 1011000 | 101010100 | 11001 | 1001 |
Color Harmonies of #1E1216
Complementary color
Monochromatic Colors of #1E1216
Black with #1E1216
Text Example
Text Example
White with #1E1216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1216; }
p { color: rgb(30,18,22); }
H1.HeaderClassName
{
color: #1E1216;
}
.AnyTagClassName
{
color: #1E1216;
}
</style>
background-color css
<style>
a { background-color: #1E1216; }
a { background-color: rgb(30,18,22); }
div.DivClassName
{
background-color: #1E1216;
}
.BgClassName
{
background-color: #1E1216;
}
</style>
border-color css
<style>
span { border-color: #1E1216; }
span { border-color: rgb(30,18,22); }
td.TdClassName
{
border-color: #1E1216;
}
.TagClassName
{
border-color: #1E1216;
}
</style>