Shades of Rustic Red #1E1016
Tints of Rustic Red #1E1016
RGB
CMYK
RGB Variations
Color information
#1E1016 (or 0x1E1016) is known color: Rustic Red. HEX triplet: 1E, 10 and 16. RGB value is (30,16,22). Sum of RGB (Red+Green+Blue) = 30+16+22=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1016 is #E1EFE9. Grayscale: #141414. Windows color (decimal): -14807018 or 1445918. OLE color: 1445918.
HSL color Cylindrical-coordinate representation of color #1E1016: hue angle of 334.29º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E1016 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 16 | 22 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.88 |
| HSL | 334.29º | 0.3% | 0.09% | - |
| HSV(B) | 334.29º | 0.47% | 0.12% | - |
| XYZ | 0.87 | 0.7 | 0.85 | - |
| YUV | 20.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 22 | 0 | 0.47 | 0.27 | 0.88 | 334.29 | 0.3 | 0.09 |
| Hex | 1E | 10 | 16 | 0 | 2F | 1B | 58 | 14E | 1E | 9 |
| Octal | 36 | 20 | 26 | 0 | 57 | 33 | 130 | 516 | 36 | 11 |
| Binary | 11110 | 10000 | 10110 | 0 | 101111 | 11011 | 1011000 | 101001110 | 11110 | 1001 |
Color Harmonies of #1E1016
Complementary color
Monochromatic Colors of #1E1016
Black with #1E1016
Text Example
Text Example
White with #1E1016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1016; }
p { color: rgb(30,16,22); }
H1.HeaderClassName
{
color: #1E1016;
}
.AnyTagClassName
{
color: #1E1016;
}
</style>
background-color css
<style>
a { background-color: #1E1016; }
a { background-color: rgb(30,16,22); }
div.DivClassName
{
background-color: #1E1016;
}
.BgClassName
{
background-color: #1E1016;
}
</style>
border-color css
<style>
span { border-color: #1E1016; }
span { border-color: rgb(30,16,22); }
td.TdClassName
{
border-color: #1E1016;
}
.TagClassName
{
border-color: #1E1016;
}
</style>