Shades of Rustic Red #1E050B
Tints of Rustic Red #1E050B
RGB
CMYK
RGB Variations
Color information
#1E050B (or 0x1E050B) is known color: Rustic Red. HEX triplet: 1E, 05 and 0B. RGB value is (30,5,11). Sum of RGB (Red+Green+Blue) = 30+5+11=46 (6% of max value = 765). Red value is 30 (12.11% from 255 or 65.22% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 30 - color contains mainly: red. Hex color #1E050B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E050B is #E1FAF4. Grayscale: #0D0D0D. Windows color (decimal): -14809845 or 722206. OLE color: 722206.
HSL color Cylindrical-coordinate representation of color #1E050B: hue angle of 345.6º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E050B is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 5 | 11 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.88 |
| HSL | 345.6º | 0.71% | 0.07% | - |
| HSV(B) | 345.6º | 0.83% | 0.12% | - |
| XYZ | 0.65 | 0.41 | 0.36 | - |
| YUV | 13.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 11 | 0 | 0.83 | 0.63 | 0.88 | 345.6 | 0.71 | 0.07 |
| Hex | 1E | 5 | B | 0 | 53 | 3F | 58 | 15A | 47 | 7 |
| Octal | 36 | 5 | 13 | 0 | 123 | 77 | 130 | 532 | 107 | 7 |
| Binary | 11110 | 101 | 1011 | 0 | 1010011 | 111111 | 1011000 | 101011010 | 1000111 | 111 |
Color Harmonies of #1E050B
Complementary color
Monochromatic Colors of #1E050B
Black with #1E050B
Text Example
Text Example
White with #1E050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E050B; }
p { color: rgb(30,5,11); }
H1.HeaderClassName
{
color: #1E050B;
}
.AnyTagClassName
{
color: #1E050B;
}
</style>
background-color css
<style>
a { background-color: #1E050B; }
a { background-color: rgb(30,5,11); }
div.DivClassName
{
background-color: #1E050B;
}
.BgClassName
{
background-color: #1E050B;
}
</style>
border-color css
<style>
span { border-color: #1E050B; }
span { border-color: rgb(30,5,11); }
td.TdClassName
{
border-color: #1E050B;
}
.TagClassName
{
border-color: #1E050B;
}
</style>