Shades of Rustic Red #1E0008
Tints of Rustic Red #1E0008
RGB
CMYK
RGB Variations
Color information
#1E0008 (or 0x1E0008) is known color: Rustic Red. HEX triplet: 1E, 00 and 08. RGB value is (30,0,8). Sum of RGB (Red+Green+Blue) = 30+0+8=38 (5% of max value = 765). Red value is 30 (12.11% from 255 or 78.95% from 38); Green value is 0 (0.39% from 255 or 0% from 38); Blue value is 8 (3.52% from 255 or 21.05% from 38); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0008 is #E1FFF7. Grayscale: #090909. Windows color (decimal): -14811128 or 524318. OLE color: 524318.
HSL color Cylindrical-coordinate representation of color #1E0008: hue angle of 344º 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 #1E0008 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 0 | 8 | - |
| CMYK | 0 | 1 | 0.73 | 0.88 |
| HSL | 344º | 1% | 0.06% | - |
| HSV(B) | 344º | 1% | 0.12% | - |
| XYZ | 0.58 | 0.29 | 0.26 | - |
| YUV | 9.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 8 | 0 | 1 | 0.73 | 0.88 | 344 | 1 | 0.06 |
| Hex | 1E | 0 | 8 | 0 | 64 | 49 | 58 | 158 | 64 | 6 |
| Octal | 36 | 0 | 10 | 0 | 144 | 111 | 130 | 530 | 144 | 6 |
| Binary | 11110 | 0 | 1000 | 0 | 1100100 | 1001001 | 1011000 | 101011000 | 1100100 | 110 |
Color Harmonies of #1E0008
Complementary color
Monochromatic Colors of #1E0008
Black with #1E0008
Text Example
Text Example
White with #1E0008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0008; }
p { color: rgb(30,0,8); }
H1.HeaderClassName
{
color: #1E0008;
}
.AnyTagClassName
{
color: #1E0008;
}
</style>
background-color css
<style>
a { background-color: #1E0008; }
a { background-color: rgb(30,0,8); }
div.DivClassName
{
background-color: #1E0008;
}
.BgClassName
{
background-color: #1E0008;
}
</style>
border-color css
<style>
span { border-color: #1E0008; }
span { border-color: rgb(30,0,8); }
td.TdClassName
{
border-color: #1E0008;
}
.TagClassName
{
border-color: #1E0008;
}
</style>