Shades of Rustic Red #1E0F13
Tints of Rustic Red #1E0F13
RGB
CMYK
RGB Variations
Color information
#1E0F13 (or 0x1E0F13) is known color: Rustic Red. HEX triplet: 1E, 0F and 13. RGB value is (30,15,19). Sum of RGB (Red+Green+Blue) = 30+15+19=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 15 (6.25% from 255 or 23.44% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0F13 is #E1F0EC. Grayscale: #131313. Windows color (decimal): -14807277 or 1249054. OLE color: 1249054.
HSL color Cylindrical-coordinate representation of color #1E0F13: hue angle of 344º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E0F13 is Cyan = 0, Magento = 0.5, Yellow = 0.37 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 15 | 19 | - |
| CMYK | 0 | 0.5 | 0.37 | 0.88 |
| HSL | 344º | 0.33% | 0.09% | - |
| HSV(B) | 344º | 0.5% | 0.12% | - |
| XYZ | 0.82 | 0.66 | 0.7 | - |
| YUV | 19.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 19 | 0 | 0.5 | 0.37 | 0.88 | 344 | 0.33 | 0.09 |
| Hex | 1E | F | 13 | 0 | 32 | 25 | 58 | 158 | 21 | 9 |
| Octal | 36 | 17 | 23 | 0 | 62 | 45 | 130 | 530 | 41 | 11 |
| Binary | 11110 | 1111 | 10011 | 0 | 110010 | 100101 | 1011000 | 101011000 | 100001 | 1001 |
Color Harmonies of #1E0F13
Complementary color
Monochromatic Colors of #1E0F13
Black with #1E0F13
Text Example
Text Example
White with #1E0F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0F13; }
p { color: rgb(30,15,19); }
H1.HeaderClassName
{
color: #1E0F13;
}
.AnyTagClassName
{
color: #1E0F13;
}
</style>
background-color css
<style>
a { background-color: #1E0F13; }
a { background-color: rgb(30,15,19); }
div.DivClassName
{
background-color: #1E0F13;
}
.BgClassName
{
background-color: #1E0F13;
}
</style>
border-color css
<style>
span { border-color: #1E0F13; }
span { border-color: rgb(30,15,19); }
td.TdClassName
{
border-color: #1E0F13;
}
.TagClassName
{
border-color: #1E0F13;
}
</style>