Shades of Medium Carmine #BA3737
Tints of Medium Carmine #BA3737
RGB
CMYK
RGB Variations
Color information
#BA3737 (or 0xBA3737) is known color: Medium Carmine. HEX triplet: BA, 37 and 37. RGB value is (186,55,55). Sum of RGB (Red+Green+Blue) = 186+55+55=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3737 is #45C8C8. Grayscale: #5E5E5E. Windows color (decimal): -4573385 or 3618746. OLE color: 3618746.
HSL color Cylindrical-coordinate representation of color #BA3737: hue angle of 0º 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 #BA3737 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 55 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.27 |
| HSL | 0º | 0.54% | 0.47% | - |
| HSV(B) | 0º | 0.7% | 0.73% | - |
| XYZ | 22.31 | 13.45 | 5.03 | - |
| YUV | 94.17 | 105.9 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 55 | 0 | 0.70 | 0.70 | 0.27 | 0 | 0.54 | 0.47 |
| Hex | BA | 37 | 37 | 0 | 46 | 46 | 1B | 0 | 36 | 2F |
| Octal | 272 | 67 | 67 | 0 | 106 | 106 | 33 | 0 | 66 | 57 |
| Binary | 10111010 | 110111 | 110111 | 0 | 1000110 | 1000110 | 11011 | 0 | 110110 | 101111 |
Color Harmonies of #BA3737
Complementary color
Monochromatic Colors of #BA3737
Black with #BA3737
Text Example
Text Example
White with #BA3737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3737; }
p { color: rgb(186,55,55); }
H1.HeaderClassName
{
color: #BA3737;
}
.AnyTagClassName
{
color: #BA3737;
}
</style>
background-color css
<style>
a { background-color: #BA3737; }
a { background-color: rgb(186,55,55); }
div.DivClassName
{
background-color: #BA3737;
}
.BgClassName
{
background-color: #BA3737;
}
</style>
border-color css
<style>
span { border-color: #BA3737; }
span { border-color: rgb(186,55,55); }
td.TdClassName
{
border-color: #BA3737;
}
.TagClassName
{
border-color: #BA3737;
}
</style>