Shades of Medium Carmine #BA3532
Tints of Medium Carmine #BA3532
RGB
CMYK
RGB Variations
Color information
#BA3532 (or 0xBA3532) is known color: Medium Carmine. HEX triplet: BA, 35 and 32. RGB value is (186,53,50). Sum of RGB (Red+Green+Blue) = 186+53+50=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3532 is #45CACD. Grayscale: #5C5C5C. Windows color (decimal): -4573902 or 3290554. OLE color: 3290554.
HSL color Cylindrical-coordinate representation of color #BA3532: hue angle of 1.32º 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 #BA3532 is Cyan = 0, Magento = 0.72, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 50 | - |
| CMYK | 0 | 0.72 | 0.73 | 0.27 |
| HSL | 1.32º | 0.58% | 0.46% | - |
| HSV(B) | 1.32º | 0.73% | 0.73% | - |
| XYZ | 22.1 | 13.22 | 4.4 | - |
| YUV | 92.43 | 104.06 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 50 | 0 | 0.72 | 0.73 | 0.27 | 1.32 | 0.58 | 0.46 |
| Hex | BA | 35 | 32 | 0 | 48 | 49 | 1B | 1 | 3A | 2E |
| Octal | 272 | 65 | 62 | 0 | 110 | 111 | 33 | 1 | 72 | 56 |
| Binary | 10111010 | 110101 | 110010 | 0 | 1001000 | 1001001 | 11011 | 1 | 111010 | 101110 |
Color Harmonies of #BA3532
Complementary color
Monochromatic Colors of #BA3532
Black with #BA3532
Text Example
Text Example
White with #BA3532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3532; }
p { color: rgb(186,53,50); }
H1.HeaderClassName
{
color: #BA3532;
}
.AnyTagClassName
{
color: #BA3532;
}
</style>
background-color css
<style>
a { background-color: #BA3532; }
a { background-color: rgb(186,53,50); }
div.DivClassName
{
background-color: #BA3532;
}
.BgClassName
{
background-color: #BA3532;
}
</style>
border-color css
<style>
span { border-color: #BA3532; }
span { border-color: rgb(186,53,50); }
td.TdClassName
{
border-color: #BA3532;
}
.TagClassName
{
border-color: #BA3532;
}
</style>