Shades of Mahogany #BE2C34
Tints of Mahogany #BE2C34
RGB
CMYK
RGB Variations
Color information
#BE2C34 (or 0xBE2C34) is known color: Mahogany. HEX triplet: BE, 2C and 34. RGB value is (190,44,52). Sum of RGB (Red+Green+Blue) = 190+44+52=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2C34 is #41D3CB. Grayscale: #585858. Windows color (decimal): -4314060 or 3419326. OLE color: 3419326.
HSL color Cylindrical-coordinate representation of color #BE2C34: hue angle of 356.71º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2C34 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 44 | 52 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.25 |
| HSL | 356.71º | 0.62% | 0.46% | - |
| HSV(B) | 356.71º | 0.77% | 0.75% | - |
| XYZ | 22.76 | 13 | 4.56 | - |
| YUV | 88.57 | 107.37 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 44 | 52 | 0 | 0.77 | 0.73 | 0.25 | 356.71 | 0.62 | 0.46 |
| Hex | BE | 2C | 34 | 0 | 4D | 49 | 19 | 165 | 3E | 2E |
| Octal | 276 | 54 | 64 | 0 | 115 | 111 | 31 | 545 | 76 | 56 |
| Binary | 10111110 | 101100 | 110100 | 0 | 1001101 | 1001001 | 11001 | 101100101 | 111110 | 101110 |
Color Harmonies of #BE2C34
Complementary color
Monochromatic Colors of #BE2C34
Black with #BE2C34
Text Example
Text Example
White with #BE2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2C34; }
p { color: rgb(190,44,52); }
H1.HeaderClassName
{
color: #BE2C34;
}
.AnyTagClassName
{
color: #BE2C34;
}
</style>
background-color css
<style>
a { background-color: #BE2C34; }
a { background-color: rgb(190,44,52); }
div.DivClassName
{
background-color: #BE2C34;
}
.BgClassName
{
background-color: #BE2C34;
}
</style>
border-color css
<style>
span { border-color: #BE2C34; }
span { border-color: rgb(190,44,52); }
td.TdClassName
{
border-color: #BE2C34;
}
.TagClassName
{
border-color: #BE2C34;
}
</style>