Shades of Mahogany #B42E32
Tints of Mahogany #B42E32
RGB
CMYK
RGB Variations
Color information
#B42E32 (or 0xB42E32) is known color: Mahogany. HEX triplet: B4, 2E and 32. RGB value is (180,46,50). Sum of RGB (Red+Green+Blue) = 180+46+50=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E32 is #4BD1CD. Grayscale: #565656. Windows color (decimal): -4968910 or 3288756. OLE color: 3288756.
HSL color Cylindrical-coordinate representation of color #B42E32: hue angle of 358.21º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42E32 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 46 | 50 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.29 |
| HSL | 358.21º | 0.59% | 0.44% | - |
| HSV(B) | 358.21º | 0.74% | 0.71% | - |
| XYZ | 20.38 | 11.89 | 4.24 | - |
| YUV | 86.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 50 | 0 | 0.74 | 0.72 | 0.29 | 358.21 | 0.59 | 0.44 |
| Hex | B4 | 2E | 32 | 0 | 4A | 48 | 1D | 166 | 3B | 2C |
| Octal | 264 | 56 | 62 | 0 | 112 | 110 | 35 | 546 | 73 | 54 |
| Binary | 10110100 | 101110 | 110010 | 0 | 1001010 | 1001000 | 11101 | 101100110 | 111011 | 101100 |
Color Harmonies of #B42E32
Complementary color
Monochromatic Colors of #B42E32
Black with #B42E32
Text Example
Text Example
White with #B42E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42E32; }
p { color: rgb(180,46,50); }
H1.HeaderClassName
{
color: #B42E32;
}
.AnyTagClassName
{
color: #B42E32;
}
</style>
background-color css
<style>
a { background-color: #B42E32; }
a { background-color: rgb(180,46,50); }
div.DivClassName
{
background-color: #B42E32;
}
.BgClassName
{
background-color: #B42E32;
}
</style>
border-color css
<style>
span { border-color: #B42E32; }
span { border-color: rgb(180,46,50); }
td.TdClassName
{
border-color: #B42E32;
}
.TagClassName
{
border-color: #B42E32;
}
</style>