Shades of Rustic Red #2B0915
Tints of Rustic Red #2B0915
RGB
CMYK
RGB Variations
Color information
#2B0915 (or 0x2B0915) is known color: Rustic Red. HEX triplet: 2B, 09 and 15. RGB value is (43,9,21). Sum of RGB (Red+Green+Blue) = 43+9+21=73 (9% of max value = 765). Red value is 43 (17.19% from 255 or 58.90% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0915 is #D4F6EA. Grayscale: #141414. Windows color (decimal): -13956843 or 1378603. OLE color: 1378603.
HSL color Cylindrical-coordinate representation of color #2B0915: hue angle of 338.82º 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 #2B0915 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 9 | 21 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.83 |
| HSL | 338.82º | 0.65% | 0.1% | - |
| HSV(B) | 338.82º | 0.79% | 0.17% | - |
| XYZ | 1.23 | 0.76 | 0.79 | - |
| YUV | 20.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 9 | 21 | 0 | 0.79 | 0.51 | 0.83 | 338.82 | 0.65 | 0.1 |
| Hex | 2B | 9 | 15 | 0 | 4F | 33 | 53 | 153 | 41 | A |
| Octal | 53 | 11 | 25 | 0 | 117 | 63 | 123 | 523 | 101 | 12 |
| Binary | 101011 | 1001 | 10101 | 0 | 1001111 | 110011 | 1010011 | 101010011 | 1000001 | 1010 |
Color Harmonies of #2B0915
Complementary color
Monochromatic Colors of #2B0915
Black with #2B0915
Text Example
Text Example
White with #2B0915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0915; }
p { color: rgb(43,9,21); }
H1.HeaderClassName
{
color: #2B0915;
}
.AnyTagClassName
{
color: #2B0915;
}
</style>
background-color css
<style>
a { background-color: #2B0915; }
a { background-color: rgb(43,9,21); }
div.DivClassName
{
background-color: #2B0915;
}
.BgClassName
{
background-color: #2B0915;
}
</style>
border-color css
<style>
span { border-color: #2B0915; }
span { border-color: rgb(43,9,21); }
td.TdClassName
{
border-color: #2B0915;
}
.TagClassName
{
border-color: #2B0915;
}
</style>