Shades of Rustic Red #1E0812
Tints of Rustic Red #1E0812
RGB
CMYK
RGB Variations
Color information
#1E0812 (or 0x1E0812) is known color: Rustic Red. HEX triplet: 1E, 08 and 12. RGB value is (30,8,18). Sum of RGB (Red+Green+Blue) = 30+8+18=56 (7% of max value = 765). Red value is 30 (12.11% from 255 or 53.57% from 56); Green value is 8 (3.52% from 255 or 14.29% from 56); Blue value is 18 (7.42% from 255 or 32.14% from 56); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0812 is #E1F7ED. Grayscale: #0F0F0F. Windows color (decimal): -14809070 or 1181726. OLE color: 1181726.
HSL color Cylindrical-coordinate representation of color #1E0812: hue angle of 332.73º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E0812 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 8 | 18 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.88 |
| HSL | 332.73º | 0.58% | 0.07% | - |
| HSV(B) | 332.73º | 0.73% | 0.12% | - |
| XYZ | 0.73 | 0.49 | 0.63 | - |
| YUV | 15.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 18 | 0 | 0.73 | 0.40 | 0.88 | 332.73 | 0.58 | 0.07 |
| Hex | 1E | 8 | 12 | 0 | 49 | 28 | 58 | 14D | 3A | 7 |
| Octal | 36 | 10 | 22 | 0 | 111 | 50 | 130 | 515 | 72 | 7 |
| Binary | 11110 | 1000 | 10010 | 0 | 1001001 | 101000 | 1011000 | 101001101 | 111010 | 111 |
Color Harmonies of #1E0812
Complementary color
Monochromatic Colors of #1E0812
Black with #1E0812
Text Example
Text Example
White with #1E0812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0812; }
p { color: rgb(30,8,18); }
H1.HeaderClassName
{
color: #1E0812;
}
.AnyTagClassName
{
color: #1E0812;
}
</style>
background-color css
<style>
a { background-color: #1E0812; }
a { background-color: rgb(30,8,18); }
div.DivClassName
{
background-color: #1E0812;
}
.BgClassName
{
background-color: #1E0812;
}
</style>
border-color css
<style>
span { border-color: #1E0812; }
span { border-color: rgb(30,8,18); }
td.TdClassName
{
border-color: #1E0812;
}
.TagClassName
{
border-color: #1E0812;
}
</style>