Shades of Rustic Red #1E0306
Tints of Rustic Red #1E0306
RGB
CMYK
RGB Variations
Color information
#1E0306 (or 0x1E0306) is known color: Rustic Red. HEX triplet: 1E, 03 and 06. RGB value is (30,3,6). Sum of RGB (Red+Green+Blue) = 30+3+6=39 (5% of max value = 765). Red value is 30 (12.11% from 255 or 76.92% from 39); Green value is 3 (1.56% from 255 or 7.69% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0306 is #E1FCF9. Grayscale: #0B0B0B. Windows color (decimal): -14810362 or 394014. OLE color: 394014.
HSL color Cylindrical-coordinate representation of color #1E0306: hue angle of 353.33º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E0306 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 3 | 6 | - |
| CMYK | 0 | 0.90 | 0.80 | 0.88 |
| HSL | 353.33º | 0.82% | 0.06% | - |
| HSV(B) | 353.33º | 0.9% | 0.12% | - |
| XYZ | 0.6 | 0.35 | 0.21 | - |
| YUV | 11.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 6 | 0 | 0.90 | 0.80 | 0.88 | 353.33 | 0.82 | 0.06 |
| Hex | 1E | 3 | 6 | 0 | 5A | 50 | 58 | 161 | 52 | 6 |
| Octal | 36 | 3 | 6 | 0 | 132 | 120 | 130 | 541 | 122 | 6 |
| Binary | 11110 | 11 | 110 | 0 | 1011010 | 1010000 | 1011000 | 101100001 | 1010010 | 110 |
Color Harmonies of #1E0306
Complementary color
Monochromatic Colors of #1E0306
Black with #1E0306
Text Example
Text Example
White with #1E0306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0306; }
p { color: rgb(30,3,6); }
H1.HeaderClassName
{
color: #1E0306;
}
.AnyTagClassName
{
color: #1E0306;
}
</style>
background-color css
<style>
a { background-color: #1E0306; }
a { background-color: rgb(30,3,6); }
div.DivClassName
{
background-color: #1E0306;
}
.BgClassName
{
background-color: #1E0306;
}
</style>
border-color css
<style>
span { border-color: #1E0306; }
span { border-color: rgb(30,3,6); }
td.TdClassName
{
border-color: #1E0306;
}
.TagClassName
{
border-color: #1E0306;
}
</style>