Shades of Mahogany #B42D32
Tints of Mahogany #B42D32
RGB
CMYK
RGB Variations
Color information
#B42D32 (or 0xB42D32) is known color: Mahogany. HEX triplet: B4, 2D and 32. RGB value is (180,45,50). Sum of RGB (Red+Green+Blue) = 180+45+50=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42D32 is #4BD2CD. Grayscale: #565656. Windows color (decimal): -4969166 or 3288500. OLE color: 3288500.
HSL color Cylindrical-coordinate representation of color #B42D32: hue angle of 357.78º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D32 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 50 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.29 |
| HSL | 357.78º | 0.6% | 0.44% | - |
| HSV(B) | 357.78º | 0.75% | 0.71% | - |
| XYZ | 20.34 | 11.81 | 4.23 | - |
| YUV | 85.94 | 107.73 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 50 | 0 | 0.75 | 0.72 | 0.29 | 357.78 | 0.6 | 0.44 |
| Hex | B4 | 2D | 32 | 0 | 4B | 48 | 1D | 166 | 3C | 2C |
| Octal | 264 | 55 | 62 | 0 | 113 | 110 | 35 | 546 | 74 | 54 |
| Binary | 10110100 | 101101 | 110010 | 0 | 1001011 | 1001000 | 11101 | 101100110 | 111100 | 101100 |
Color Harmonies of #B42D32
Complementary color
Monochromatic Colors of #B42D32
Black with #B42D32
Text Example
Text Example
White with #B42D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D32; }
p { color: rgb(180,45,50); }
H1.HeaderClassName
{
color: #B42D32;
}
.AnyTagClassName
{
color: #B42D32;
}
</style>
background-color css
<style>
a { background-color: #B42D32; }
a { background-color: rgb(180,45,50); }
div.DivClassName
{
background-color: #B42D32;
}
.BgClassName
{
background-color: #B42D32;
}
</style>
border-color css
<style>
span { border-color: #B42D32; }
span { border-color: rgb(180,45,50); }
td.TdClassName
{
border-color: #B42D32;
}
.TagClassName
{
border-color: #B42D32;
}
</style>