Shades of Mahogany #B02F32
Tints of Mahogany #B02F32
RGB
CMYK
RGB Variations
Color information
#B02F32 (or 0xB02F32) is known color: Mahogany. HEX triplet: B0, 2F and 32. RGB value is (176,47,50). Sum of RGB (Red+Green+Blue) = 176+47+50=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B02F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02F32 is #4FD0CD. Grayscale: #565656. Windows color (decimal): -5230798 or 3289008. OLE color: 3289008.
HSL color Cylindrical-coordinate representation of color #B02F32: hue angle of 358.6º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B02F32 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 47 | 50 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.31 |
| HSL | 358.6º | 0.58% | 0.44% | - |
| HSV(B) | 358.6º | 0.73% | 0.69% | - |
| XYZ | 19.5 | 11.49 | 4.21 | - |
| YUV | 85.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 47 | 50 | 0 | 0.73 | 0.72 | 0.31 | 358.6 | 0.58 | 0.44 |
| Hex | B0 | 2F | 32 | 0 | 49 | 48 | 1F | 167 | 3A | 2C |
| Octal | 260 | 57 | 62 | 0 | 111 | 110 | 37 | 547 | 72 | 54 |
| Binary | 10110000 | 101111 | 110010 | 0 | 1001001 | 1001000 | 11111 | 101100111 | 111010 | 101100 |
Color Harmonies of #B02F32
Complementary color
Monochromatic Colors of #B02F32
Black with #B02F32
Text Example
Text Example
White with #B02F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02F32; }
p { color: rgb(176,47,50); }
H1.HeaderClassName
{
color: #B02F32;
}
.AnyTagClassName
{
color: #B02F32;
}
</style>
background-color css
<style>
a { background-color: #B02F32; }
a { background-color: rgb(176,47,50); }
div.DivClassName
{
background-color: #B02F32;
}
.BgClassName
{
background-color: #B02F32;
}
</style>
border-color css
<style>
span { border-color: #B02F32; }
span { border-color: rgb(176,47,50); }
td.TdClassName
{
border-color: #B02F32;
}
.TagClassName
{
border-color: #B02F32;
}
</style>