Shades of Mahogany #BF2E30
Tints of Mahogany #BF2E30
RGB
CMYK
RGB Variations
Color information
#BF2E30 (or 0xBF2E30) is known color: Mahogany. HEX triplet: BF, 2E and 30. RGB value is (191,46,48). Sum of RGB (Red+Green+Blue) = 191+46+48=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2E30 is #40D1CF. Grayscale: #595959. Windows color (decimal): -4248016 or 3157695. OLE color: 3157695.
HSL color Cylindrical-coordinate representation of color #BF2E30: hue angle of 359.17º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2E30 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 46 | 48 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.25 |
| HSL | 359.17º | 0.61% | 0.46% | - |
| HSV(B) | 359.17º | 0.76% | 0.75% | - |
| XYZ | 23 | 13.24 | 4.14 | - |
| YUV | 89.58 | 104.54 | 200.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 46 | 48 | 0 | 0.76 | 0.75 | 0.25 | 359.17 | 0.61 | 0.46 |
| Hex | BF | 2E | 30 | 0 | 4C | 4B | 19 | 167 | 3D | 2E |
| Octal | 277 | 56 | 60 | 0 | 114 | 113 | 31 | 547 | 75 | 56 |
| Binary | 10111111 | 101110 | 110000 | 0 | 1001100 | 1001011 | 11001 | 101100111 | 111101 | 101110 |
Color Harmonies of #BF2E30
Complementary color
Monochromatic Colors of #BF2E30
Black with #BF2E30
Text Example
Text Example
White with #BF2E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2E30; }
p { color: rgb(191,46,48); }
H1.HeaderClassName
{
color: #BF2E30;
}
.AnyTagClassName
{
color: #BF2E30;
}
</style>
background-color css
<style>
a { background-color: #BF2E30; }
a { background-color: rgb(191,46,48); }
div.DivClassName
{
background-color: #BF2E30;
}
.BgClassName
{
background-color: #BF2E30;
}
</style>
border-color css
<style>
span { border-color: #BF2E30; }
span { border-color: rgb(191,46,48); }
td.TdClassName
{
border-color: #BF2E30;
}
.TagClassName
{
border-color: #BF2E30;
}
</style>