Shades of Rustic Red #1E080B
Tints of Rustic Red #1E080B
RGB
CMYK
RGB Variations
Color information
#1E080B (or 0x1E080B) is known color: Rustic Red. HEX triplet: 1E, 08 and 0B. RGB value is (30,8,11). Sum of RGB (Red+Green+Blue) = 30+8+11=49 (6% of max value = 765). Red value is 30 (12.11% from 255 or 61.22% from 49); Green value is 8 (3.52% from 255 or 16.33% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 30 - color contains mainly: red. Hex color #1E080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E080B is #E1F7F4. Grayscale: #0E0E0E. Windows color (decimal): -14809077 or 722974. OLE color: 722974.
HSL color Cylindrical-coordinate representation of color #1E080B: hue angle of 351.82º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E080B is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.88.
Color convert
RGB | 30 | 8 | 11 | - |
CMYK | 0 | 0.73 | 0.63 | 0.88 |
HSL | 351.82º | 0.58% | 0.07% | - |
HSV(B) | 351.82º | 0.73% | 0.12% | - |
XYZ | 0.68 | 0.47 | 0.37 | - |
YUV | 14.92 | 125.79 | 138.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 8 | 11 | 0 | 0.73 | 0.63 | 0.88 | 351.82 | 0.58 | 0.07 |
Hex | 1E | 8 | B | 0 | 49 | 3F | 58 | 160 | 3A | 7 |
Octal | 36 | 10 | 13 | 0 | 111 | 77 | 130 | 540 | 72 | 7 |
Binary | 11110 | 1000 | 1011 | 0 | 1001001 | 111111 | 1011000 | 101100000 | 111010 | 111 |
Color Harmonies of #1E080B
Complementary color
Monochromatic Colors of #1E080B
Black with #1E080B
Text Example
Text Example
White with #1E080B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E080B; }
p { color: rgb(30,8,11); }
H1.HeaderClassName
{
color: #1E080B;
}
.AnyTagClassName
{
color: #1E080B;
}
</style>
background-color css
<style>
a { background-color: #1E080B; }
a { background-color: rgb(30,8,11); }
div.DivClassName
{
background-color: #1E080B;
}
.BgClassName
{
background-color: #1E080B;
}
</style>
border-color css
<style>
span { border-color: #1E080B; }
span { border-color: rgb(30,8,11); }
td.TdClassName
{
border-color: #1E080B;
}
.TagClassName
{
border-color: #1E080B;
}
</style>