Shades of Rustic Red #2B010B
Tints of Rustic Red #2B010B
RGB
CMYK
RGB Variations
Color information
#2B010B (or 0x2B010B) is known color: Rustic Red. HEX triplet: 2B, 01 and 0B. RGB value is (43,1,11). Sum of RGB (Red+Green+Blue) = 43+1+11=55 (7% of max value = 765). Red value is 43 (17.19% from 255 or 78.18% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 43 - color contains mainly: red. Hex color #2B010B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B010B is #D4FEF4. Grayscale: #0E0E0E. Windows color (decimal): -13958901 or 721195. OLE color: 721195.
HSL color Cylindrical-coordinate representation of color #2B010B: hue angle of 345.71º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B010B is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 1 | 11 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.83 |
| HSL | 345.71º | 0.95% | 0.09% | - |
| HSV(B) | 345.71º | 0.98% | 0.17% | - |
| XYZ | 1.07 | 0.56 | 0.37 | - |
| YUV | 14.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 1 | 11 | 0 | 0.98 | 0.74 | 0.83 | 345.71 | 0.95 | 0.09 |
| Hex | 2B | 1 | B | 0 | 62 | 4A | 53 | 15A | 5F | 9 |
| Octal | 53 | 1 | 13 | 0 | 142 | 112 | 123 | 532 | 137 | 11 |
| Binary | 101011 | 1 | 1011 | 0 | 1100010 | 1001010 | 1010011 | 101011010 | 1011111 | 1001 |
Color Harmonies of #2B010B
Complementary color
Monochromatic Colors of #2B010B
Black with #2B010B
Text Example
Text Example
White with #2B010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B010B; }
p { color: rgb(43,1,11); }
H1.HeaderClassName
{
color: #2B010B;
}
.AnyTagClassName
{
color: #2B010B;
}
</style>
background-color css
<style>
a { background-color: #2B010B; }
a { background-color: rgb(43,1,11); }
div.DivClassName
{
background-color: #2B010B;
}
.BgClassName
{
background-color: #2B010B;
}
</style>
border-color css
<style>
span { border-color: #2B010B; }
span { border-color: rgb(43,1,11); }
td.TdClassName
{
border-color: #2B010B;
}
.TagClassName
{
border-color: #2B010B;
}
</style>