Shades of Rustic Red #1E1417
Tints of Rustic Red #1E1417
RGB
CMYK
RGB Variations
Color information
#1E1417 (or 0x1E1417) is known color: Rustic Red. HEX triplet: 1E, 14 and 17. RGB value is (30,20,23). Sum of RGB (Red+Green+Blue) = 30+20+23=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1417 is #E1EBE8. Grayscale: #171717. Windows color (decimal): -14805993 or 1512478. OLE color: 1512478.
HSL color Cylindrical-coordinate representation of color #1E1417: hue angle of 342º 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 #1E1417 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 20 | 23 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.88 |
| HSL | 342º | 0.2% | 0.1% | - |
| HSV(B) | 342º | 0.33% | 0.12% | - |
| XYZ | 0.94 | 0.84 | 0.92 | - |
| YUV | 23.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 23 | 0 | 0.33 | 0.23 | 0.88 | 342 | 0.2 | 0.1 |
| Hex | 1E | 14 | 17 | 0 | 21 | 17 | 58 | 156 | 14 | A |
| Octal | 36 | 24 | 27 | 0 | 41 | 27 | 130 | 526 | 24 | 12 |
| Binary | 11110 | 10100 | 10111 | 0 | 100001 | 10111 | 1011000 | 101010110 | 10100 | 1010 |
Color Harmonies of #1E1417
Complementary color
Monochromatic Colors of #1E1417
Black with #1E1417
Text Example
Text Example
White with #1E1417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1417; }
p { color: rgb(30,20,23); }
H1.HeaderClassName
{
color: #1E1417;
}
.AnyTagClassName
{
color: #1E1417;
}
</style>
background-color css
<style>
a { background-color: #1E1417; }
a { background-color: rgb(30,20,23); }
div.DivClassName
{
background-color: #1E1417;
}
.BgClassName
{
background-color: #1E1417;
}
</style>
border-color css
<style>
span { border-color: #1E1417; }
span { border-color: rgb(30,20,23); }
td.TdClassName
{
border-color: #1E1417;
}
.TagClassName
{
border-color: #1E1417;
}
</style>