Shades of Medium Carmine #BA3C3B
Tints of Medium Carmine #BA3C3B
RGB
CMYK
RGB Variations
Color information
#BA3C3B (or 0xBA3C3B) is known color: Medium Carmine. HEX triplet: BA, 3C and 3B. RGB value is (186,60,59). Sum of RGB (Red+Green+Blue) = 186+60+59=305 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.98% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C3B is #45C3C4. Grayscale: #616161. Windows color (decimal): -4572101 or 3882170. OLE color: 3882170.
HSL color Cylindrical-coordinate representation of color #BA3C3B: hue angle of 0.47º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3C3B is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 59 | - |
| CMYK | 0 | 0.68 | 0.68 | 0.27 |
| HSL | 0.47º | 0.52% | 0.48% | - |
| HSV(B) | 0.47º | 0.68% | 0.73% | - |
| XYZ | 22.65 | 13.99 | 5.64 | - |
| YUV | 97.56 | 106.24 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 59 | 0 | 0.68 | 0.68 | 0.27 | 0.47 | 0.52 | 0.48 |
| Hex | BA | 3C | 3B | 0 | 44 | 44 | 1B | 0 | 34 | 30 |
| Octal | 272 | 74 | 73 | 0 | 104 | 104 | 33 | 0 | 64 | 60 |
| Binary | 10111010 | 111100 | 111011 | 0 | 1000100 | 1000100 | 11011 | 0 | 110100 | 110000 |
Color Harmonies of #BA3C3B
Complementary color
Monochromatic Colors of #BA3C3B
Black with #BA3C3B
Text Example
Text Example
White with #BA3C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C3B; }
p { color: rgb(186,60,59); }
H1.HeaderClassName
{
color: #BA3C3B;
}
.AnyTagClassName
{
color: #BA3C3B;
}
</style>
background-color css
<style>
a { background-color: #BA3C3B; }
a { background-color: rgb(186,60,59); }
div.DivClassName
{
background-color: #BA3C3B;
}
.BgClassName
{
background-color: #BA3C3B;
}
</style>
border-color css
<style>
span { border-color: #BA3C3B; }
span { border-color: rgb(186,60,59); }
td.TdClassName
{
border-color: #BA3C3B;
}
.TagClassName
{
border-color: #BA3C3B;
}
</style>