Shades of Rustic Red #1B1214
Tints of Rustic Red #1B1214
RGB
CMYK
RGB Variations
Color information
#1B1214 (or 0x1B1214) is known color: Rustic Red. HEX triplet: 1B, 12 and 14. RGB value is (27,18,20). Sum of RGB (Red+Green+Blue) = 27+18+20=65 (8% of max value = 765). Red value is 27 (10.94% from 255 or 41.54% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 20 (8.20% from 255 or 30.77% from 65); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1214 is #E4EDEB. Grayscale: #141414. Windows color (decimal): -15003116 or 1315355. OLE color: 1315355.
HSL color Cylindrical-coordinate representation of color #1B1214: hue angle of 346.67º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1B1214 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 18 | 20 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.89 |
| HSL | 346.67º | 0.2% | 0.09% | - |
| HSV(B) | 346.67º | 0.33% | 0.11% | - |
| XYZ | 0.79 | 0.72 | 0.76 | - |
| YUV | 20.92 | 127.48 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 18 | 20 | 0 | 0.33 | 0.26 | 0.89 | 346.67 | 0.2 | 0.09 |
| Hex | 1B | 12 | 14 | 0 | 21 | 1A | 59 | 15B | 14 | 9 |
| Octal | 33 | 22 | 24 | 0 | 41 | 32 | 131 | 533 | 24 | 11 |
| Binary | 11011 | 10010 | 10100 | 0 | 100001 | 11010 | 1011001 | 101011011 | 10100 | 1001 |
Color Harmonies of #1B1214
Complementary color
Monochromatic Colors of #1B1214
Black with #1B1214
Text Example
Text Example
White with #1B1214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1214; }
p { color: rgb(27,18,20); }
H1.HeaderClassName
{
color: #1B1214;
}
.AnyTagClassName
{
color: #1B1214;
}
</style>
background-color css
<style>
a { background-color: #1B1214; }
a { background-color: rgb(27,18,20); }
div.DivClassName
{
background-color: #1B1214;
}
.BgClassName
{
background-color: #1B1214;
}
</style>
border-color css
<style>
span { border-color: #1B1214; }
span { border-color: rgb(27,18,20); }
td.TdClassName
{
border-color: #1B1214;
}
.TagClassName
{
border-color: #1B1214;
}
</style>