Shades of Rustic Red #1E0406
Tints of Rustic Red #1E0406
RGB
CMYK
RGB Variations
Color information
#1E0406 (or 0x1E0406) is known color: Rustic Red. HEX triplet: 1E, 04 and 06. RGB value is (30,4,6). Sum of RGB (Red+Green+Blue) = 30+4+6=40 (5% of max value = 765). Red value is 30 (12.11% from 255 or 75% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0406 is #E1FBF9. Grayscale: #0C0C0C. Windows color (decimal): -14810106 or 394270. OLE color: 394270.
HSL color Cylindrical-coordinate representation of color #1E0406: hue angle of 355.38º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E0406 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 4 | 6 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.88 |
| HSL | 355.38º | 0.76% | 0.07% | - |
| HSV(B) | 355.38º | 0.87% | 0.12% | - |
| XYZ | 0.61 | 0.38 | 0.21 | - |
| YUV | 12 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 4 | 6 | 0 | 0.87 | 0.80 | 0.88 | 355.38 | 0.76 | 0.07 |
| Hex | 1E | 4 | 6 | 0 | 57 | 50 | 58 | 163 | 4C | 7 |
| Octal | 36 | 4 | 6 | 0 | 127 | 120 | 130 | 543 | 114 | 7 |
| Binary | 11110 | 100 | 110 | 0 | 1010111 | 1010000 | 1011000 | 101100011 | 1001100 | 111 |
Color Harmonies of #1E0406
Complementary color
Monochromatic Colors of #1E0406
Black with #1E0406
Text Example
Text Example
White with #1E0406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0406; }
p { color: rgb(30,4,6); }
H1.HeaderClassName
{
color: #1E0406;
}
.AnyTagClassName
{
color: #1E0406;
}
</style>
background-color css
<style>
a { background-color: #1E0406; }
a { background-color: rgb(30,4,6); }
div.DivClassName
{
background-color: #1E0406;
}
.BgClassName
{
background-color: #1E0406;
}
</style>
border-color css
<style>
span { border-color: #1E0406; }
span { border-color: rgb(30,4,6); }
td.TdClassName
{
border-color: #1E0406;
}
.TagClassName
{
border-color: #1E0406;
}
</style>