Shades of Mahogany #B42B2F
Tints of Mahogany #B42B2F
RGB
CMYK
RGB Variations
Color information
#B42B2F (or 0xB42B2F) is known color: Mahogany. HEX triplet: B4, 2B and 2F. RGB value is (180,43,47). Sum of RGB (Red+Green+Blue) = 180+43+47=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42B2F is #4BD4D0. Grayscale: #545454. Windows color (decimal): -4969681 or 3091380. OLE color: 3091380.
HSL color Cylindrical-coordinate representation of color #B42B2F: hue angle of 358.25º 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 #B42B2F is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 47 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.29 |
| HSL | 358.25º | 0.61% | 0.44% | - |
| HSV(B) | 358.25º | 0.76% | 0.71% | - |
| XYZ | 20.2 | 11.64 | 3.87 | - |
| YUV | 84.42 | 106.89 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 47 | 0 | 0.76 | 0.74 | 0.29 | 358.25 | 0.61 | 0.44 |
| Hex | B4 | 2B | 2F | 0 | 4C | 4A | 1D | 166 | 3D | 2C |
| Octal | 264 | 53 | 57 | 0 | 114 | 112 | 35 | 546 | 75 | 54 |
| Binary | 10110100 | 101011 | 101111 | 0 | 1001100 | 1001010 | 11101 | 101100110 | 111101 | 101100 |
Color Harmonies of #B42B2F
Complementary color
Monochromatic Colors of #B42B2F
Black with #B42B2F
Text Example
Text Example
White with #B42B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42B2F; }
p { color: rgb(180,43,47); }
H1.HeaderClassName
{
color: #B42B2F;
}
.AnyTagClassName
{
color: #B42B2F;
}
</style>
background-color css
<style>
a { background-color: #B42B2F; }
a { background-color: rgb(180,43,47); }
div.DivClassName
{
background-color: #B42B2F;
}
.BgClassName
{
background-color: #B42B2F;
}
</style>
border-color css
<style>
span { border-color: #B42B2F; }
span { border-color: rgb(180,43,47); }
td.TdClassName
{
border-color: #B42B2F;
}
.TagClassName
{
border-color: #B42B2F;
}
</style>