Shades of Rustic Red #2B1316
Tints of Rustic Red #2B1316
RGB
CMYK
RGB Variations
Color information
#2B1316 (or 0x2B1316) is known color: Rustic Red. HEX triplet: 2B, 13 and 16. RGB value is (43,19,22). Sum of RGB (Red+Green+Blue) = 43+19+22=84 (11% of max value = 765). Red value is 43 (17.19% from 255 or 51.19% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1316 is #D4ECE9. Grayscale: #1A1A1A. Windows color (decimal): -13954282 or 1446699. OLE color: 1446699.
HSL color Cylindrical-coordinate representation of color #2B1316: hue angle of 352.5º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B1316 is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 19 | 22 | - |
| CMYK | 0 | 0.56 | 0.49 | 0.83 |
| HSL | 352.5º | 0.39% | 0.12% | - |
| HSV(B) | 352.5º | 0.56% | 0.17% | - |
| XYZ | 1.37 | 1.04 | 0.89 | - |
| YUV | 26.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 19 | 22 | 0 | 0.56 | 0.49 | 0.83 | 352.5 | 0.39 | 0.12 |
| Hex | 2B | 13 | 16 | 0 | 38 | 31 | 53 | 160 | 27 | C |
| Octal | 53 | 23 | 26 | 0 | 70 | 61 | 123 | 540 | 47 | 14 |
| Binary | 101011 | 10011 | 10110 | 0 | 111000 | 110001 | 1010011 | 101100000 | 100111 | 1100 |
Color Harmonies of #2B1316
Complementary color
Monochromatic Colors of #2B1316
Black with #2B1316
Text Example
Text Example
White with #2B1316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1316; }
p { color: rgb(43,19,22); }
H1.HeaderClassName
{
color: #2B1316;
}
.AnyTagClassName
{
color: #2B1316;
}
</style>
background-color css
<style>
a { background-color: #2B1316; }
a { background-color: rgb(43,19,22); }
div.DivClassName
{
background-color: #2B1316;
}
.BgClassName
{
background-color: #2B1316;
}
</style>
border-color css
<style>
span { border-color: #2B1316; }
span { border-color: rgb(43,19,22); }
td.TdClassName
{
border-color: #2B1316;
}
.TagClassName
{
border-color: #2B1316;
}
</style>