Shades of Medium Carmine #BA3C37
Tints of Medium Carmine #BA3C37
RGB
CMYK
RGB Variations
Color information
#BA3C37 (or 0xBA3C37) is known color: Medium Carmine. HEX triplet: BA, 3C and 37. RGB value is (186,60,55). Sum of RGB (Red+Green+Blue) = 186+60+55=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C37 is #45C3C8. Grayscale: #616161. Windows color (decimal): -4572105 or 3620026. OLE color: 3620026.
HSL color Cylindrical-coordinate representation of color #BA3C37: hue angle of 2.29º 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 #BA3C37 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 55 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.27 |
| HSL | 2.29º | 0.54% | 0.47% | - |
| HSV(B) | 2.29º | 0.7% | 0.73% | - |
| XYZ | 22.56 | 13.95 | 5.12 | - |
| YUV | 97.1 | 104.24 | 191.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 55 | 0 | 0.68 | 0.70 | 0.27 | 2.29 | 0.54 | 0.47 |
| Hex | BA | 3C | 37 | 0 | 44 | 46 | 1B | 2 | 36 | 2F |
| Octal | 272 | 74 | 67 | 0 | 104 | 106 | 33 | 2 | 66 | 57 |
| Binary | 10111010 | 111100 | 110111 | 0 | 1000100 | 1000110 | 11011 | 10 | 110110 | 101111 |
Color Harmonies of #BA3C37
Complementary color
Monochromatic Colors of #BA3C37
Black with #BA3C37
Text Example
Text Example
White with #BA3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C37; }
p { color: rgb(186,60,55); }
H1.HeaderClassName
{
color: #BA3C37;
}
.AnyTagClassName
{
color: #BA3C37;
}
</style>
background-color css
<style>
a { background-color: #BA3C37; }
a { background-color: rgb(186,60,55); }
div.DivClassName
{
background-color: #BA3C37;
}
.BgClassName
{
background-color: #BA3C37;
}
</style>
border-color css
<style>
span { border-color: #BA3C37; }
span { border-color: rgb(186,60,55); }
td.TdClassName
{
border-color: #BA3C37;
}
.TagClassName
{
border-color: #BA3C37;
}
</style>