Shades of Mahogany #B2292C
Tints of Mahogany #B2292C
RGB
CMYK
RGB Variations
Color information
#B2292C (or 0xB2292C) is known color: Mahogany. HEX triplet: B2, 29 and 2C. RGB value is (178,41,44). Sum of RGB (Red+Green+Blue) = 178+41+44=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B2292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2292C is #4DD6D3. Grayscale: #525252. Windows color (decimal): -5101268 or 2894258. OLE color: 2894258.
HSL color Cylindrical-coordinate representation of color #B2292C: hue angle of 358.69º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2292C is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 44 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.30 |
| HSL | 358.69º | 0.63% | 0.43% | - |
| HSV(B) | 358.69º | 0.77% | 0.7% | - |
| XYZ | 19.61 | 11.23 | 3.52 | - |
| YUV | 82.31 | 106.39 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 44 | 0 | 0.77 | 0.75 | 0.30 | 358.69 | 0.63 | 0.43 |
| Hex | B2 | 29 | 2C | 0 | 4D | 4B | 1E | 167 | 3F | 2B |
| Octal | 262 | 51 | 54 | 0 | 115 | 113 | 36 | 547 | 77 | 53 |
| Binary | 10110010 | 101001 | 101100 | 0 | 1001101 | 1001011 | 11110 | 101100111 | 111111 | 101011 |
Color Harmonies of #B2292C
Complementary color
Monochromatic Colors of #B2292C
Black with #B2292C
Text Example
Text Example
White with #B2292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2292C; }
p { color: rgb(178,41,44); }
H1.HeaderClassName
{
color: #B2292C;
}
.AnyTagClassName
{
color: #B2292C;
}
</style>
background-color css
<style>
a { background-color: #B2292C; }
a { background-color: rgb(178,41,44); }
div.DivClassName
{
background-color: #B2292C;
}
.BgClassName
{
background-color: #B2292C;
}
</style>
border-color css
<style>
span { border-color: #B2292C; }
span { border-color: rgb(178,41,44); }
td.TdClassName
{
border-color: #B2292C;
}
.TagClassName
{
border-color: #B2292C;
}
</style>