Shades of Rustic Red #1E0B13
Tints of Rustic Red #1E0B13
RGB
CMYK
RGB Variations
Color information
#1E0B13 (or 0x1E0B13) is known color: Rustic Red. HEX triplet: 1E, 0B and 13. RGB value is (30,11,19). Sum of RGB (Red+Green+Blue) = 30+11+19=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 19 (7.81% from 255 or 31.67% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0B13 is #E1F4EC. Grayscale: #111111. Windows color (decimal): -14808301 or 1248030. OLE color: 1248030.
HSL color Cylindrical-coordinate representation of color #1E0B13: hue angle of 334.74º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E0B13 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 11 | 19 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.88 |
| HSL | 334.74º | 0.46% | 0.08% | - |
| HSV(B) | 334.74º | 0.63% | 0.12% | - |
| XYZ | 0.77 | 0.56 | 0.68 | - |
| YUV | 17.59 | 128.79 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 19 | 0 | 0.63 | 0.37 | 0.88 | 334.74 | 0.46 | 0.08 |
| Hex | 1E | B | 13 | 0 | 3F | 25 | 58 | 14F | 2E | 8 |
| Octal | 36 | 13 | 23 | 0 | 77 | 45 | 130 | 517 | 56 | 10 |
| Binary | 11110 | 1011 | 10011 | 0 | 111111 | 100101 | 1011000 | 101001111 | 101110 | 1000 |
Color Harmonies of #1E0B13
Complementary color
Monochromatic Colors of #1E0B13
Black with #1E0B13
Text Example
Text Example
White with #1E0B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B13; }
p { color: rgb(30,11,19); }
H1.HeaderClassName
{
color: #1E0B13;
}
.AnyTagClassName
{
color: #1E0B13;
}
</style>
background-color css
<style>
a { background-color: #1E0B13; }
a { background-color: rgb(30,11,19); }
div.DivClassName
{
background-color: #1E0B13;
}
.BgClassName
{
background-color: #1E0B13;
}
</style>
border-color css
<style>
span { border-color: #1E0B13; }
span { border-color: rgb(30,11,19); }
td.TdClassName
{
border-color: #1E0B13;
}
.TagClassName
{
border-color: #1E0B13;
}
</style>