Shades of Rustic Red #2B191B
Tints of Rustic Red #2B191B
RGB
CMYK
RGB Variations
Color information
#2B191B (or 0x2B191B) is known color: Rustic Red. HEX triplet: 2B, 19 and 1B. RGB value is (43,25,27). Sum of RGB (Red+Green+Blue) = 43+25+27=95 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.26% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 43 - color contains mainly: red. Hex color #2B191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B191B is #D4E6E4. Grayscale: #1E1E1E. Windows color (decimal): -13952741 or 1775915. OLE color: 1775915.
HSL color Cylindrical-coordinate representation of color #2B191B: hue angle of 353.33º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #2B191B is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 25 | 27 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.83 |
| HSL | 353.33º | 0.26% | 0.13% | - |
| HSV(B) | 353.33º | 0.42% | 0.17% | - |
| XYZ | 1.54 | 1.29 | 1.2 | - |
| YUV | 30.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 27 | 0 | 0.42 | 0.37 | 0.83 | 353.33 | 0.26 | 0.13 |
| Hex | 2B | 19 | 1B | 0 | 2A | 25 | 53 | 161 | 1A | D |
| Octal | 53 | 31 | 33 | 0 | 52 | 45 | 123 | 541 | 32 | 15 |
| Binary | 101011 | 11001 | 11011 | 0 | 101010 | 100101 | 1010011 | 101100001 | 11010 | 1101 |
Color Harmonies of #2B191B
Complementary color
Monochromatic Colors of #2B191B
Black with #2B191B
Text Example
Text Example
White with #2B191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B191B; }
p { color: rgb(43,25,27); }
H1.HeaderClassName
{
color: #2B191B;
}
.AnyTagClassName
{
color: #2B191B;
}
</style>
background-color css
<style>
a { background-color: #2B191B; }
a { background-color: rgb(43,25,27); }
div.DivClassName
{
background-color: #2B191B;
}
.BgClassName
{
background-color: #2B191B;
}
</style>
border-color css
<style>
span { border-color: #2B191B; }
span { border-color: rgb(43,25,27); }
td.TdClassName
{
border-color: #2B191B;
}
.TagClassName
{
border-color: #2B191B;
}
</style>