Shades of Rustic Red #1E1011
Tints of Rustic Red #1E1011
RGB
CMYK
RGB Variations
Color information
#1E1011 (or 0x1E1011) is known color: Rustic Red. HEX triplet: 1E, 10 and 11. RGB value is (30,16,17). Sum of RGB (Red+Green+Blue) = 30+16+17=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 16 (6.64% from 255 or 25.40% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1011 is #E1EFEE. Grayscale: #141414. Windows color (decimal): -14807023 or 1118238. OLE color: 1118238.
HSL color Cylindrical-coordinate representation of color #1E1011: hue angle of 355.71º 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 #1E1011 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 16 | 17 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.88 |
| HSL | 355.71º | 0.3% | 0.09% | - |
| HSV(B) | 355.71º | 0.47% | 0.12% | - |
| XYZ | 0.82 | 0.69 | 0.62 | - |
| YUV | 20.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 17 | 0 | 0.47 | 0.43 | 0.88 | 355.71 | 0.3 | 0.09 |
| Hex | 1E | 10 | 11 | 0 | 2F | 2B | 58 | 164 | 1E | 9 |
| Octal | 36 | 20 | 21 | 0 | 57 | 53 | 130 | 544 | 36 | 11 |
| Binary | 11110 | 10000 | 10001 | 0 | 101111 | 101011 | 1011000 | 101100100 | 11110 | 1001 |
Color Harmonies of #1E1011
Complementary color
Monochromatic Colors of #1E1011
Black with #1E1011
Text Example
Text Example
White with #1E1011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1011; }
p { color: rgb(30,16,17); }
H1.HeaderClassName
{
color: #1E1011;
}
.AnyTagClassName
{
color: #1E1011;
}
</style>
background-color css
<style>
a { background-color: #1E1011; }
a { background-color: rgb(30,16,17); }
div.DivClassName
{
background-color: #1E1011;
}
.BgClassName
{
background-color: #1E1011;
}
</style>
border-color css
<style>
span { border-color: #1E1011; }
span { border-color: rgb(30,16,17); }
td.TdClassName
{
border-color: #1E1011;
}
.TagClassName
{
border-color: #1E1011;
}
</style>