Shades of Rustic Red #1E1317
Tints of Rustic Red #1E1317
RGB
CMYK
RGB Variations
Color information
#1E1317 (or 0x1E1317) is known color: Rustic Red. HEX triplet: 1E, 13 and 17. RGB value is (30,19,23). Sum of RGB (Red+Green+Blue) = 30+19+23=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1317 is #E1ECE8. Grayscale: #161616. Windows color (decimal): -14806249 or 1512222. OLE color: 1512222.
HSL color Cylindrical-coordinate representation of color #1E1317: hue angle of 338.18º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1E1317 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 19 | 23 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.88 |
| HSL | 338.18º | 0.22% | 0.1% | - |
| HSV(B) | 338.18º | 0.37% | 0.12% | - |
| XYZ | 0.92 | 0.8 | 0.92 | - |
| YUV | 22.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 23 | 0 | 0.37 | 0.23 | 0.88 | 338.18 | 0.22 | 0.1 |
| Hex | 1E | 13 | 17 | 0 | 25 | 17 | 58 | 152 | 16 | A |
| Octal | 36 | 23 | 27 | 0 | 45 | 27 | 130 | 522 | 26 | 12 |
| Binary | 11110 | 10011 | 10111 | 0 | 100101 | 10111 | 1011000 | 101010010 | 10110 | 1010 |
Color Harmonies of #1E1317
Complementary color
Monochromatic Colors of #1E1317
Black with #1E1317
Text Example
Text Example
White with #1E1317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1317; }
p { color: rgb(30,19,23); }
H1.HeaderClassName
{
color: #1E1317;
}
.AnyTagClassName
{
color: #1E1317;
}
</style>
background-color css
<style>
a { background-color: #1E1317; }
a { background-color: rgb(30,19,23); }
div.DivClassName
{
background-color: #1E1317;
}
.BgClassName
{
background-color: #1E1317;
}
</style>
border-color css
<style>
span { border-color: #1E1317; }
span { border-color: rgb(30,19,23); }
td.TdClassName
{
border-color: #1E1317;
}
.TagClassName
{
border-color: #1E1317;
}
</style>