Shades of Rustic Red #2B1118
Tints of Rustic Red #2B1118
RGB
CMYK
RGB Variations
Color information
#2B1118 (or 0x2B1118) is known color: Rustic Red. HEX triplet: 2B, 11 and 18. RGB value is (43,17,24). Sum of RGB (Red+Green+Blue) = 43+17+24=84 (11% of max value = 765). Red value is 43 (17.19% from 255 or 51.19% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1118 is #D4EEE7. Grayscale: #191919. Windows color (decimal): -13954792 or 1577259. OLE color: 1577259.
HSL color Cylindrical-coordinate representation of color #2B1118: hue angle of 343.85º 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 #2B1118 is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 17 | 24 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.83 |
| HSL | 343.85º | 0.43% | 0.12% | - |
| HSV(B) | 343.85º | 0.6% | 0.17% | - |
| XYZ | 1.36 | 0.98 | 0.98 | - |
| YUV | 25.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 17 | 24 | 0 | 0.60 | 0.44 | 0.83 | 343.85 | 0.43 | 0.12 |
| Hex | 2B | 11 | 18 | 0 | 3C | 2C | 53 | 158 | 2B | C |
| Octal | 53 | 21 | 30 | 0 | 74 | 54 | 123 | 530 | 53 | 14 |
| Binary | 101011 | 10001 | 11000 | 0 | 111100 | 101100 | 1010011 | 101011000 | 101011 | 1100 |
Color Harmonies of #2B1118
Complementary color
Monochromatic Colors of #2B1118
Black with #2B1118
Text Example
Text Example
White with #2B1118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1118; }
p { color: rgb(43,17,24); }
H1.HeaderClassName
{
color: #2B1118;
}
.AnyTagClassName
{
color: #2B1118;
}
</style>
background-color css
<style>
a { background-color: #2B1118; }
a { background-color: rgb(43,17,24); }
div.DivClassName
{
background-color: #2B1118;
}
.BgClassName
{
background-color: #2B1118;
}
</style>
border-color css
<style>
span { border-color: #2B1118; }
span { border-color: rgb(43,17,24); }
td.TdClassName
{
border-color: #2B1118;
}
.TagClassName
{
border-color: #2B1118;
}
</style>