Shades of Mahogany #B82C30
Tints of Mahogany #B82C30
RGB
CMYK
RGB Variations
Color information
#B82C30 (or 0xB82C30) is known color: Mahogany. HEX triplet: B8, 2C and 30. RGB value is (184,44,48). Sum of RGB (Red+Green+Blue) = 184+44+48=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B82C30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82C30 is #47D3CF. Grayscale: #565656. Windows color (decimal): -4707280 or 3157176. OLE color: 3157176.
HSL color Cylindrical-coordinate representation of color #B82C30: hue angle of 358.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82C30 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 44 | 48 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.28 |
| HSL | 358.29º | 0.61% | 0.45% | - |
| HSV(B) | 358.29º | 0.76% | 0.72% | - |
| XYZ | 21.2 | 12.21 | 4.03 | - |
| YUV | 86.32 | 106.38 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 48 | 0 | 0.76 | 0.74 | 0.28 | 358.29 | 0.61 | 0.45 |
| Hex | B8 | 2C | 30 | 0 | 4C | 4A | 1C | 166 | 3D | 2D |
| Octal | 270 | 54 | 60 | 0 | 114 | 112 | 34 | 546 | 75 | 55 |
| Binary | 10111000 | 101100 | 110000 | 0 | 1001100 | 1001010 | 11100 | 101100110 | 111101 | 101101 |
Color Harmonies of #B82C30
Complementary color
Monochromatic Colors of #B82C30
Black with #B82C30
Text Example
Text Example
White with #B82C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82C30; }
p { color: rgb(184,44,48); }
H1.HeaderClassName
{
color: #B82C30;
}
.AnyTagClassName
{
color: #B82C30;
}
</style>
background-color css
<style>
a { background-color: #B82C30; }
a { background-color: rgb(184,44,48); }
div.DivClassName
{
background-color: #B82C30;
}
.BgClassName
{
background-color: #B82C30;
}
</style>
border-color css
<style>
span { border-color: #B82C30; }
span { border-color: rgb(184,44,48); }
td.TdClassName
{
border-color: #B82C30;
}
.TagClassName
{
border-color: #B82C30;
}
</style>