Shades of Medium Carmine #BA3C34
Tints of Medium Carmine #BA3C34
RGB
CMYK
RGB Variations
Color information
#BA3C34 (or 0xBA3C34) is known color: Medium Carmine. HEX triplet: BA, 3C and 34. RGB value is (186,60,52). Sum of RGB (Red+Green+Blue) = 186+60+52=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C34 is #45C3CB. Grayscale: #606060. Windows color (decimal): -4572108 or 3423418. OLE color: 3423418.
HSL color Cylindrical-coordinate representation of color #BA3C34: hue angle of 3.58º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3C34 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 52 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.27 |
| HSL | 3.58º | 0.56% | 0.47% | - |
| HSV(B) | 3.58º | 0.72% | 0.73% | - |
| XYZ | 22.49 | 13.92 | 4.75 | - |
| YUV | 96.76 | 102.74 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 52 | 0 | 0.68 | 0.72 | 0.27 | 3.58 | 0.56 | 0.47 |
| Hex | BA | 3C | 34 | 0 | 44 | 48 | 1B | 4 | 38 | 2F |
| Octal | 272 | 74 | 64 | 0 | 104 | 110 | 33 | 4 | 70 | 57 |
| Binary | 10111010 | 111100 | 110100 | 0 | 1000100 | 1001000 | 11011 | 100 | 111000 | 101111 |
Color Harmonies of #BA3C34
Complementary color
Monochromatic Colors of #BA3C34
Black with #BA3C34
Text Example
Text Example
White with #BA3C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C34; }
p { color: rgb(186,60,52); }
H1.HeaderClassName
{
color: #BA3C34;
}
.AnyTagClassName
{
color: #BA3C34;
}
</style>
background-color css
<style>
a { background-color: #BA3C34; }
a { background-color: rgb(186,60,52); }
div.DivClassName
{
background-color: #BA3C34;
}
.BgClassName
{
background-color: #BA3C34;
}
</style>
border-color css
<style>
span { border-color: #BA3C34; }
span { border-color: rgb(186,60,52); }
td.TdClassName
{
border-color: #BA3C34;
}
.TagClassName
{
border-color: #BA3C34;
}
</style>