Shades of Mahogany #BE2A2E
Tints of Mahogany #BE2A2E
RGB
CMYK
RGB Variations
Color information
#BE2A2E (or 0xBE2A2E) is known color: Mahogany. HEX triplet: BE, 2A and 2E. RGB value is (190,42,46). Sum of RGB (Red+Green+Blue) = 190+42+46=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A2E is #41D5D1. Grayscale: #565656. Windows color (decimal): -4314578 or 3025598. OLE color: 3025598.
HSL color Cylindrical-coordinate representation of color #BE2A2E: hue angle of 358.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2A2E is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 46 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.25 |
| HSL | 358.38º | 0.64% | 0.45% | - |
| HSV(B) | 358.38º | 0.78% | 0.75% | - |
| XYZ | 22.56 | 12.8 | 3.87 | - |
| YUV | 86.71 | 105.03 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 46 | 0 | 0.78 | 0.76 | 0.25 | 358.38 | 0.64 | 0.45 |
| Hex | BE | 2A | 2E | 0 | 4E | 4C | 19 | 166 | 40 | 2D |
| Octal | 276 | 52 | 56 | 0 | 116 | 114 | 31 | 546 | 100 | 55 |
| Binary | 10111110 | 101010 | 101110 | 0 | 1001110 | 1001100 | 11001 | 101100110 | 1000000 | 101101 |
Color Harmonies of #BE2A2E
Complementary color
Monochromatic Colors of #BE2A2E
Black with #BE2A2E
Text Example
Text Example
White with #BE2A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A2E; }
p { color: rgb(190,42,46); }
H1.HeaderClassName
{
color: #BE2A2E;
}
.AnyTagClassName
{
color: #BE2A2E;
}
</style>
background-color css
<style>
a { background-color: #BE2A2E; }
a { background-color: rgb(190,42,46); }
div.DivClassName
{
background-color: #BE2A2E;
}
.BgClassName
{
background-color: #BE2A2E;
}
</style>
border-color css
<style>
span { border-color: #BE2A2E; }
span { border-color: rgb(190,42,46); }
td.TdClassName
{
border-color: #BE2A2E;
}
.TagClassName
{
border-color: #BE2A2E;
}
</style>