Shades of Rustic Red #1E1415
Tints of Rustic Red #1E1415
RGB
CMYK
RGB Variations
Color information
#1E1415 (or 0x1E1415) is known color: Rustic Red. HEX triplet: 1E, 14 and 15. RGB value is (30,20,21). Sum of RGB (Red+Green+Blue) = 30+20+21=71 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.25% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1415 is #E1EBEA. Grayscale: #171717. Windows color (decimal): -14805995 or 1381406. OLE color: 1381406.
HSL color Cylindrical-coordinate representation of color #1E1415: hue angle of 354º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E1415 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 20 | 21 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.88 |
| HSL | 354º | 0.2% | 0.1% | - |
| HSV(B) | 354º | 0.33% | 0.12% | - |
| XYZ | 0.92 | 0.83 | 0.82 | - |
| YUV | 23.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 21 | 0 | 0.33 | 0.30 | 0.88 | 354 | 0.2 | 0.1 |
| Hex | 1E | 14 | 15 | 0 | 21 | 1E | 58 | 162 | 14 | A |
| Octal | 36 | 24 | 25 | 0 | 41 | 36 | 130 | 542 | 24 | 12 |
| Binary | 11110 | 10100 | 10101 | 0 | 100001 | 11110 | 1011000 | 101100010 | 10100 | 1010 |
Color Harmonies of #1E1415
Complementary color
Monochromatic Colors of #1E1415
Black with #1E1415
Text Example
Text Example
White with #1E1415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1415; }
p { color: rgb(30,20,21); }
H1.HeaderClassName
{
color: #1E1415;
}
.AnyTagClassName
{
color: #1E1415;
}
</style>
background-color css
<style>
a { background-color: #1E1415; }
a { background-color: rgb(30,20,21); }
div.DivClassName
{
background-color: #1E1415;
}
.BgClassName
{
background-color: #1E1415;
}
</style>
border-color css
<style>
span { border-color: #1E1415; }
span { border-color: rgb(30,20,21); }
td.TdClassName
{
border-color: #1E1415;
}
.TagClassName
{
border-color: #1E1415;
}
</style>