Shades of Mahogany #BE292B
Tints of Mahogany #BE292B
RGB
CMYK
RGB Variations
Color information
#BE292B (or 0xBE292B) is known color: Mahogany. HEX triplet: BE, 29 and 2B. RGB value is (190,41,43). Sum of RGB (Red+Green+Blue) = 190+41+43=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE292B is #41D6D4. Grayscale: #555555. Windows color (decimal): -4314837 or 2828734. OLE color: 2828734.
HSL color Cylindrical-coordinate representation of color #BE292B: hue angle of 359.19º degrees, saturation: 0.65, 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 #BE292B is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 41 | 43 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.25 |
| HSL | 359.19º | 0.65% | 0.45% | - |
| HSV(B) | 359.19º | 0.78% | 0.75% | - |
| XYZ | 22.46 | 12.71 | 3.55 | - |
| YUV | 85.78 | 103.86 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 41 | 43 | 0 | 0.78 | 0.77 | 0.25 | 359.19 | 0.65 | 0.45 |
| Hex | BE | 29 | 2B | 0 | 4E | 4D | 19 | 167 | 41 | 2D |
| Octal | 276 | 51 | 53 | 0 | 116 | 115 | 31 | 547 | 101 | 55 |
| Binary | 10111110 | 101001 | 101011 | 0 | 1001110 | 1001101 | 11001 | 101100111 | 1000001 | 101101 |
Color Harmonies of #BE292B
Complementary color
Monochromatic Colors of #BE292B
Black with #BE292B
Text Example
Text Example
White with #BE292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE292B; }
p { color: rgb(190,41,43); }
H1.HeaderClassName
{
color: #BE292B;
}
.AnyTagClassName
{
color: #BE292B;
}
</style>
background-color css
<style>
a { background-color: #BE292B; }
a { background-color: rgb(190,41,43); }
div.DivClassName
{
background-color: #BE292B;
}
.BgClassName
{
background-color: #BE292B;
}
</style>
border-color css
<style>
span { border-color: #BE292B; }
span { border-color: rgb(190,41,43); }
td.TdClassName
{
border-color: #BE292B;
}
.TagClassName
{
border-color: #BE292B;
}
</style>