Shades of Mahogany #B43E40
Tints of Mahogany #B43E40
RGB
CMYK
RGB Variations
Color information
#B43E40 (or 0xB43E40) is known color: Mahogany. HEX triplet: B4, 3E and 40. RGB value is (180,62,64). Sum of RGB (Red+Green+Blue) = 180+62+64=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 62 (24.61% from 255 or 20.26% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43E40 is #4BC1BF. Grayscale: #616161. Windows color (decimal): -4964800 or 4210356. OLE color: 4210356.
HSL color Cylindrical-coordinate representation of color #B43E40: hue angle of 358.98º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B43E40 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 62 | 64 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.29 |
| HSL | 358.98º | 0.49% | 0.47% | - |
| HSV(B) | 358.98º | 0.66% | 0.71% | - |
| XYZ | 21.47 | 13.52 | 6.33 | - |
| YUV | 97.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 62 | 64 | 0 | 0.66 | 0.64 | 0.29 | 358.98 | 0.49 | 0.47 |
| Hex | B4 | 3E | 40 | 0 | 42 | 40 | 1D | 167 | 31 | 2F |
| Octal | 264 | 76 | 100 | 0 | 102 | 100 | 35 | 547 | 61 | 57 |
| Binary | 10110100 | 111110 | 1000000 | 0 | 1000010 | 1000000 | 11101 | 101100111 | 110001 | 101111 |
Color Harmonies of #B43E40
Complementary color
Monochromatic Colors of #B43E40
Black with #B43E40
Text Example
Text Example
White with #B43E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43E40; }
p { color: rgb(180,62,64); }
H1.HeaderClassName
{
color: #B43E40;
}
.AnyTagClassName
{
color: #B43E40;
}
</style>
background-color css
<style>
a { background-color: #B43E40; }
a { background-color: rgb(180,62,64); }
div.DivClassName
{
background-color: #B43E40;
}
.BgClassName
{
background-color: #B43E40;
}
</style>
border-color css
<style>
span { border-color: #B43E40; }
span { border-color: rgb(180,62,64); }
td.TdClassName
{
border-color: #B43E40;
}
.TagClassName
{
border-color: #B43E40;
}
</style>