Shades of Medium Carmine #BA3C39
Tints of Medium Carmine #BA3C39
RGB
CMYK
RGB Variations
Color information
#BA3C39 (or 0xBA3C39) is known color: Medium Carmine. HEX triplet: BA, 3C and 39. RGB value is (186,60,57). Sum of RGB (Red+Green+Blue) = 186+60+57=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C39 is #45C3C6. Grayscale: #616161. Windows color (decimal): -4572103 or 3751098. OLE color: 3751098.
HSL color Cylindrical-coordinate representation of color #BA3C39: hue angle of 1.4º degrees, saturation: 0.53, 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 #BA3C39 is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 57 | - |
| CMYK | 0 | 0.68 | 0.69 | 0.27 |
| HSL | 1.4º | 0.53% | 0.48% | - |
| HSV(B) | 1.4º | 0.69% | 0.73% | - |
| XYZ | 22.6 | 13.97 | 5.38 | - |
| YUV | 97.33 | 105.24 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 57 | 0 | 0.68 | 0.69 | 0.27 | 1.4 | 0.53 | 0.48 |
| Hex | BA | 3C | 39 | 0 | 44 | 45 | 1B | 1 | 35 | 30 |
| Octal | 272 | 74 | 71 | 0 | 104 | 105 | 33 | 1 | 65 | 60 |
| Binary | 10111010 | 111100 | 111001 | 0 | 1000100 | 1000101 | 11011 | 1 | 110101 | 110000 |
Color Harmonies of #BA3C39
Complementary color
Monochromatic Colors of #BA3C39
Black with #BA3C39
Text Example
Text Example
White with #BA3C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C39; }
p { color: rgb(186,60,57); }
H1.HeaderClassName
{
color: #BA3C39;
}
.AnyTagClassName
{
color: #BA3C39;
}
</style>
background-color css
<style>
a { background-color: #BA3C39; }
a { background-color: rgb(186,60,57); }
div.DivClassName
{
background-color: #BA3C39;
}
.BgClassName
{
background-color: #BA3C39;
}
</style>
border-color css
<style>
span { border-color: #BA3C39; }
span { border-color: rgb(186,60,57); }
td.TdClassName
{
border-color: #BA3C39;
}
.TagClassName
{
border-color: #BA3C39;
}
</style>