Shades of Mahogany #BF2A30
Tints of Mahogany #BF2A30
RGB
CMYK
RGB Variations
Color information
#BF2A30 (or 0xBF2A30) is known color: Mahogany. HEX triplet: BF, 2A and 30. RGB value is (191,42,48). Sum of RGB (Red+Green+Blue) = 191+42+48=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A30 is #40D5CF. Grayscale: #575757. Windows color (decimal): -4249040 or 3156671. OLE color: 3156671.
HSL color Cylindrical-coordinate representation of color #BF2A30: hue angle of 357.58º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2A30 is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 48 | - |
| CMYK | 0 | 0.78 | 0.75 | 0.25 |
| HSL | 357.58º | 0.64% | 0.46% | - |
| HSV(B) | 357.58º | 0.78% | 0.75% | - |
| XYZ | 22.85 | 12.95 | 4.09 | - |
| YUV | 87.24 | 105.86 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 48 | 0 | 0.78 | 0.75 | 0.25 | 357.58 | 0.64 | 0.46 |
| Hex | BF | 2A | 30 | 0 | 4E | 4B | 19 | 166 | 40 | 2E |
| Octal | 277 | 52 | 60 | 0 | 116 | 113 | 31 | 546 | 100 | 56 |
| Binary | 10111111 | 101010 | 110000 | 0 | 1001110 | 1001011 | 11001 | 101100110 | 1000000 | 101110 |
Color Harmonies of #BF2A30
Complementary color
Monochromatic Colors of #BF2A30
Black with #BF2A30
Text Example
Text Example
White with #BF2A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A30; }
p { color: rgb(191,42,48); }
H1.HeaderClassName
{
color: #BF2A30;
}
.AnyTagClassName
{
color: #BF2A30;
}
</style>
background-color css
<style>
a { background-color: #BF2A30; }
a { background-color: rgb(191,42,48); }
div.DivClassName
{
background-color: #BF2A30;
}
.BgClassName
{
background-color: #BF2A30;
}
</style>
border-color css
<style>
span { border-color: #BF2A30; }
span { border-color: rgb(191,42,48); }
td.TdClassName
{
border-color: #BF2A30;
}
.TagClassName
{
border-color: #BF2A30;
}
</style>