Shades of Rustic Red #1E1116
Tints of Rustic Red #1E1116
RGB
CMYK
RGB Variations
Color information
#1E1116 (or 0x1E1116) is known color: Rustic Red. HEX triplet: 1E, 11 and 16. RGB value is (30,17,22). Sum of RGB (Red+Green+Blue) = 30+17+22=69 (9% of max value = 765). Red value is 30 (12.11% from 255 or 43.48% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1116 is #E1EEE9. Grayscale: #151515. Windows color (decimal): -14806762 or 1446174. OLE color: 1446174.
HSL color Cylindrical-coordinate representation of color #1E1116: hue angle of 336.92º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1E1116 is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 17 | 22 | - |
| CMYK | 0 | 0.43 | 0.27 | 0.88 |
| HSL | 336.92º | 0.28% | 0.09% | - |
| HSV(B) | 336.92º | 0.43% | 0.12% | - |
| XYZ | 0.88 | 0.73 | 0.85 | - |
| YUV | 21.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 22 | 0 | 0.43 | 0.27 | 0.88 | 336.92 | 0.28 | 0.09 |
| Hex | 1E | 11 | 16 | 0 | 2B | 1B | 58 | 151 | 1C | 9 |
| Octal | 36 | 21 | 26 | 0 | 53 | 33 | 130 | 521 | 34 | 11 |
| Binary | 11110 | 10001 | 10110 | 0 | 101011 | 11011 | 1011000 | 101010001 | 11100 | 1001 |
Color Harmonies of #1E1116
Complementary color
Monochromatic Colors of #1E1116
Black with #1E1116
Text Example
Text Example
White with #1E1116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1116; }
p { color: rgb(30,17,22); }
H1.HeaderClassName
{
color: #1E1116;
}
.AnyTagClassName
{
color: #1E1116;
}
</style>
background-color css
<style>
a { background-color: #1E1116; }
a { background-color: rgb(30,17,22); }
div.DivClassName
{
background-color: #1E1116;
}
.BgClassName
{
background-color: #1E1116;
}
</style>
border-color css
<style>
span { border-color: #1E1116; }
span { border-color: rgb(30,17,22); }
td.TdClassName
{
border-color: #1E1116;
}
.TagClassName
{
border-color: #1E1116;
}
</style>