Shades of Mahogany #B32C2D
Tints of Mahogany #B32C2D
RGB
CMYK
RGB Variations
Color information
#B32C2D (or 0xB32C2D) is known color: Mahogany. HEX triplet: B3, 2C and 2D. RGB value is (179,44,45). Sum of RGB (Red+Green+Blue) = 179+44+45=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32C2D is #4CD3D2. Grayscale: #545454. Windows color (decimal): -5034963 or 2960563. OLE color: 2960563.
HSL color Cylindrical-coordinate representation of color #B32C2D: hue angle of 359.56º degrees, saturation: 0.61, 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 #B32C2D is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 44 | 45 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.30 |
| HSL | 359.56º | 0.61% | 0.44% | - |
| HSV(B) | 359.56º | 0.75% | 0.7% | - |
| XYZ | 19.96 | 11.57 | 3.66 | - |
| YUV | 84.48 | 105.73 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 44 | 45 | 0 | 0.75 | 0.75 | 0.30 | 359.56 | 0.61 | 0.44 |
| Hex | B3 | 2C | 2D | 0 | 4B | 4B | 1E | 168 | 3D | 2C |
| Octal | 263 | 54 | 55 | 0 | 113 | 113 | 36 | 550 | 75 | 54 |
| Binary | 10110011 | 101100 | 101101 | 0 | 1001011 | 1001011 | 11110 | 101101000 | 111101 | 101100 |
Color Harmonies of #B32C2D
Complementary color
Monochromatic Colors of #B32C2D
Black with #B32C2D
Text Example
Text Example
White with #B32C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32C2D; }
p { color: rgb(179,44,45); }
H1.HeaderClassName
{
color: #B32C2D;
}
.AnyTagClassName
{
color: #B32C2D;
}
</style>
background-color css
<style>
a { background-color: #B32C2D; }
a { background-color: rgb(179,44,45); }
div.DivClassName
{
background-color: #B32C2D;
}
.BgClassName
{
background-color: #B32C2D;
}
</style>
border-color css
<style>
span { border-color: #B32C2D; }
span { border-color: rgb(179,44,45); }
td.TdClassName
{
border-color: #B32C2D;
}
.TagClassName
{
border-color: #B32C2D;
}
</style>