Shades of Rustic Red #1E1213
Tints of Rustic Red #1E1213
RGB
CMYK
RGB Variations
Color information
#1E1213 (or 0x1E1213) is known color: Rustic Red. HEX triplet: 1E, 12 and 13. RGB value is (30,18,19). Sum of RGB (Red+Green+Blue) = 30+18+19=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1213 is #E1EDEC. Grayscale: #151515. Windows color (decimal): -14806509 or 1249822. OLE color: 1249822.
HSL color Cylindrical-coordinate representation of color #1E1213: hue angle of 355º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1E1213 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 18 | 19 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.88 |
| HSL | 355º | 0.25% | 0.09% | - |
| HSV(B) | 355º | 0.4% | 0.12% | - |
| XYZ | 0.87 | 0.76 | 0.72 | - |
| YUV | 21.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 19 | 0 | 0.40 | 0.37 | 0.88 | 355 | 0.25 | 0.09 |
| Hex | 1E | 12 | 13 | 0 | 28 | 25 | 58 | 163 | 19 | 9 |
| Octal | 36 | 22 | 23 | 0 | 50 | 45 | 130 | 543 | 31 | 11 |
| Binary | 11110 | 10010 | 10011 | 0 | 101000 | 100101 | 1011000 | 101100011 | 11001 | 1001 |
Color Harmonies of #1E1213
Complementary color
Monochromatic Colors of #1E1213
Black with #1E1213
Text Example
Text Example
White with #1E1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1213; }
p { color: rgb(30,18,19); }
H1.HeaderClassName
{
color: #1E1213;
}
.AnyTagClassName
{
color: #1E1213;
}
</style>
background-color css
<style>
a { background-color: #1E1213; }
a { background-color: rgb(30,18,19); }
div.DivClassName
{
background-color: #1E1213;
}
.BgClassName
{
background-color: #1E1213;
}
</style>
border-color css
<style>
span { border-color: #1E1213; }
span { border-color: rgb(30,18,19); }
td.TdClassName
{
border-color: #1E1213;
}
.TagClassName
{
border-color: #1E1213;
}
</style>