Shades of Mahogany #B52C2D
Tints of Mahogany #B52C2D
RGB
CMYK
RGB Variations
Color information
#B52C2D (or 0xB52C2D) is known color: Mahogany. HEX triplet: B5, 2C and 2D. RGB value is (181,44,45). Sum of RGB (Red+Green+Blue) = 181+44+45=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52C2D is #4AD3D2. Grayscale: #555555. Windows color (decimal): -4903891 or 2960565. OLE color: 2960565.
HSL color Cylindrical-coordinate representation of color #B52C2D: 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 #B52C2D is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 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.43 | 11.81 | 3.69 | - |
| YUV | 85.08 | 105.39 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 45 | 0 | 0.76 | 0.75 | 0.29 | 359.56 | 0.61 | 0.44 |
| Hex | B5 | 2C | 2D | 0 | 4C | 4B | 1D | 168 | 3D | 2C |
| Octal | 265 | 54 | 55 | 0 | 114 | 113 | 35 | 550 | 75 | 54 |
| Binary | 10110101 | 101100 | 101101 | 0 | 1001100 | 1001011 | 11101 | 101101000 | 111101 | 101100 |
Color Harmonies of #B52C2D
Complementary color
Monochromatic Colors of #B52C2D
Black with #B52C2D
Text Example
Text Example
White with #B52C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C2D; }
p { color: rgb(181,44,45); }
H1.HeaderClassName
{
color: #B52C2D;
}
.AnyTagClassName
{
color: #B52C2D;
}
</style>
background-color css
<style>
a { background-color: #B52C2D; }
a { background-color: rgb(181,44,45); }
div.DivClassName
{
background-color: #B52C2D;
}
.BgClassName
{
background-color: #B52C2D;
}
</style>
border-color css
<style>
span { border-color: #B52C2D; }
span { border-color: rgb(181,44,45); }
td.TdClassName
{
border-color: #B52C2D;
}
.TagClassName
{
border-color: #B52C2D;
}
</style>