Shades of Mahogany #B22D2E
Tints of Mahogany #B22D2E
RGB
CMYK
RGB Variations
Color information
#B22D2E (or 0xB22D2E) is known color: Mahogany. HEX triplet: B2, 2D and 2E. RGB value is (178,45,46). Sum of RGB (Red+Green+Blue) = 178+45+46=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B22D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22D2E is #4DD2D1. Grayscale: #555555. Windows color (decimal): -5100242 or 3026354. OLE color: 3026354.
HSL color Cylindrical-coordinate representation of color #B22D2E: hue angle of 359.55º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22D2E is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 45 | 46 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.30 |
| HSL | 359.55º | 0.6% | 0.44% | - |
| HSV(B) | 359.55º | 0.75% | 0.7% | - |
| XYZ | 19.79 | 11.54 | 3.77 | - |
| YUV | 84.88 | 106.06 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 45 | 46 | 0 | 0.75 | 0.74 | 0.30 | 359.55 | 0.6 | 0.44 |
| Hex | B2 | 2D | 2E | 0 | 4B | 4A | 1E | 168 | 3C | 2C |
| Octal | 262 | 55 | 56 | 0 | 113 | 112 | 36 | 550 | 74 | 54 |
| Binary | 10110010 | 101101 | 101110 | 0 | 1001011 | 1001010 | 11110 | 101101000 | 111100 | 101100 |
Color Harmonies of #B22D2E
Complementary color
Monochromatic Colors of #B22D2E
Black with #B22D2E
Text Example
Text Example
White with #B22D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22D2E; }
p { color: rgb(178,45,46); }
H1.HeaderClassName
{
color: #B22D2E;
}
.AnyTagClassName
{
color: #B22D2E;
}
</style>
background-color css
<style>
a { background-color: #B22D2E; }
a { background-color: rgb(178,45,46); }
div.DivClassName
{
background-color: #B22D2E;
}
.BgClassName
{
background-color: #B22D2E;
}
</style>
border-color css
<style>
span { border-color: #B22D2E; }
span { border-color: rgb(178,45,46); }
td.TdClassName
{
border-color: #B22D2E;
}
.TagClassName
{
border-color: #B22D2E;
}
</style>