Shades of Rustic Red #1E0108
Tints of Rustic Red #1E0108
RGB
CMYK
RGB Variations
Color information
#1E0108 (or 0x1E0108) is known color: Rustic Red. HEX triplet: 1E, 01 and 08. RGB value is (30,1,8). Sum of RGB (Red+Green+Blue) = 30+1+8=39 (5% of max value = 765). Red value is 30 (12.11% from 255 or 76.92% from 39); Green value is 1 (0.78% from 255 or 2.56% from 39); Blue value is 8 (3.52% from 255 or 20.51% from 39); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0108 is #E1FEF7. Grayscale: #0A0A0A. Windows color (decimal): -14810872 or 524574. OLE color: 524574.
HSL color Cylindrical-coordinate representation of color #1E0108: hue angle of 345.52º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0108 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 1 | 8 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.88 |
| HSL | 345.52º | 0.94% | 0.06% | - |
| HSV(B) | 345.52º | 0.97% | 0.12% | - |
| XYZ | 0.59 | 0.32 | 0.26 | - |
| YUV | 10.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 1 | 8 | 0 | 0.97 | 0.73 | 0.88 | 345.52 | 0.94 | 0.06 |
| Hex | 1E | 1 | 8 | 0 | 61 | 49 | 58 | 15A | 5E | 6 |
| Octal | 36 | 1 | 10 | 0 | 141 | 111 | 130 | 532 | 136 | 6 |
| Binary | 11110 | 1 | 1000 | 0 | 1100001 | 1001001 | 1011000 | 101011010 | 1011110 | 110 |
Color Harmonies of #1E0108
Complementary color
Monochromatic Colors of #1E0108
Black with #1E0108
Text Example
Text Example
White with #1E0108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0108; }
p { color: rgb(30,1,8); }
H1.HeaderClassName
{
color: #1E0108;
}
.AnyTagClassName
{
color: #1E0108;
}
</style>
background-color css
<style>
a { background-color: #1E0108; }
a { background-color: rgb(30,1,8); }
div.DivClassName
{
background-color: #1E0108;
}
.BgClassName
{
background-color: #1E0108;
}
</style>
border-color css
<style>
span { border-color: #1E0108; }
span { border-color: rgb(30,1,8); }
td.TdClassName
{
border-color: #1E0108;
}
.TagClassName
{
border-color: #1E0108;
}
</style>