Shades of Mahogany #BA383C
Tints of Mahogany #BA383C
RGB
CMYK
RGB Variations
Color information
#BA383C (or 0xBA383C) is known color: Mahogany. HEX triplet: BA, 38 and 3C. RGB value is (186,56,60). Sum of RGB (Red+Green+Blue) = 186+56+60=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA383C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA383C is #45C7C3. Grayscale: #5F5F5F. Windows color (decimal): -4573124 or 3946682. OLE color: 3946682.
HSL color Cylindrical-coordinate representation of color #BA383C: hue angle of 358.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA383C is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 60 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.27 |
| HSL | 358.15º | 0.54% | 0.47% | - |
| HSV(B) | 358.15º | 0.7% | 0.73% | - |
| XYZ | 22.48 | 13.59 | 5.71 | - |
| YUV | 95.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 60 | 0 | 0.70 | 0.68 | 0.27 | 358.15 | 0.54 | 0.47 |
| Hex | BA | 38 | 3C | 0 | 46 | 44 | 1B | 166 | 36 | 2F |
| Octal | 272 | 70 | 74 | 0 | 106 | 104 | 33 | 546 | 66 | 57 |
| Binary | 10111010 | 111000 | 111100 | 0 | 1000110 | 1000100 | 11011 | 101100110 | 110110 | 101111 |
Color Harmonies of #BA383C
Complementary color
Monochromatic Colors of #BA383C
Black with #BA383C
Text Example
Text Example
White with #BA383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA383C; }
p { color: rgb(186,56,60); }
H1.HeaderClassName
{
color: #BA383C;
}
.AnyTagClassName
{
color: #BA383C;
}
</style>
background-color css
<style>
a { background-color: #BA383C; }
a { background-color: rgb(186,56,60); }
div.DivClassName
{
background-color: #BA383C;
}
.BgClassName
{
background-color: #BA383C;
}
</style>
border-color css
<style>
span { border-color: #BA383C; }
span { border-color: rgb(186,56,60); }
td.TdClassName
{
border-color: #BA383C;
}
.TagClassName
{
border-color: #BA383C;
}
</style>