Shades of Rustic Red #2B0511
Tints of Rustic Red #2B0511
RGB
CMYK
RGB Variations
Color information
#2B0511 (or 0x2B0511) is known color: Rustic Red. HEX triplet: 2B, 05 and 11. RGB value is (43,5,17). Sum of RGB (Red+Green+Blue) = 43+5+17=65 (8% of max value = 765). Red value is 43 (17.19% from 255 or 66.15% from 65); Green value is 5 (2.34% from 255 or 7.69% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0511 is #D4FAEE. Grayscale: #111111. Windows color (decimal): -13957871 or 1115435. OLE color: 1115435.
HSL color Cylindrical-coordinate representation of color #2B0511: hue angle of 341.05º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B0511 is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 5 | 17 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.83 |
| HSL | 341.05º | 0.79% | 0.09% | - |
| HSV(B) | 341.05º | 0.88% | 0.17% | - |
| XYZ | 1.15 | 0.66 | 0.6 | - |
| YUV | 17.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 17 | 0 | 0.88 | 0.60 | 0.83 | 341.05 | 0.79 | 0.09 |
| Hex | 2B | 5 | 11 | 0 | 58 | 3C | 53 | 155 | 4F | 9 |
| Octal | 53 | 5 | 21 | 0 | 130 | 74 | 123 | 525 | 117 | 11 |
| Binary | 101011 | 101 | 10001 | 0 | 1011000 | 111100 | 1010011 | 101010101 | 1001111 | 1001 |
Color Harmonies of #2B0511
Complementary color
Monochromatic Colors of #2B0511
Black with #2B0511
Text Example
Text Example
White with #2B0511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0511; }
p { color: rgb(43,5,17); }
H1.HeaderClassName
{
color: #2B0511;
}
.AnyTagClassName
{
color: #2B0511;
}
</style>
background-color css
<style>
a { background-color: #2B0511; }
a { background-color: rgb(43,5,17); }
div.DivClassName
{
background-color: #2B0511;
}
.BgClassName
{
background-color: #2B0511;
}
</style>
border-color css
<style>
span { border-color: #2B0511; }
span { border-color: rgb(43,5,17); }
td.TdClassName
{
border-color: #2B0511;
}
.TagClassName
{
border-color: #2B0511;
}
</style>