Shades of Rustic Red #1B1114
Tints of Rustic Red #1B1114
RGB
CMYK
RGB Variations
Color information
#1B1114 (or 0x1B1114) is known color: Rustic Red. HEX triplet: 1B, 11 and 14. RGB value is (27,17,20). Sum of RGB (Red+Green+Blue) = 27+17+20=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1114 is #E4EEEB. Grayscale: #141414. Windows color (decimal): -15003372 or 1315099. OLE color: 1315099.
HSL color Cylindrical-coordinate representation of color #1B1114: hue angle of 342º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1B1114 is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 17 | 20 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.89 |
| HSL | 342º | 0.23% | 0.09% | - |
| HSV(B) | 342º | 0.37% | 0.11% | - |
| XYZ | 0.78 | 0.68 | 0.75 | - |
| YUV | 20.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 17 | 20 | 0 | 0.37 | 0.26 | 0.89 | 342 | 0.23 | 0.09 |
| Hex | 1B | 11 | 14 | 0 | 25 | 1A | 59 | 156 | 17 | 9 |
| Octal | 33 | 21 | 24 | 0 | 45 | 32 | 131 | 526 | 27 | 11 |
| Binary | 11011 | 10001 | 10100 | 0 | 100101 | 11010 | 1011001 | 101010110 | 10111 | 1001 |
Color Harmonies of #1B1114
Complementary color
Monochromatic Colors of #1B1114
Black with #1B1114
Text Example
Text Example
White with #1B1114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1114; }
p { color: rgb(27,17,20); }
H1.HeaderClassName
{
color: #1B1114;
}
.AnyTagClassName
{
color: #1B1114;
}
</style>
background-color css
<style>
a { background-color: #1B1114; }
a { background-color: rgb(27,17,20); }
div.DivClassName
{
background-color: #1B1114;
}
.BgClassName
{
background-color: #1B1114;
}
</style>
border-color css
<style>
span { border-color: #1B1114; }
span { border-color: rgb(27,17,20); }
td.TdClassName
{
border-color: #1B1114;
}
.TagClassName
{
border-color: #1B1114;
}
</style>