Shades of Medium Carmine #BA3C2B
Tints of Medium Carmine #BA3C2B
RGB
CMYK
RGB Variations
Color information
#BA3C2B (or 0xBA3C2B) is known color: Medium Carmine. HEX triplet: BA, 3C and 2B. RGB value is (186,60,43). Sum of RGB (Red+Green+Blue) = 186+60+43=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C2B is #45C3D4. Grayscale: #5F5F5F. Windows color (decimal): -4572117 or 2833594. OLE color: 2833594.
HSL color Cylindrical-coordinate representation of color #BA3C2B: hue angle of 7.13º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA3C2B is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 43 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.27 |
| HSL | 7.13º | 0.62% | 0.45% | - |
| HSV(B) | 7.13º | 0.77% | 0.73% | - |
| XYZ | 22.3 | 13.85 | 3.78 | - |
| YUV | 95.74 | 98.24 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 43 | 0 | 0.68 | 0.77 | 0.27 | 7.13 | 0.62 | 0.45 |
| Hex | BA | 3C | 2B | 0 | 44 | 4D | 1B | 7 | 3E | 2D |
| Octal | 272 | 74 | 53 | 0 | 104 | 115 | 33 | 7 | 76 | 55 |
| Binary | 10111010 | 111100 | 101011 | 0 | 1000100 | 1001101 | 11011 | 111 | 111110 | 101101 |
Color Harmonies of #BA3C2B
Complementary color
Monochromatic Colors of #BA3C2B
Black with #BA3C2B
Text Example
Text Example
White with #BA3C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C2B; }
p { color: rgb(186,60,43); }
H1.HeaderClassName
{
color: #BA3C2B;
}
.AnyTagClassName
{
color: #BA3C2B;
}
</style>
background-color css
<style>
a { background-color: #BA3C2B; }
a { background-color: rgb(186,60,43); }
div.DivClassName
{
background-color: #BA3C2B;
}
.BgClassName
{
background-color: #BA3C2B;
}
</style>
border-color css
<style>
span { border-color: #BA3C2B; }
span { border-color: rgb(186,60,43); }
td.TdClassName
{
border-color: #BA3C2B;
}
.TagClassName
{
border-color: #BA3C2B;
}
</style>