Shades of Rustic Red #1B1516
Tints of Rustic Red #1B1516
RGB
CMYK
RGB Variations
Color information
#1B1516 (or 0x1B1516) is known color: Rustic Red. HEX triplet: 1B, 15 and 16. RGB value is (27,21,22). Sum of RGB (Red+Green+Blue) = 27+21+22=70 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.57% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 22 (8.98% from 255 or 31.43% from 70); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1516 is #E4EAE9. Grayscale: #161616. Windows color (decimal): -15002346 or 1447195. OLE color: 1447195.
HSL color Cylindrical-coordinate representation of color #1B1516: hue angle of 350º degrees, saturation: 0.12, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1B1516 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 21 | 22 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.89 |
| HSL | 350º | 0.13% | 0.09% | - |
| HSV(B) | 350º | 0.22% | 0.11% | - |
| XYZ | 0.86 | 0.83 | 0.87 | - |
| YUV | 22.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 21 | 22 | 0 | 0.22 | 0.19 | 0.89 | 350 | 0.13 | 0.09 |
| Hex | 1B | 15 | 16 | 0 | 16 | 13 | 59 | 15E | C | 9 |
| Octal | 33 | 25 | 26 | 0 | 26 | 23 | 131 | 536 | 14 | 11 |
| Binary | 11011 | 10101 | 10110 | 0 | 10110 | 10011 | 1011001 | 101011110 | 1100 | 1001 |
Color Harmonies of #1B1516
Complementary color
Monochromatic Colors of #1B1516
Black with #1B1516
Text Example
Text Example
White with #1B1516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1516; }
p { color: rgb(27,21,22); }
H1.HeaderClassName
{
color: #1B1516;
}
.AnyTagClassName
{
color: #1B1516;
}
</style>
background-color css
<style>
a { background-color: #1B1516; }
a { background-color: rgb(27,21,22); }
div.DivClassName
{
background-color: #1B1516;
}
.BgClassName
{
background-color: #1B1516;
}
</style>
border-color css
<style>
span { border-color: #1B1516; }
span { border-color: rgb(27,21,22); }
td.TdClassName
{
border-color: #1B1516;
}
.TagClassName
{
border-color: #1B1516;
}
</style>