Shades of Rustic Red #1E030B
Tints of Rustic Red #1E030B
RGB
CMYK
RGB Variations
Color information
#1E030B (or 0x1E030B) is known color: Rustic Red. HEX triplet: 1E, 03 and 0B. RGB value is (30,3,11). Sum of RGB (Red+Green+Blue) = 30+3+11=44 (5% of max value = 765). Red value is 30 (12.11% from 255 or 68.18% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 11 (4.69% from 255 or 25% from 44); Max value from RGB is 30 - color contains mainly: red. Hex color #1E030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E030B is #E1FCF4. Grayscale: #0B0B0B. Windows color (decimal): -14810357 or 721694. OLE color: 721694.
HSL color Cylindrical-coordinate representation of color #1E030B: hue angle of 342.22º 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 #1E030B is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 3 | 11 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.88 |
| HSL | 342.22º | 0.82% | 0.06% | - |
| HSV(B) | 342.22º | 0.9% | 0.12% | - |
| XYZ | 0.63 | 0.37 | 0.35 | - |
| YUV | 11.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 11 | 0 | 0.90 | 0.63 | 0.88 | 342.22 | 0.82 | 0.06 |
| Hex | 1E | 3 | B | 0 | 5A | 3F | 58 | 156 | 52 | 6 |
| Octal | 36 | 3 | 13 | 0 | 132 | 77 | 130 | 526 | 122 | 6 |
| Binary | 11110 | 11 | 1011 | 0 | 1011010 | 111111 | 1011000 | 101010110 | 1010010 | 110 |
Color Harmonies of #1E030B
Complementary color
Monochromatic Colors of #1E030B
Black with #1E030B
Text Example
Text Example
White with #1E030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E030B; }
p { color: rgb(30,3,11); }
H1.HeaderClassName
{
color: #1E030B;
}
.AnyTagClassName
{
color: #1E030B;
}
</style>
background-color css
<style>
a { background-color: #1E030B; }
a { background-color: rgb(30,3,11); }
div.DivClassName
{
background-color: #1E030B;
}
.BgClassName
{
background-color: #1E030B;
}
</style>
border-color css
<style>
span { border-color: #1E030B; }
span { border-color: rgb(30,3,11); }
td.TdClassName
{
border-color: #1E030B;
}
.TagClassName
{
border-color: #1E030B;
}
</style>