Shades of Rustic Red #1E080A
Tints of Rustic Red #1E080A
RGB
CMYK
RGB Variations
Color information
#1E080A (or 0x1E080A) is known color: Rustic Red. HEX triplet: 1E, 08 and 0A. RGB value is (30,8,10). Sum of RGB (Red+Green+Blue) = 30+8+10=48 (6% of max value = 765). Red value is 30 (12.11% from 255 or 62.5% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 30 - color contains mainly: red. Hex color #1E080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E080A is #E1F7F5. Grayscale: #0E0E0E. Windows color (decimal): -14809078 or 657438. OLE color: 657438.
HSL color Cylindrical-coordinate representation of color #1E080A: hue angle of 354.55º 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 #1E080A is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 8 | 10 | - |
| CMYK | 0 | 0.73 | 0.67 | 0.88 |
| HSL | 354.55º | 0.58% | 0.07% | - |
| HSV(B) | 354.55º | 0.73% | 0.12% | - |
| XYZ | 0.68 | 0.47 | 0.34 | - |
| YUV | 14.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 10 | 0 | 0.73 | 0.67 | 0.88 | 354.55 | 0.58 | 0.07 |
| Hex | 1E | 8 | A | 0 | 49 | 43 | 58 | 163 | 3A | 7 |
| Octal | 36 | 10 | 12 | 0 | 111 | 103 | 130 | 543 | 72 | 7 |
| Binary | 11110 | 1000 | 1010 | 0 | 1001001 | 1000011 | 1011000 | 101100011 | 111010 | 111 |
Color Harmonies of #1E080A
Complementary color
Monochromatic Colors of #1E080A
Black with #1E080A
Text Example
Text Example
White with #1E080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E080A; }
p { color: rgb(30,8,10); }
H1.HeaderClassName
{
color: #1E080A;
}
.AnyTagClassName
{
color: #1E080A;
}
</style>
background-color css
<style>
a { background-color: #1E080A; }
a { background-color: rgb(30,8,10); }
div.DivClassName
{
background-color: #1E080A;
}
.BgClassName
{
background-color: #1E080A;
}
</style>
border-color css
<style>
span { border-color: #1E080A; }
span { border-color: rgb(30,8,10); }
td.TdClassName
{
border-color: #1E080A;
}
.TagClassName
{
border-color: #1E080A;
}
</style>