Shades of Rustic Red #1B1416
Tints of Rustic Red #1B1416
RGB
CMYK
RGB Variations
Color information
#1B1416 (or 0x1B1416) is known color: Rustic Red. HEX triplet: 1B, 14 and 16. RGB value is (27,20,22). Sum of RGB (Red+Green+Blue) = 27+20+22=69 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.13% from 69); Green value is 20 (8.20% from 255 or 28.99% from 69); Blue value is 22 (8.98% from 255 or 31.88% from 69); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1416 is #E4EBE9. Grayscale: #161616. Windows color (decimal): -15002602 or 1446939. OLE color: 1446939.
HSL color Cylindrical-coordinate representation of color #1B1416: hue angle of 342.86º degrees, saturation: 0.15, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1B1416 is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 20 | 22 | - |
| CMYK | 0 | 0.26 | 0.19 | 0.89 |
| HSL | 342.86º | 0.15% | 0.09% | - |
| HSV(B) | 342.86º | 0.26% | 0.11% | - |
| XYZ | 0.85 | 0.79 | 0.87 | - |
| YUV | 22.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 20 | 22 | 0 | 0.26 | 0.19 | 0.89 | 342.86 | 0.15 | 0.09 |
| Hex | 1B | 14 | 16 | 0 | 1A | 13 | 59 | 157 | F | 9 |
| Octal | 33 | 24 | 26 | 0 | 32 | 23 | 131 | 527 | 17 | 11 |
| Binary | 11011 | 10100 | 10110 | 0 | 11010 | 10011 | 1011001 | 101010111 | 1111 | 1001 |
Color Harmonies of #1B1416
Complementary color
Monochromatic Colors of #1B1416
Black with #1B1416
Text Example
Text Example
White with #1B1416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1416; }
p { color: rgb(27,20,22); }
H1.HeaderClassName
{
color: #1B1416;
}
.AnyTagClassName
{
color: #1B1416;
}
</style>
background-color css
<style>
a { background-color: #1B1416; }
a { background-color: rgb(27,20,22); }
div.DivClassName
{
background-color: #1B1416;
}
.BgClassName
{
background-color: #1B1416;
}
</style>
border-color css
<style>
span { border-color: #1B1416; }
span { border-color: rgb(27,20,22); }
td.TdClassName
{
border-color: #1B1416;
}
.TagClassName
{
border-color: #1B1416;
}
</style>