Shades of Mahogany #B92A2D
Tints of Mahogany #B92A2D
RGB
CMYK
RGB Variations
Color information
#B92A2D (or 0xB92A2D) is known color: Mahogany. HEX triplet: B9, 2A and 2D. RGB value is (185,42,45). Sum of RGB (Red+Green+Blue) = 185+42+45=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 42 (16.80% from 255 or 15.44% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B92A2D is #46D5D2. Grayscale: #555555. Windows color (decimal): -4642259 or 2960057. OLE color: 2960057.
HSL color Cylindrical-coordinate representation of color #B92A2D: hue angle of 358.74º 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 #B92A2D is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 42 | 45 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.27 |
| HSL | 358.74º | 0.63% | 0.45% | - |
| HSV(B) | 358.74º | 0.77% | 0.73% | - |
| XYZ | 21.31 | 12.16 | 3.71 | - |
| YUV | 85.1 | 105.38 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 42 | 45 | 0 | 0.77 | 0.76 | 0.27 | 358.74 | 0.63 | 0.45 |
| Hex | B9 | 2A | 2D | 0 | 4D | 4C | 1B | 167 | 3F | 2D |
| Octal | 271 | 52 | 55 | 0 | 115 | 114 | 33 | 547 | 77 | 55 |
| Binary | 10111001 | 101010 | 101101 | 0 | 1001101 | 1001100 | 11011 | 101100111 | 111111 | 101101 |
Color Harmonies of #B92A2D
Complementary color
Monochromatic Colors of #B92A2D
Black with #B92A2D
Text Example
Text Example
White with #B92A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92A2D; }
p { color: rgb(185,42,45); }
H1.HeaderClassName
{
color: #B92A2D;
}
.AnyTagClassName
{
color: #B92A2D;
}
</style>
background-color css
<style>
a { background-color: #B92A2D; }
a { background-color: rgb(185,42,45); }
div.DivClassName
{
background-color: #B92A2D;
}
.BgClassName
{
background-color: #B92A2D;
}
</style>
border-color css
<style>
span { border-color: #B92A2D; }
span { border-color: rgb(185,42,45); }
td.TdClassName
{
border-color: #B92A2D;
}
.TagClassName
{
border-color: #B92A2D;
}
</style>