Shades of Medium Carmine #BA3A32
Tints of Medium Carmine #BA3A32
RGB
CMYK
RGB Variations
Color information
#BA3A32 (or 0xBA3A32) is known color: Medium Carmine. HEX triplet: BA, 3A and 32. RGB value is (186,58,50). Sum of RGB (Red+Green+Blue) = 186+58+50=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A32 is #45C5CD. Grayscale: #5F5F5F. Windows color (decimal): -4572622 or 3291834. OLE color: 3291834.
HSL color Cylindrical-coordinate representation of color #BA3A32: hue angle of 3.53º 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 #BA3A32 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 50 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.27 |
| HSL | 3.53º | 0.58% | 0.46% | - |
| HSV(B) | 3.53º | 0.73% | 0.73% | - |
| XYZ | 22.34 | 13.7 | 4.48 | - |
| YUV | 95.36 | 102.41 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 50 | 0 | 0.69 | 0.73 | 0.27 | 3.53 | 0.58 | 0.46 |
| Hex | BA | 3A | 32 | 0 | 45 | 49 | 1B | 4 | 3A | 2E |
| Octal | 272 | 72 | 62 | 0 | 105 | 111 | 33 | 4 | 72 | 56 |
| Binary | 10111010 | 111010 | 110010 | 0 | 1000101 | 1001001 | 11011 | 100 | 111010 | 101110 |
Color Harmonies of #BA3A32
Complementary color
Monochromatic Colors of #BA3A32
Black with #BA3A32
Text Example
Text Example
White with #BA3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A32; }
p { color: rgb(186,58,50); }
H1.HeaderClassName
{
color: #BA3A32;
}
.AnyTagClassName
{
color: #BA3A32;
}
</style>
background-color css
<style>
a { background-color: #BA3A32; }
a { background-color: rgb(186,58,50); }
div.DivClassName
{
background-color: #BA3A32;
}
.BgClassName
{
background-color: #BA3A32;
}
</style>
border-color css
<style>
span { border-color: #BA3A32; }
span { border-color: rgb(186,58,50); }
td.TdClassName
{
border-color: #BA3A32;
}
.TagClassName
{
border-color: #BA3A32;
}
</style>