Shades of Medium Carmine #BA3B32
Tints of Medium Carmine #BA3B32
RGB
CMYK
RGB Variations
Color information
#BA3B32 (or 0xBA3B32) is known color: Medium Carmine. HEX triplet: BA, 3B and 32. RGB value is (186,59,50). Sum of RGB (Red+Green+Blue) = 186+59+50=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 59 (23.44% from 255 or 20% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B32 is #45C4CD. Grayscale: #606060. Windows color (decimal): -4572366 or 3292090. OLE color: 3292090.
HSL color Cylindrical-coordinate representation of color #BA3B32: hue angle of 3.97º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3B32 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 50 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.27 |
| HSL | 3.97º | 0.58% | 0.46% | - |
| HSV(B) | 3.97º | 0.73% | 0.73% | - |
| XYZ | 22.39 | 13.8 | 4.5 | - |
| YUV | 95.95 | 102.08 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 50 | 0 | 0.68 | 0.73 | 0.27 | 3.97 | 0.58 | 0.46 |
| Hex | BA | 3B | 32 | 0 | 44 | 49 | 1B | 4 | 3A | 2E |
| Octal | 272 | 73 | 62 | 0 | 104 | 111 | 33 | 4 | 72 | 56 |
| Binary | 10111010 | 111011 | 110010 | 0 | 1000100 | 1001001 | 11011 | 100 | 111010 | 101110 |
Color Harmonies of #BA3B32
Complementary color
Monochromatic Colors of #BA3B32
Black with #BA3B32
Text Example
Text Example
White with #BA3B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B32; }
p { color: rgb(186,59,50); }
H1.HeaderClassName
{
color: #BA3B32;
}
.AnyTagClassName
{
color: #BA3B32;
}
</style>
background-color css
<style>
a { background-color: #BA3B32; }
a { background-color: rgb(186,59,50); }
div.DivClassName
{
background-color: #BA3B32;
}
.BgClassName
{
background-color: #BA3B32;
}
</style>
border-color css
<style>
span { border-color: #BA3B32; }
span { border-color: rgb(186,59,50); }
td.TdClassName
{
border-color: #BA3B32;
}
.TagClassName
{
border-color: #BA3B32;
}
</style>