Shades of Rustic Red #2B0916
Tints of Rustic Red #2B0916
RGB
CMYK
RGB Variations
Color information
#2B0916 (or 0x2B0916) is known color: Rustic Red. HEX triplet: 2B, 09 and 16. RGB value is (43,9,22). Sum of RGB (Red+Green+Blue) = 43+9+22=74 (9% of max value = 765). Red value is 43 (17.19% from 255 or 58.11% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0916 is #D4F6E9. Grayscale: #141414. Windows color (decimal): -13956842 or 1444139. OLE color: 1444139.
HSL color Cylindrical-coordinate representation of color #2B0916: hue angle of 337.06º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B0916 is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 9 | 22 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.83 |
| HSL | 337.06º | 0.65% | 0.1% | - |
| HSV(B) | 337.06º | 0.79% | 0.17% | - |
| XYZ | 1.24 | 0.77 | 0.84 | - |
| YUV | 20.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 22 | 0 | 0.79 | 0.49 | 0.83 | 337.06 | 0.65 | 0.1 |
| Hex | 2B | 9 | 16 | 0 | 4F | 31 | 53 | 151 | 41 | A |
| Octal | 53 | 11 | 26 | 0 | 117 | 61 | 123 | 521 | 101 | 12 |
| Binary | 101011 | 1001 | 10110 | 0 | 1001111 | 110001 | 1010011 | 101010001 | 1000001 | 1010 |
Color Harmonies of #2B0916
Complementary color
Monochromatic Colors of #2B0916
Black with #2B0916
Text Example
Text Example
White with #2B0916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0916; }
p { color: rgb(43,9,22); }
H1.HeaderClassName
{
color: #2B0916;
}
.AnyTagClassName
{
color: #2B0916;
}
</style>
background-color css
<style>
a { background-color: #2B0916; }
a { background-color: rgb(43,9,22); }
div.DivClassName
{
background-color: #2B0916;
}
.BgClassName
{
background-color: #2B0916;
}
</style>
border-color css
<style>
span { border-color: #2B0916; }
span { border-color: rgb(43,9,22); }
td.TdClassName
{
border-color: #2B0916;
}
.TagClassName
{
border-color: #2B0916;
}
</style>