Shades of Mahogany #BA282D
Tints of Mahogany #BA282D
RGB
CMYK
RGB Variations
Color information
#BA282D (or 0xBA282D) is known color: Mahogany. HEX triplet: BA, 28 and 2D. RGB value is (186,40,45). Sum of RGB (Red+Green+Blue) = 186+40+45=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA282D is #45D7D2. Grayscale: #545454. Windows color (decimal): -4577235 or 2959546. OLE color: 2959546.
HSL color Cylindrical-coordinate representation of color #BA282D: hue angle of 357.95º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA282D is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 45 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.27 |
| HSL | 357.95º | 0.65% | 0.44% | - |
| HSV(B) | 357.95º | 0.78% | 0.73% | - |
| XYZ | 21.48 | 12.15 | 3.69 | - |
| YUV | 84.22 | 105.87 | 200.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 45 | 0 | 0.78 | 0.76 | 0.27 | 357.95 | 0.65 | 0.44 |
| Hex | BA | 28 | 2D | 0 | 4E | 4C | 1B | 166 | 41 | 2C |
| Octal | 272 | 50 | 55 | 0 | 116 | 114 | 33 | 546 | 101 | 54 |
| Binary | 10111010 | 101000 | 101101 | 0 | 1001110 | 1001100 | 11011 | 101100110 | 1000001 | 101100 |
Color Harmonies of #BA282D
Complementary color
Monochromatic Colors of #BA282D
Black with #BA282D
Text Example
Text Example
White with #BA282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA282D; }
p { color: rgb(186,40,45); }
H1.HeaderClassName
{
color: #BA282D;
}
.AnyTagClassName
{
color: #BA282D;
}
</style>
background-color css
<style>
a { background-color: #BA282D; }
a { background-color: rgb(186,40,45); }
div.DivClassName
{
background-color: #BA282D;
}
.BgClassName
{
background-color: #BA282D;
}
</style>
border-color css
<style>
span { border-color: #BA282D; }
span { border-color: rgb(186,40,45); }
td.TdClassName
{
border-color: #BA282D;
}
.TagClassName
{
border-color: #BA282D;
}
</style>