Shades of Rustic Red #1E0D12
Tints of Rustic Red #1E0D12
RGB
CMYK
RGB Variations
Color information
#1E0D12 (or 0x1E0D12) is known color: Rustic Red. HEX triplet: 1E, 0D and 12. RGB value is (30,13,18). Sum of RGB (Red+Green+Blue) = 30+13+18=61 (8% of max value = 765). Red value is 30 (12.11% from 255 or 49.18% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0D12 is #E1F2ED. Grayscale: #121212. Windows color (decimal): -14807790 or 1183006. OLE color: 1183006.
HSL color Cylindrical-coordinate representation of color #1E0D12: hue angle of 342.35º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E0D12 is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 13 | 18 | - |
| CMYK | 0 | 0.57 | 0.40 | 0.88 |
| HSL | 342.35º | 0.4% | 0.08% | - |
| HSV(B) | 342.35º | 0.57% | 0.12% | - |
| XYZ | 0.79 | 0.61 | 0.65 | - |
| YUV | 18.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 13 | 18 | 0 | 0.57 | 0.40 | 0.88 | 342.35 | 0.4 | 0.08 |
| Hex | 1E | D | 12 | 0 | 39 | 28 | 58 | 156 | 28 | 8 |
| Octal | 36 | 15 | 22 | 0 | 71 | 50 | 130 | 526 | 50 | 10 |
| Binary | 11110 | 1101 | 10010 | 0 | 111001 | 101000 | 1011000 | 101010110 | 101000 | 1000 |
Color Harmonies of #1E0D12
Complementary color
Monochromatic Colors of #1E0D12
Black with #1E0D12
Text Example
Text Example
White with #1E0D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0D12; }
p { color: rgb(30,13,18); }
H1.HeaderClassName
{
color: #1E0D12;
}
.AnyTagClassName
{
color: #1E0D12;
}
</style>
background-color css
<style>
a { background-color: #1E0D12; }
a { background-color: rgb(30,13,18); }
div.DivClassName
{
background-color: #1E0D12;
}
.BgClassName
{
background-color: #1E0D12;
}
</style>
border-color css
<style>
span { border-color: #1E0D12; }
span { border-color: rgb(30,13,18); }
td.TdClassName
{
border-color: #1E0D12;
}
.TagClassName
{
border-color: #1E0D12;
}
</style>