Shades of Mahogany #B92A30
Tints of Mahogany #B92A30
RGB
CMYK
RGB Variations
Color information
#B92A30 (or 0xB92A30) is known color: Mahogany. HEX triplet: B9, 2A and 30. RGB value is (185,42,48). Sum of RGB (Red+Green+Blue) = 185+42+48=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 42 (16.80% from 255 or 15.27% from 275); Blue value is 48 (19.14% from 255 or 17.45% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A30 is #46D5CF. Grayscale: #555555. Windows color (decimal): -4642256 or 3156665. OLE color: 3156665.
HSL color Cylindrical-coordinate representation of color #B92A30: hue angle of 357.48º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92A30 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 48 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.27 |
| HSL | 357.48º | 0.63% | 0.45% | - |
| HSV(B) | 357.48º | 0.77% | 0.73% | - |
| XYZ | 21.37 | 12.18 | 4.02 | - |
| YUV | 85.44 | 106.88 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 48 | 0 | 0.77 | 0.74 | 0.27 | 357.48 | 0.63 | 0.45 |
| Hex | B9 | 2A | 30 | 0 | 4D | 4A | 1B | 165 | 3F | 2D |
| Octal | 271 | 52 | 60 | 0 | 115 | 112 | 33 | 545 | 77 | 55 |
| Binary | 10111001 | 101010 | 110000 | 0 | 1001101 | 1001010 | 11011 | 101100101 | 111111 | 101101 |
Color Harmonies of #B92A30
Complementary color
Monochromatic Colors of #B92A30
Black with #B92A30
Text Example
Text Example
White with #B92A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92A30; }
p { color: rgb(185,42,48); }
H1.HeaderClassName
{
color: #B92A30;
}
.AnyTagClassName
{
color: #B92A30;
}
</style>
background-color css
<style>
a { background-color: #B92A30; }
a { background-color: rgb(185,42,48); }
div.DivClassName
{
background-color: #B92A30;
}
.BgClassName
{
background-color: #B92A30;
}
</style>
border-color css
<style>
span { border-color: #B92A30; }
span { border-color: rgb(185,42,48); }
td.TdClassName
{
border-color: #B92A30;
}
.TagClassName
{
border-color: #B92A30;
}
</style>