Shades of Mahogany #BE2A2B
Tints of Mahogany #BE2A2B
RGB
CMYK
RGB Variations
Color information
#BE2A2B (or 0xBE2A2B) is known color: Mahogany. HEX triplet: BE, 2A and 2B. RGB value is (190,42,43). Sum of RGB (Red+Green+Blue) = 190+42+43=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2A2B is #41D5D4. Grayscale: #565656. Windows color (decimal): -4314581 or 2828990. OLE color: 2828990.
HSL color Cylindrical-coordinate representation of color #BE2A2B: hue angle of 359.59º 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 #BE2A2B is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 42 | 43 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.25 |
| HSL | 359.59º | 0.64% | 0.45% | - |
| HSV(B) | 359.59º | 0.78% | 0.75% | - |
| XYZ | 22.5 | 12.78 | 3.57 | - |
| YUV | 86.37 | 103.53 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 42 | 43 | 0 | 0.78 | 0.77 | 0.25 | 359.59 | 0.64 | 0.45 |
| Hex | BE | 2A | 2B | 0 | 4E | 4D | 19 | 168 | 40 | 2D |
| Octal | 276 | 52 | 53 | 0 | 116 | 115 | 31 | 550 | 100 | 55 |
| Binary | 10111110 | 101010 | 101011 | 0 | 1001110 | 1001101 | 11001 | 101101000 | 1000000 | 101101 |
Color Harmonies of #BE2A2B
Complementary color
Monochromatic Colors of #BE2A2B
Black with #BE2A2B
Text Example
Text Example
White with #BE2A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2A2B; }
p { color: rgb(190,42,43); }
H1.HeaderClassName
{
color: #BE2A2B;
}
.AnyTagClassName
{
color: #BE2A2B;
}
</style>
background-color css
<style>
a { background-color: #BE2A2B; }
a { background-color: rgb(190,42,43); }
div.DivClassName
{
background-color: #BE2A2B;
}
.BgClassName
{
background-color: #BE2A2B;
}
</style>
border-color css
<style>
span { border-color: #BE2A2B; }
span { border-color: rgb(190,42,43); }
td.TdClassName
{
border-color: #BE2A2B;
}
.TagClassName
{
border-color: #BE2A2B;
}
</style>