Shades of Rustic Red #1E0A12
Tints of Rustic Red #1E0A12
RGB
CMYK
RGB Variations
Color information
#1E0A12 (or 0x1E0A12) is known color: Rustic Red. HEX triplet: 1E, 0A and 12. RGB value is (30,10,18). Sum of RGB (Red+Green+Blue) = 30+10+18=58 (7% of max value = 765). Red value is 30 (12.11% from 255 or 51.72% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0A12 is #E1F5ED. Grayscale: #101010. Windows color (decimal): -14808558 or 1182238. OLE color: 1182238.
HSL color Cylindrical-coordinate representation of color #1E0A12: hue angle of 336º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E0A12 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 10 | 18 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.88 |
| HSL | 336º | 0.5% | 0.08% | - |
| HSV(B) | 336º | 0.67% | 0.12% | - |
| XYZ | 0.75 | 0.54 | 0.64 | - |
| YUV | 16.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 18 | 0 | 0.67 | 0.40 | 0.88 | 336 | 0.5 | 0.08 |
| Hex | 1E | A | 12 | 0 | 43 | 28 | 58 | 150 | 32 | 8 |
| Octal | 36 | 12 | 22 | 0 | 103 | 50 | 130 | 520 | 62 | 10 |
| Binary | 11110 | 1010 | 10010 | 0 | 1000011 | 101000 | 1011000 | 101010000 | 110010 | 1000 |
Color Harmonies of #1E0A12
Complementary color
Monochromatic Colors of #1E0A12
Black with #1E0A12
Text Example
Text Example
White with #1E0A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0A12; }
p { color: rgb(30,10,18); }
H1.HeaderClassName
{
color: #1E0A12;
}
.AnyTagClassName
{
color: #1E0A12;
}
</style>
background-color css
<style>
a { background-color: #1E0A12; }
a { background-color: rgb(30,10,18); }
div.DivClassName
{
background-color: #1E0A12;
}
.BgClassName
{
background-color: #1E0A12;
}
</style>
border-color css
<style>
span { border-color: #1E0A12; }
span { border-color: rgb(30,10,18); }
td.TdClassName
{
border-color: #1E0A12;
}
.TagClassName
{
border-color: #1E0A12;
}
</style>