Shades of Rustic Red #1B000E
Tints of Rustic Red #1B000E
RGB
CMYK
RGB Variations
Color information
#1B000E (or 0x1B000E) is known color: Rustic Red. HEX triplet: 1B, 00 and 0E. RGB value is (27,0,14). Sum of RGB (Red+Green+Blue) = 27+0+14=41 (5% of max value = 765). Red value is 27 (10.94% from 255 or 65.85% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 27 - color contains mainly: red. Hex color #1B000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B000E is #E4FFF1. Grayscale: #090909. Windows color (decimal): -15007730 or 917531. OLE color: 917531.
HSL color Cylindrical-coordinate representation of color #1B000E: hue angle of 328.89º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B000E is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 0 | 14 | - |
| CMYK | 0 | 1 | 0.48 | 0.89 |
| HSL | 328.89º | 1% | 0.05% | - |
| HSV(B) | 328.89º | 1% | 0.11% | - |
| XYZ | 0.53 | 0.26 | 0.44 | - |
| YUV | 9.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 14 | 0 | 1 | 0.48 | 0.89 | 328.89 | 1 | 0.05 |
| Hex | 1B | 0 | E | 0 | 64 | 30 | 59 | 149 | 64 | 5 |
| Octal | 33 | 0 | 16 | 0 | 144 | 60 | 131 | 511 | 144 | 5 |
| Binary | 11011 | 0 | 1110 | 0 | 1100100 | 110000 | 1011001 | 101001001 | 1100100 | 101 |
Color Harmonies of #1B000E
Complementary color
Monochromatic Colors of #1B000E
Black with #1B000E
Text Example
Text Example
White with #1B000E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B000E; }
p { color: rgb(27,0,14); }
H1.HeaderClassName
{
color: #1B000E;
}
.AnyTagClassName
{
color: #1B000E;
}
</style>
background-color css
<style>
a { background-color: #1B000E; }
a { background-color: rgb(27,0,14); }
div.DivClassName
{
background-color: #1B000E;
}
.BgClassName
{
background-color: #1B000E;
}
</style>
border-color css
<style>
span { border-color: #1B000E; }
span { border-color: rgb(27,0,14); }
td.TdClassName
{
border-color: #1B000E;
}
.TagClassName
{
border-color: #1B000E;
}
</style>