Shades of Rustic Red #2B1517
Tints of Rustic Red #2B1517
RGB
CMYK
RGB Variations
Color information
#2B1517 (or 0x2B1517) is known color: Rustic Red. HEX triplet: 2B, 15 and 17. RGB value is (43,21,23). Sum of RGB (Red+Green+Blue) = 43+21+23=87 (11% of max value = 765). Red value is 43 (17.19% from 255 or 49.43% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1517 is #D4EAE8. Grayscale: #1B1B1B. Windows color (decimal): -13953769 or 1512747. OLE color: 1512747.
HSL color Cylindrical-coordinate representation of color #2B1517: hue angle of 354.55º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B1517 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 21 | 23 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.83 |
| HSL | 354.55º | 0.34% | 0.13% | - |
| HSV(B) | 354.55º | 0.51% | 0.17% | - |
| XYZ | 1.42 | 1.11 | 0.95 | - |
| YUV | 27.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 21 | 23 | 0 | 0.51 | 0.47 | 0.83 | 354.55 | 0.34 | 0.13 |
| Hex | 2B | 15 | 17 | 0 | 33 | 2F | 53 | 163 | 22 | D |
| Octal | 53 | 25 | 27 | 0 | 63 | 57 | 123 | 543 | 42 | 15 |
| Binary | 101011 | 10101 | 10111 | 0 | 110011 | 101111 | 1010011 | 101100011 | 100010 | 1101 |
Color Harmonies of #2B1517
Complementary color
Monochromatic Colors of #2B1517
Black with #2B1517
Text Example
Text Example
White with #2B1517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1517; }
p { color: rgb(43,21,23); }
H1.HeaderClassName
{
color: #2B1517;
}
.AnyTagClassName
{
color: #2B1517;
}
</style>
background-color css
<style>
a { background-color: #2B1517; }
a { background-color: rgb(43,21,23); }
div.DivClassName
{
background-color: #2B1517;
}
.BgClassName
{
background-color: #2B1517;
}
</style>
border-color css
<style>
span { border-color: #2B1517; }
span { border-color: rgb(43,21,23); }
td.TdClassName
{
border-color: #2B1517;
}
.TagClassName
{
border-color: #2B1517;
}
</style>