Shades of Rustic Red #2B1011
Tints of Rustic Red #2B1011
RGB
CMYK
RGB Variations
Color information
#2B1011 (or 0x2B1011) is known color: Rustic Red. HEX triplet: 2B, 10 and 11. RGB value is (43,16,17). Sum of RGB (Red+Green+Blue) = 43+16+17=76 (10% of max value = 765). Red value is 43 (17.19% from 255 or 56.58% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1011 is #D4EFEE. Grayscale: #181818. Windows color (decimal): -13955055 or 1118251. OLE color: 1118251.
HSL color Cylindrical-coordinate representation of color #2B1011: hue angle of 357.78º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B1011 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 16 | 17 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.83 |
| HSL | 357.78º | 0.46% | 0.12% | - |
| HSV(B) | 357.78º | 0.63% | 0.17% | - |
| XYZ | 1.28 | 0.92 | 0.64 | - |
| YUV | 24.19 | 123.95 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 17 | 0 | 0.63 | 0.60 | 0.83 | 357.78 | 0.46 | 0.12 |
| Hex | 2B | 10 | 11 | 0 | 3F | 3C | 53 | 166 | 2E | C |
| Octal | 53 | 20 | 21 | 0 | 77 | 74 | 123 | 546 | 56 | 14 |
| Binary | 101011 | 10000 | 10001 | 0 | 111111 | 111100 | 1010011 | 101100110 | 101110 | 1100 |
Color Harmonies of #2B1011
Complementary color
Monochromatic Colors of #2B1011
Black with #2B1011
Text Example
Text Example
White with #2B1011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1011; }
p { color: rgb(43,16,17); }
H1.HeaderClassName
{
color: #2B1011;
}
.AnyTagClassName
{
color: #2B1011;
}
</style>
background-color css
<style>
a { background-color: #2B1011; }
a { background-color: rgb(43,16,17); }
div.DivClassName
{
background-color: #2B1011;
}
.BgClassName
{
background-color: #2B1011;
}
</style>
border-color css
<style>
span { border-color: #2B1011; }
span { border-color: rgb(43,16,17); }
td.TdClassName
{
border-color: #2B1011;
}
.TagClassName
{
border-color: #2B1011;
}
</style>