Shades of Medium Carmine #BA3B29
Tints of Medium Carmine #BA3B29
RGB
CMYK
RGB Variations
Color information
#BA3B29 (or 0xBA3B29) is known color: Medium Carmine. HEX triplet: BA, 3B and 29. RGB value is (186,59,41). Sum of RGB (Red+Green+Blue) = 186+59+41=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B29 is #45C4D6. Grayscale: #5F5F5F. Windows color (decimal): -4572375 or 2702266. OLE color: 2702266.
HSL color Cylindrical-coordinate representation of color #BA3B29: hue angle of 7.45º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA3B29 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 41 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.27 |
| HSL | 7.45º | 0.64% | 0.45% | - |
| HSV(B) | 7.45º | 0.78% | 0.73% | - |
| XYZ | 22.21 | 13.73 | 3.58 | - |
| YUV | 94.92 | 97.58 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 41 | 0 | 0.68 | 0.78 | 0.27 | 7.45 | 0.64 | 0.45 |
| Hex | BA | 3B | 29 | 0 | 44 | 4E | 1B | 7 | 40 | 2D |
| Octal | 272 | 73 | 51 | 0 | 104 | 116 | 33 | 7 | 100 | 55 |
| Binary | 10111010 | 111011 | 101001 | 0 | 1000100 | 1001110 | 11011 | 111 | 1000000 | 101101 |
Color Harmonies of #BA3B29
Complementary color
Monochromatic Colors of #BA3B29
Black with #BA3B29
Text Example
Text Example
White with #BA3B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B29; }
p { color: rgb(186,59,41); }
H1.HeaderClassName
{
color: #BA3B29;
}
.AnyTagClassName
{
color: #BA3B29;
}
</style>
background-color css
<style>
a { background-color: #BA3B29; }
a { background-color: rgb(186,59,41); }
div.DivClassName
{
background-color: #BA3B29;
}
.BgClassName
{
background-color: #BA3B29;
}
</style>
border-color css
<style>
span { border-color: #BA3B29; }
span { border-color: rgb(186,59,41); }
td.TdClassName
{
border-color: #BA3B29;
}
.TagClassName
{
border-color: #BA3B29;
}
</style>