Shades of Mahogany #BA3A3D
Tints of Mahogany #BA3A3D
RGB
CMYK
RGB Variations
Color information
#BA3A3D (or 0xBA3A3D) is known color: Mahogany. HEX triplet: BA, 3A and 3D. RGB value is (186,58,61). Sum of RGB (Red+Green+Blue) = 186+58+61=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A3D is #45C5C2. Grayscale: #606060. Windows color (decimal): -4572611 or 4012730. OLE color: 4012730.
HSL color Cylindrical-coordinate representation of color #BA3A3D: hue angle of 358.59º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA3A3D is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 61 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.27 |
| HSL | 358.59º | 0.52% | 0.48% | - |
| HSV(B) | 358.59º | 0.69% | 0.73% | - |
| XYZ | 22.61 | 13.8 | 5.89 | - |
| YUV | 96.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 61 | 0 | 0.69 | 0.67 | 0.27 | 358.59 | 0.52 | 0.48 |
| Hex | BA | 3A | 3D | 0 | 45 | 43 | 1B | 167 | 34 | 30 |
| Octal | 272 | 72 | 75 | 0 | 105 | 103 | 33 | 547 | 64 | 60 |
| Binary | 10111010 | 111010 | 111101 | 0 | 1000101 | 1000011 | 11011 | 101100111 | 110100 | 110000 |
Color Harmonies of #BA3A3D
Complementary color
Monochromatic Colors of #BA3A3D
Black with #BA3A3D
Text Example
Text Example
White with #BA3A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A3D; }
p { color: rgb(186,58,61); }
H1.HeaderClassName
{
color: #BA3A3D;
}
.AnyTagClassName
{
color: #BA3A3D;
}
</style>
background-color css
<style>
a { background-color: #BA3A3D; }
a { background-color: rgb(186,58,61); }
div.DivClassName
{
background-color: #BA3A3D;
}
.BgClassName
{
background-color: #BA3A3D;
}
</style>
border-color css
<style>
span { border-color: #BA3A3D; }
span { border-color: rgb(186,58,61); }
td.TdClassName
{
border-color: #BA3A3D;
}
.TagClassName
{
border-color: #BA3A3D;
}
</style>