Shades of Rustic Red #2B1516
Tints of Rustic Red #2B1516
RGB
CMYK
RGB Variations
Color information
#2B1516 (or 0x2B1516) is known color: Rustic Red. HEX triplet: 2B, 15 and 16. RGB value is (43,21,22). Sum of RGB (Red+Green+Blue) = 43+21+22=86 (11% of max value = 765). Red value is 43 (17.19% from 255 or 50% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 22 (8.98% from 255 or 25.58% from 86); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1516 is #D4EAE9. Grayscale: #1B1B1B. Windows color (decimal): -13953770 or 1447211. OLE color: 1447211.
HSL color Cylindrical-coordinate representation of color #2B1516: hue angle of 357.27º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B1516 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 21 | 22 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.83 |
| HSL | 357.27º | 0.34% | 0.13% | - |
| HSV(B) | 357.27º | 0.51% | 0.17% | - |
| XYZ | 1.41 | 1.11 | 0.9 | - |
| YUV | 27.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 22 | 0 | 0.51 | 0.49 | 0.83 | 357.27 | 0.34 | 0.13 |
| Hex | 2B | 15 | 16 | 0 | 33 | 31 | 53 | 165 | 22 | D |
| Octal | 53 | 25 | 26 | 0 | 63 | 61 | 123 | 545 | 42 | 15 |
| Binary | 101011 | 10101 | 10110 | 0 | 110011 | 110001 | 1010011 | 101100101 | 100010 | 1101 |
Color Harmonies of #2B1516
Complementary color
Monochromatic Colors of #2B1516
Black with #2B1516
Text Example
Text Example
White with #2B1516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1516; }
p { color: rgb(43,21,22); }
H1.HeaderClassName
{
color: #2B1516;
}
.AnyTagClassName
{
color: #2B1516;
}
</style>
background-color css
<style>
a { background-color: #2B1516; }
a { background-color: rgb(43,21,22); }
div.DivClassName
{
background-color: #2B1516;
}
.BgClassName
{
background-color: #2B1516;
}
</style>
border-color css
<style>
span { border-color: #2B1516; }
span { border-color: rgb(43,21,22); }
td.TdClassName
{
border-color: #2B1516;
}
.TagClassName
{
border-color: #2B1516;
}
</style>