Shades of Rustic Red #1B1316
Tints of Rustic Red #1B1316
RGB
CMYK
RGB Variations
Color information
#1B1316 (or 0x1B1316) is known color: Rustic Red. HEX triplet: 1B, 13 and 16. RGB value is (27,19,22). Sum of RGB (Red+Green+Blue) = 27+19+22=68 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.71% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 22 (8.98% from 255 or 32.35% from 68); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1316 is #E4ECE9. Grayscale: #151515. Windows color (decimal): -15002858 or 1446683. OLE color: 1446683.
HSL color Cylindrical-coordinate representation of color #1B1316: hue angle of 337.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1B1316 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 19 | 22 | - |
| CMYK | 0 | 0.30 | 0.19 | 0.89 |
| HSL | 337.5º | 0.17% | 0.09% | - |
| HSV(B) | 337.5º | 0.3% | 0.11% | - |
| XYZ | 0.83 | 0.76 | 0.86 | - |
| YUV | 21.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 22 | 0 | 0.30 | 0.19 | 0.89 | 337.5 | 0.17 | 0.09 |
| Hex | 1B | 13 | 16 | 0 | 1E | 13 | 59 | 152 | 11 | 9 |
| Octal | 33 | 23 | 26 | 0 | 36 | 23 | 131 | 522 | 21 | 11 |
| Binary | 11011 | 10011 | 10110 | 0 | 11110 | 10011 | 1011001 | 101010010 | 10001 | 1001 |
Color Harmonies of #1B1316
Complementary color
Monochromatic Colors of #1B1316
Black with #1B1316
Text Example
Text Example
White with #1B1316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1316; }
p { color: rgb(27,19,22); }
H1.HeaderClassName
{
color: #1B1316;
}
.AnyTagClassName
{
color: #1B1316;
}
</style>
background-color css
<style>
a { background-color: #1B1316; }
a { background-color: rgb(27,19,22); }
div.DivClassName
{
background-color: #1B1316;
}
.BgClassName
{
background-color: #1B1316;
}
</style>
border-color css
<style>
span { border-color: #1B1316; }
span { border-color: rgb(27,19,22); }
td.TdClassName
{
border-color: #1B1316;
}
.TagClassName
{
border-color: #1B1316;
}
</style>