Shades of Mahogany #B42A2D
Tints of Mahogany #B42A2D
RGB
CMYK
RGB Variations
Color information
#B42A2D (or 0xB42A2D) is known color: Mahogany. HEX triplet: B4, 2A and 2D. RGB value is (180,42,45). Sum of RGB (Red+Green+Blue) = 180+42+45=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42A2D is #4BD5D2. Grayscale: #535353. Windows color (decimal): -4969939 or 2960052. OLE color: 2960052.
HSL color Cylindrical-coordinate representation of color #B42A2D: hue angle of 358.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42A2D is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 42 | 45 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.29 |
| HSL | 358.7º | 0.62% | 0.44% | - |
| HSV(B) | 358.7º | 0.77% | 0.71% | - |
| XYZ | 20.12 | 11.55 | 3.65 | - |
| YUV | 83.6 | 106.22 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 42 | 45 | 0 | 0.77 | 0.75 | 0.29 | 358.7 | 0.62 | 0.44 |
| Hex | B4 | 2A | 2D | 0 | 4D | 4B | 1D | 167 | 3E | 2C |
| Octal | 264 | 52 | 55 | 0 | 115 | 113 | 35 | 547 | 76 | 54 |
| Binary | 10110100 | 101010 | 101101 | 0 | 1001101 | 1001011 | 11101 | 101100111 | 111110 | 101100 |
Color Harmonies of #B42A2D
Complementary color
Monochromatic Colors of #B42A2D
Black with #B42A2D
Text Example
Text Example
White with #B42A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42A2D; }
p { color: rgb(180,42,45); }
H1.HeaderClassName
{
color: #B42A2D;
}
.AnyTagClassName
{
color: #B42A2D;
}
</style>
background-color css
<style>
a { background-color: #B42A2D; }
a { background-color: rgb(180,42,45); }
div.DivClassName
{
background-color: #B42A2D;
}
.BgClassName
{
background-color: #B42A2D;
}
</style>
border-color css
<style>
span { border-color: #B42A2D; }
span { border-color: rgb(180,42,45); }
td.TdClassName
{
border-color: #B42A2D;
}
.TagClassName
{
border-color: #B42A2D;
}
</style>