Shades of Mahogany #B22C2E
Tints of Mahogany #B22C2E
RGB
CMYK
RGB Variations
Color information
#B22C2E (or 0xB22C2E) is known color: Mahogany. HEX triplet: B2, 2C and 2E. RGB value is (178,44,46). Sum of RGB (Red+Green+Blue) = 178+44+46=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22C2E is #4DD3D1. Grayscale: #545454. Windows color (decimal): -5100498 or 3026098. OLE color: 3026098.
HSL color Cylindrical-coordinate representation of color #B22C2E: hue angle of 359.1º 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 #B22C2E is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 44 | 46 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.30 |
| HSL | 359.1º | 0.6% | 0.44% | - |
| HSV(B) | 359.1º | 0.75% | 0.7% | - |
| XYZ | 19.75 | 11.46 | 3.76 | - |
| YUV | 84.29 | 106.39 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 44 | 46 | 0 | 0.75 | 0.74 | 0.30 | 359.1 | 0.6 | 0.44 |
| Hex | B2 | 2C | 2E | 0 | 4B | 4A | 1E | 167 | 3C | 2C |
| Octal | 262 | 54 | 56 | 0 | 113 | 112 | 36 | 547 | 74 | 54 |
| Binary | 10110010 | 101100 | 101110 | 0 | 1001011 | 1001010 | 11110 | 101100111 | 111100 | 101100 |
Color Harmonies of #B22C2E
Complementary color
Monochromatic Colors of #B22C2E
Black with #B22C2E
Text Example
Text Example
White with #B22C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B22C2E; }
p { color: rgb(178,44,46); }
H1.HeaderClassName
{
color: #B22C2E;
}
.AnyTagClassName
{
color: #B22C2E;
}
</style>
background-color css
<style>
a { background-color: #B22C2E; }
a { background-color: rgb(178,44,46); }
div.DivClassName
{
background-color: #B22C2E;
}
.BgClassName
{
background-color: #B22C2E;
}
</style>
border-color css
<style>
span { border-color: #B22C2E; }
span { border-color: rgb(178,44,46); }
td.TdClassName
{
border-color: #B22C2E;
}
.TagClassName
{
border-color: #B22C2E;
}
</style>