Shades of Mahogany #BA2629
Tints of Mahogany #BA2629
RGB
CMYK
RGB Variations
Color information
#BA2629 (or 0xBA2629) is known color: Mahogany. HEX triplet: BA, 26 and 29. RGB value is (186,38,41). Sum of RGB (Red+Green+Blue) = 186+38+41=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 41 (16.41% from 255 or 15.47% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2629 is #45D9D6. Grayscale: #525252. Windows color (decimal): -4577751 or 2696890. OLE color: 2696890.
HSL color Cylindrical-coordinate representation of color #BA2629: hue angle of 358.78º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2629 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 41 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.27 |
| HSL | 358.78º | 0.66% | 0.44% | - |
| HSV(B) | 358.78º | 0.8% | 0.73% | - |
| XYZ | 21.34 | 11.99 | 3.29 | - |
| YUV | 82.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 41 | 0 | 0.80 | 0.78 | 0.27 | 358.78 | 0.66 | 0.44 |
| Hex | BA | 26 | 29 | 0 | 50 | 4E | 1B | 167 | 42 | 2C |
| Octal | 272 | 46 | 51 | 0 | 120 | 116 | 33 | 547 | 102 | 54 |
| Binary | 10111010 | 100110 | 101001 | 0 | 1010000 | 1001110 | 11011 | 101100111 | 1000010 | 101100 |
Color Harmonies of #BA2629
Complementary color
Monochromatic Colors of #BA2629
Black with #BA2629
Text Example
Text Example
White with #BA2629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2629; }
p { color: rgb(186,38,41); }
H1.HeaderClassName
{
color: #BA2629;
}
.AnyTagClassName
{
color: #BA2629;
}
</style>
background-color css
<style>
a { background-color: #BA2629; }
a { background-color: rgb(186,38,41); }
div.DivClassName
{
background-color: #BA2629;
}
.BgClassName
{
background-color: #BA2629;
}
</style>
border-color css
<style>
span { border-color: #BA2629; }
span { border-color: rgb(186,38,41); }
td.TdClassName
{
border-color: #BA2629;
}
.TagClassName
{
border-color: #BA2629;
}
</style>