Shades of Rustic Red #2B1115
Tints of Rustic Red #2B1115
RGB
CMYK
RGB Variations
Color information
#2B1115 (or 0x2B1115) is known color: Rustic Red. HEX triplet: 2B, 11 and 15. RGB value is (43,17,21). Sum of RGB (Red+Green+Blue) = 43+17+21=81 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.09% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1115 is #D4EEEA. Grayscale: #191919. Windows color (decimal): -13954795 or 1380651. OLE color: 1380651.
HSL color Cylindrical-coordinate representation of color #2B1115: hue angle of 350.77º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B1115 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 17 | 21 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.83 |
| HSL | 350.77º | 0.43% | 0.12% | - |
| HSV(B) | 350.77º | 0.6% | 0.17% | - |
| XYZ | 1.33 | 0.97 | 0.83 | - |
| YUV | 25.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 21 | 0 | 0.60 | 0.51 | 0.83 | 350.77 | 0.43 | 0.12 |
| Hex | 2B | 11 | 15 | 0 | 3C | 33 | 53 | 15F | 2B | C |
| Octal | 53 | 21 | 25 | 0 | 74 | 63 | 123 | 537 | 53 | 14 |
| Binary | 101011 | 10001 | 10101 | 0 | 111100 | 110011 | 1010011 | 101011111 | 101011 | 1100 |
Color Harmonies of #2B1115
Complementary color
Monochromatic Colors of #2B1115
Black with #2B1115
Text Example
Text Example
White with #2B1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1115; }
p { color: rgb(43,17,21); }
H1.HeaderClassName
{
color: #2B1115;
}
.AnyTagClassName
{
color: #2B1115;
}
</style>
background-color css
<style>
a { background-color: #2B1115; }
a { background-color: rgb(43,17,21); }
div.DivClassName
{
background-color: #2B1115;
}
.BgClassName
{
background-color: #2B1115;
}
</style>
border-color css
<style>
span { border-color: #2B1115; }
span { border-color: rgb(43,17,21); }
td.TdClassName
{
border-color: #2B1115;
}
.TagClassName
{
border-color: #2B1115;
}
</style>