Shades of Mahogany #B42C2D
Tints of Mahogany #B42C2D
RGB
CMYK
RGB Variations
Color information
#B42C2D (or 0xB42C2D) is known color: Mahogany. HEX triplet: B4, 2C and 2D. RGB value is (180,44,45). Sum of RGB (Red+Green+Blue) = 180+44+45=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C2D is #4BD3D2. Grayscale: #545454. Windows color (decimal): -4969427 or 2960564. OLE color: 2960564.
HSL color Cylindrical-coordinate representation of color #B42C2D: hue angle of 359.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42C2D is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 45 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.29 |
| HSL | 359.56º | 0.61% | 0.44% | - |
| HSV(B) | 359.56º | 0.76% | 0.71% | - |
| XYZ | 20.2 | 11.69 | 3.68 | - |
| YUV | 84.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 45 | 0 | 0.76 | 0.75 | 0.29 | 359.56 | 0.61 | 0.44 |
| Hex | B4 | 2C | 2D | 0 | 4C | 4B | 1D | 168 | 3D | 2C |
| Octal | 264 | 54 | 55 | 0 | 114 | 113 | 35 | 550 | 75 | 54 |
| Binary | 10110100 | 101100 | 101101 | 0 | 1001100 | 1001011 | 11101 | 101101000 | 111101 | 101100 |
Color Harmonies of #B42C2D
Complementary color
Monochromatic Colors of #B42C2D
Black with #B42C2D
Text Example
Text Example
White with #B42C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C2D; }
p { color: rgb(180,44,45); }
H1.HeaderClassName
{
color: #B42C2D;
}
.AnyTagClassName
{
color: #B42C2D;
}
</style>
background-color css
<style>
a { background-color: #B42C2D; }
a { background-color: rgb(180,44,45); }
div.DivClassName
{
background-color: #B42C2D;
}
.BgClassName
{
background-color: #B42C2D;
}
</style>
border-color css
<style>
span { border-color: #B42C2D; }
span { border-color: rgb(180,44,45); }
td.TdClassName
{
border-color: #B42C2D;
}
.TagClassName
{
border-color: #B42C2D;
}
</style>