Shades of Rustic Red #1E0206
Tints of Rustic Red #1E0206
RGB
CMYK
RGB Variations
Color information
#1E0206 (or 0x1E0206) is known color: Rustic Red. HEX triplet: 1E, 02 and 06. RGB value is (30,2,6). Sum of RGB (Red+Green+Blue) = 30+2+6=38 (5% of max value = 765). Red value is 30 (12.11% from 255 or 78.95% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0206 is #E1FDF9. Grayscale: #0A0A0A. Windows color (decimal): -14810618 or 393758. OLE color: 393758.
HSL color Cylindrical-coordinate representation of color #1E0206: hue angle of 351.43º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0206 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 2 | 6 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.88 |
| HSL | 351.43º | 0.88% | 0.06% | - |
| HSV(B) | 351.43º | 0.93% | 0.12% | - |
| XYZ | 0.59 | 0.33 | 0.21 | - |
| YUV | 10.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 6 | 0 | 0.93 | 0.80 | 0.88 | 351.43 | 0.88 | 0.06 |
| Hex | 1E | 2 | 6 | 0 | 5D | 50 | 58 | 15F | 58 | 6 |
| Octal | 36 | 2 | 6 | 0 | 135 | 120 | 130 | 537 | 130 | 6 |
| Binary | 11110 | 10 | 110 | 0 | 1011101 | 1010000 | 1011000 | 101011111 | 1011000 | 110 |
Color Harmonies of #1E0206
Complementary color
Monochromatic Colors of #1E0206
Black with #1E0206
Text Example
Text Example
White with #1E0206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0206; }
p { color: rgb(30,2,6); }
H1.HeaderClassName
{
color: #1E0206;
}
.AnyTagClassName
{
color: #1E0206;
}
</style>
background-color css
<style>
a { background-color: #1E0206; }
a { background-color: rgb(30,2,6); }
div.DivClassName
{
background-color: #1E0206;
}
.BgClassName
{
background-color: #1E0206;
}
</style>
border-color css
<style>
span { border-color: #1E0206; }
span { border-color: rgb(30,2,6); }
td.TdClassName
{
border-color: #1E0206;
}
.TagClassName
{
border-color: #1E0206;
}
</style>