Shades of Rustic Red #1B1314
Tints of Rustic Red #1B1314
RGB
CMYK
RGB Variations
Color information
#1B1314 (or 0x1B1314) is known color: Rustic Red. HEX triplet: 1B, 13 and 14. RGB value is (27,19,20). Sum of RGB (Red+Green+Blue) = 27+19+20=66 (8% of max value = 765). Red value is 27 (10.94% from 255 or 40.91% from 66); Green value is 19 (7.81% from 255 or 28.79% from 66); Blue value is 20 (8.20% from 255 or 30.30% from 66); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1314 is #E4ECEB. Grayscale: #151515. Windows color (decimal): -15002860 or 1315611. OLE color: 1315611.
HSL color Cylindrical-coordinate representation of color #1B1314: hue angle of 352.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 #1B1314 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 19 | 20 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.89 |
| HSL | 352.5º | 0.17% | 0.09% | - |
| HSV(B) | 352.5º | 0.3% | 0.11% | - |
| XYZ | 0.81 | 0.75 | 0.76 | - |
| YUV | 21.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 19 | 20 | 0 | 0.30 | 0.26 | 0.89 | 352.5 | 0.17 | 0.09 |
| Hex | 1B | 13 | 14 | 0 | 1E | 1A | 59 | 160 | 11 | 9 |
| Octal | 33 | 23 | 24 | 0 | 36 | 32 | 131 | 540 | 21 | 11 |
| Binary | 11011 | 10011 | 10100 | 0 | 11110 | 11010 | 1011001 | 101100000 | 10001 | 1001 |
Color Harmonies of #1B1314
Complementary color
Monochromatic Colors of #1B1314
Black with #1B1314
Text Example
Text Example
White with #1B1314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1314; }
p { color: rgb(27,19,20); }
H1.HeaderClassName
{
color: #1B1314;
}
.AnyTagClassName
{
color: #1B1314;
}
</style>
background-color css
<style>
a { background-color: #1B1314; }
a { background-color: rgb(27,19,20); }
div.DivClassName
{
background-color: #1B1314;
}
.BgClassName
{
background-color: #1B1314;
}
</style>
border-color css
<style>
span { border-color: #1B1314; }
span { border-color: rgb(27,19,20); }
td.TdClassName
{
border-color: #1B1314;
}
.TagClassName
{
border-color: #1B1314;
}
</style>