Shades of Mahogany #B42E2F
Tints of Mahogany #B42E2F
RGB
CMYK
RGB Variations
Color information
#B42E2F (or 0xB42E2F) is known color: Mahogany. HEX triplet: B4, 2E and 2F. RGB value is (180,46,47). Sum of RGB (Red+Green+Blue) = 180+46+47=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B42E2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42E2F is #4BD1D0. Grayscale: #565656. Windows color (decimal): -4968913 or 3092148. OLE color: 3092148.
HSL color Cylindrical-coordinate representation of color #B42E2F: hue angle of 359.55º 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 #B42E2F is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 46 | 47 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.29 |
| HSL | 359.55º | 0.59% | 0.44% | - |
| HSV(B) | 359.55º | 0.74% | 0.71% | - |
| XYZ | 20.31 | 11.86 | 3.91 | - |
| YUV | 86.18 | 105.89 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 46 | 47 | 0 | 0.74 | 0.74 | 0.29 | 359.55 | 0.59 | 0.44 |
| Hex | B4 | 2E | 2F | 0 | 4A | 4A | 1D | 168 | 3B | 2C |
| Octal | 264 | 56 | 57 | 0 | 112 | 112 | 35 | 550 | 73 | 54 |
| Binary | 10110100 | 101110 | 101111 | 0 | 1001010 | 1001010 | 11101 | 101101000 | 111011 | 101100 |
Color Harmonies of #B42E2F
Complementary color
Monochromatic Colors of #B42E2F
Black with #B42E2F
Text Example
Text Example
White with #B42E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42E2F; }
p { color: rgb(180,46,47); }
H1.HeaderClassName
{
color: #B42E2F;
}
.AnyTagClassName
{
color: #B42E2F;
}
</style>
background-color css
<style>
a { background-color: #B42E2F; }
a { background-color: rgb(180,46,47); }
div.DivClassName
{
background-color: #B42E2F;
}
.BgClassName
{
background-color: #B42E2F;
}
</style>
border-color css
<style>
span { border-color: #B42E2F; }
span { border-color: rgb(180,46,47); }
td.TdClassName
{
border-color: #B42E2F;
}
.TagClassName
{
border-color: #B42E2F;
}
</style>