Shades of Mahogany #B32A2D
Tints of Mahogany #B32A2D
RGB
CMYK
RGB Variations
Color information
#B32A2D (or 0xB32A2D) is known color: Mahogany. HEX triplet: B3, 2A and 2D. RGB value is (179,42,45). Sum of RGB (Red+Green+Blue) = 179+42+45=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32A2D is #4CD5D2. Grayscale: #535353. Windows color (decimal): -5035475 or 2960051. OLE color: 2960051.
HSL color Cylindrical-coordinate representation of color #B32A2D: hue angle of 358.69º degrees, saturation: 0.62, 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 #B32A2D is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 42 | 45 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.30 |
| HSL | 358.69º | 0.62% | 0.43% | - |
| HSV(B) | 358.69º | 0.77% | 0.7% | - |
| XYZ | 19.89 | 11.43 | 3.64 | - |
| YUV | 83.31 | 106.39 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 42 | 45 | 0 | 0.77 | 0.75 | 0.30 | 358.69 | 0.62 | 0.43 |
| Hex | B3 | 2A | 2D | 0 | 4D | 4B | 1E | 167 | 3E | 2B |
| Octal | 263 | 52 | 55 | 0 | 115 | 113 | 36 | 547 | 76 | 53 |
| Binary | 10110011 | 101010 | 101101 | 0 | 1001101 | 1001011 | 11110 | 101100111 | 111110 | 101011 |
Color Harmonies of #B32A2D
Complementary color
Monochromatic Colors of #B32A2D
Black with #B32A2D
Text Example
Text Example
White with #B32A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32A2D; }
p { color: rgb(179,42,45); }
H1.HeaderClassName
{
color: #B32A2D;
}
.AnyTagClassName
{
color: #B32A2D;
}
</style>
background-color css
<style>
a { background-color: #B32A2D; }
a { background-color: rgb(179,42,45); }
div.DivClassName
{
background-color: #B32A2D;
}
.BgClassName
{
background-color: #B32A2D;
}
</style>
border-color css
<style>
span { border-color: #B32A2D; }
span { border-color: rgb(179,42,45); }
td.TdClassName
{
border-color: #B32A2D;
}
.TagClassName
{
border-color: #B32A2D;
}
</style>