Shades of Mahogany #BF262B
Tints of Mahogany #BF262B
RGB
CMYK
RGB Variations
Color information
#BF262B (or 0xBF262B) is known color: Mahogany. HEX triplet: BF, 26 and 2B. RGB value is (191,38,43). Sum of RGB (Red+Green+Blue) = 191+38+43=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF262B is #40D9D4. Grayscale: #545454. Windows color (decimal): -4250069 or 2827967. OLE color: 2827967.
HSL color Cylindrical-coordinate representation of color #BF262B: hue angle of 358.04º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF262B is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 43 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.25 |
| HSL | 358.04º | 0.67% | 0.45% | - |
| HSV(B) | 358.04º | 0.8% | 0.75% | - |
| XYZ | 22.62 | 12.64 | 3.53 | - |
| YUV | 84.32 | 104.69 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 43 | 0 | 0.80 | 0.77 | 0.25 | 358.04 | 0.67 | 0.45 |
| Hex | BF | 26 | 2B | 0 | 50 | 4D | 19 | 166 | 43 | 2D |
| Octal | 277 | 46 | 53 | 0 | 120 | 115 | 31 | 546 | 103 | 55 |
| Binary | 10111111 | 100110 | 101011 | 0 | 1010000 | 1001101 | 11001 | 101100110 | 1000011 | 101101 |
Color Harmonies of #BF262B
Complementary color
Monochromatic Colors of #BF262B
Black with #BF262B
Text Example
Text Example
White with #BF262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF262B; }
p { color: rgb(191,38,43); }
H1.HeaderClassName
{
color: #BF262B;
}
.AnyTagClassName
{
color: #BF262B;
}
</style>
background-color css
<style>
a { background-color: #BF262B; }
a { background-color: rgb(191,38,43); }
div.DivClassName
{
background-color: #BF262B;
}
.BgClassName
{
background-color: #BF262B;
}
</style>
border-color css
<style>
span { border-color: #BF262B; }
span { border-color: rgb(191,38,43); }
td.TdClassName
{
border-color: #BF262B;
}
.TagClassName
{
border-color: #BF262B;
}
</style>