Shades of Rustic Red #2B0815
Tints of Rustic Red #2B0815
RGB
CMYK
RGB Variations
Color information
#2B0815 (or 0x2B0815) is known color: Rustic Red. HEX triplet: 2B, 08 and 15. RGB value is (43,8,21). Sum of RGB (Red+Green+Blue) = 43+8+21=72 (9% of max value = 765). Red value is 43 (17.19% from 255 or 59.72% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 43 - color contains mainly: red. Hex color #2B0815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B0815 is #D4F7EA. Grayscale: #131313. Windows color (decimal): -13957099 or 1378347. OLE color: 1378347.
HSL color Cylindrical-coordinate representation of color #2B0815: hue angle of 337.71º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B0815 is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 8 | 21 | - |
| CMYK | 0 | 0.81 | 0.51 | 0.83 |
| HSL | 337.71º | 0.69% | 0.1% | - |
| HSV(B) | 337.71º | 0.81% | 0.17% | - |
| XYZ | 1.22 | 0.74 | 0.79 | - |
| YUV | 19.95 | 128.6 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 21 | 0 | 0.81 | 0.51 | 0.83 | 337.71 | 0.69 | 0.1 |
| Hex | 2B | 8 | 15 | 0 | 51 | 33 | 53 | 152 | 45 | A |
| Octal | 53 | 10 | 25 | 0 | 121 | 63 | 123 | 522 | 105 | 12 |
| Binary | 101011 | 1000 | 10101 | 0 | 1010001 | 110011 | 1010011 | 101010010 | 1000101 | 1010 |
Color Harmonies of #2B0815
Complementary color
Monochromatic Colors of #2B0815
Black with #2B0815
Text Example
Text Example
White with #2B0815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0815; }
p { color: rgb(43,8,21); }
H1.HeaderClassName
{
color: #2B0815;
}
.AnyTagClassName
{
color: #2B0815;
}
</style>
background-color css
<style>
a { background-color: #2B0815; }
a { background-color: rgb(43,8,21); }
div.DivClassName
{
background-color: #2B0815;
}
.BgClassName
{
background-color: #2B0815;
}
</style>
border-color css
<style>
span { border-color: #2B0815; }
span { border-color: rgb(43,8,21); }
td.TdClassName
{
border-color: #2B0815;
}
.TagClassName
{
border-color: #2B0815;
}
</style>