Shades of Rustic Red #1E1618
Tints of Rustic Red #1E1618
RGB
CMYK
RGB Variations
Color information
#1E1618 (or 0x1E1618) is known color: Rustic Red. HEX triplet: 1E, 16 and 18. RGB value is (30,22,24). Sum of RGB (Red+Green+Blue) = 30+22+24=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 24 (9.77% from 255 or 31.58% from 76); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1618 is #E1E9E7. Grayscale: #181818. Windows color (decimal): -14805480 or 1578526. OLE color: 1578526.
HSL color Cylindrical-coordinate representation of color #1E1618: hue angle of 345º degrees, saturation: 0.15, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1E1618 is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.88.
Color convert
RGB | 30 | 22 | 24 | - |
CMYK | 0 | 0.27 | 0.20 | 0.88 |
HSL | 345º | 0.15% | 0.1% | - |
HSV(B) | 345º | 0.27% | 0.12% | - |
XYZ | 0.99 | 0.92 | 0.99 | - |
YUV | 24.62 | 127.65 | 131.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 22 | 24 | 0 | 0.27 | 0.20 | 0.88 | 345 | 0.15 | 0.1 |
Hex | 1E | 16 | 18 | 0 | 1B | 14 | 58 | 159 | F | A |
Octal | 36 | 26 | 30 | 0 | 33 | 24 | 130 | 531 | 17 | 12 |
Binary | 11110 | 10110 | 11000 | 0 | 11011 | 10100 | 1011000 | 101011001 | 1111 | 1010 |
Color Harmonies of #1E1618
Complementary color
Monochromatic Colors of #1E1618
Black with #1E1618
Text Example
Text Example
White with #1E1618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1618; }
p { color: rgb(30,22,24); }
H1.HeaderClassName
{
color: #1E1618;
}
.AnyTagClassName
{
color: #1E1618;
}
</style>
background-color css
<style>
a { background-color: #1E1618; }
a { background-color: rgb(30,22,24); }
div.DivClassName
{
background-color: #1E1618;
}
.BgClassName
{
background-color: #1E1618;
}
</style>
border-color css
<style>
span { border-color: #1E1618; }
span { border-color: rgb(30,22,24); }
td.TdClassName
{
border-color: #1E1618;
}
.TagClassName
{
border-color: #1E1618;
}
</style>