Shades of Mahogany #B32D30
Tints of Mahogany #B32D30
RGB
CMYK
RGB Variations
Color information
#B32D30 (or 0xB32D30) is known color: Mahogany. HEX triplet: B3, 2D and 30. RGB value is (179,45,48). Sum of RGB (Red+Green+Blue) = 179+45+48=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D30 is #4CD2CF. Grayscale: #555555. Windows color (decimal): -5034704 or 3157427. OLE color: 3157427.
HSL color Cylindrical-coordinate representation of color #B32D30: hue angle of 358.66º 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 #B32D30 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 48 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.30 |
| HSL | 358.66º | 0.6% | 0.44% | - |
| HSV(B) | 358.66º | 0.75% | 0.7% | - |
| XYZ | 20.06 | 11.67 | 3.99 | - |
| YUV | 85.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 48 | 0 | 0.75 | 0.73 | 0.30 | 358.66 | 0.6 | 0.44 |
| Hex | B3 | 2D | 30 | 0 | 4B | 49 | 1E | 167 | 3C | 2C |
| Octal | 263 | 55 | 60 | 0 | 113 | 111 | 36 | 547 | 74 | 54 |
| Binary | 10110011 | 101101 | 110000 | 0 | 1001011 | 1001001 | 11110 | 101100111 | 111100 | 101100 |
Color Harmonies of #B32D30
Complementary color
Monochromatic Colors of #B32D30
Black with #B32D30
Text Example
Text Example
White with #B32D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D30; }
p { color: rgb(179,45,48); }
H1.HeaderClassName
{
color: #B32D30;
}
.AnyTagClassName
{
color: #B32D30;
}
</style>
background-color css
<style>
a { background-color: #B32D30; }
a { background-color: rgb(179,45,48); }
div.DivClassName
{
background-color: #B32D30;
}
.BgClassName
{
background-color: #B32D30;
}
</style>
border-color css
<style>
span { border-color: #B32D30; }
span { border-color: rgb(179,45,48); }
td.TdClassName
{
border-color: #B32D30;
}
.TagClassName
{
border-color: #B32D30;
}
</style>