Shades of Mahogany #B42C2F
Tints of Mahogany #B42C2F
RGB
CMYK
RGB Variations
Color information
#B42C2F (or 0xB42C2F) is known color: Mahogany. HEX triplet: B4, 2C and 2F. RGB value is (180,44,47). Sum of RGB (Red+Green+Blue) = 180+44+47=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B42C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42C2F is #4BD3D0. Grayscale: #555555. Windows color (decimal): -4969425 or 3091636. OLE color: 3091636.
HSL color Cylindrical-coordinate representation of color #B42C2F: hue angle of 358.68º 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 #B42C2F is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 44 | 47 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.29 |
| HSL | 358.68º | 0.61% | 0.44% | - |
| HSV(B) | 358.68º | 0.76% | 0.71% | - |
| XYZ | 20.24 | 11.71 | 3.88 | - |
| YUV | 85.01 | 106.56 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 44 | 47 | 0 | 0.76 | 0.74 | 0.29 | 358.68 | 0.61 | 0.44 |
| Hex | B4 | 2C | 2F | 0 | 4C | 4A | 1D | 167 | 3D | 2C |
| Octal | 264 | 54 | 57 | 0 | 114 | 112 | 35 | 547 | 75 | 54 |
| Binary | 10110100 | 101100 | 101111 | 0 | 1001100 | 1001010 | 11101 | 101100111 | 111101 | 101100 |
Color Harmonies of #B42C2F
Complementary color
Monochromatic Colors of #B42C2F
Black with #B42C2F
Text Example
Text Example
White with #B42C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42C2F; }
p { color: rgb(180,44,47); }
H1.HeaderClassName
{
color: #B42C2F;
}
.AnyTagClassName
{
color: #B42C2F;
}
</style>
background-color css
<style>
a { background-color: #B42C2F; }
a { background-color: rgb(180,44,47); }
div.DivClassName
{
background-color: #B42C2F;
}
.BgClassName
{
background-color: #B42C2F;
}
</style>
border-color css
<style>
span { border-color: #B42C2F; }
span { border-color: rgb(180,44,47); }
td.TdClassName
{
border-color: #B42C2F;
}
.TagClassName
{
border-color: #B42C2F;
}
</style>