Shades of Rustic Red #1E000C
Tints of Rustic Red #1E000C
RGB
CMYK
RGB Variations
Color information
#1E000C (or 0x1E000C) is known color: Rustic Red. HEX triplet: 1E, 00 and 0C. RGB value is (30,0,12). Sum of RGB (Red+Green+Blue) = 30+0+12=42 (5% of max value = 765). Red value is 30 (12.11% from 255 or 71.43% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 30 - color contains mainly: red. Hex color #1E000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E000C is #E1FFF3. Grayscale: #0A0A0A. Windows color (decimal): -14811124 or 786462. OLE color: 786462.
HSL color Cylindrical-coordinate representation of color #1E000C: hue angle of 336º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E000C is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.60 | 0.88 |
| HSL | 336º | 1% | 0.06% | - |
| HSV(B) | 336º | 1% | 0.12% | - |
| XYZ | 0.6 | 0.3 | 0.37 | - |
| YUV | 10.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 12 | 0 | 1 | 0.60 | 0.88 | 336 | 1 | 0.06 |
| Hex | 1E | 0 | C | 0 | 64 | 3C | 58 | 150 | 64 | 6 |
| Octal | 36 | 0 | 14 | 0 | 144 | 74 | 130 | 520 | 144 | 6 |
| Binary | 11110 | 0 | 1100 | 0 | 1100100 | 111100 | 1011000 | 101010000 | 1100100 | 110 |
Color Harmonies of #1E000C
Complementary color
Monochromatic Colors of #1E000C
Black with #1E000C
Text Example
Text Example
White with #1E000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E000C; }
p { color: rgb(30,0,12); }
H1.HeaderClassName
{
color: #1E000C;
}
.AnyTagClassName
{
color: #1E000C;
}
</style>
background-color css
<style>
a { background-color: #1E000C; }
a { background-color: rgb(30,0,12); }
div.DivClassName
{
background-color: #1E000C;
}
.BgClassName
{
background-color: #1E000C;
}
</style>
border-color css
<style>
span { border-color: #1E000C; }
span { border-color: rgb(30,0,12); }
td.TdClassName
{
border-color: #1E000C;
}
.TagClassName
{
border-color: #1E000C;
}
</style>