Shades of Medium Carmine #BA3732
Tints of Medium Carmine #BA3732
RGB
CMYK
RGB Variations
Color information
#BA3732 (or 0xBA3732) is known color: Medium Carmine. HEX triplet: BA, 37 and 32. RGB value is (186,55,50). Sum of RGB (Red+Green+Blue) = 186+55+50=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3732 is #45C8CD. Grayscale: #5D5D5D. Windows color (decimal): -4573390 or 3291066. OLE color: 3291066.
HSL color Cylindrical-coordinate representation of color #BA3732: hue angle of 2.21º 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 #BA3732 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 55 | 50 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.27 |
| HSL | 2.21º | 0.58% | 0.46% | - |
| HSV(B) | 2.21º | 0.73% | 0.73% | - |
| XYZ | 22.19 | 13.4 | 4.43 | - |
| YUV | 93.6 | 103.4 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 55 | 50 | 0 | 0.70 | 0.73 | 0.27 | 2.21 | 0.58 | 0.46 |
| Hex | BA | 37 | 32 | 0 | 46 | 49 | 1B | 2 | 3A | 2E |
| Octal | 272 | 67 | 62 | 0 | 106 | 111 | 33 | 2 | 72 | 56 |
| Binary | 10111010 | 110111 | 110010 | 0 | 1000110 | 1001001 | 11011 | 10 | 111010 | 101110 |
Color Harmonies of #BA3732
Complementary color
Monochromatic Colors of #BA3732
Black with #BA3732
Text Example
Text Example
White with #BA3732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3732; }
p { color: rgb(186,55,50); }
H1.HeaderClassName
{
color: #BA3732;
}
.AnyTagClassName
{
color: #BA3732;
}
</style>
background-color css
<style>
a { background-color: #BA3732; }
a { background-color: rgb(186,55,50); }
div.DivClassName
{
background-color: #BA3732;
}
.BgClassName
{
background-color: #BA3732;
}
</style>
border-color css
<style>
span { border-color: #BA3732; }
span { border-color: rgb(186,55,50); }
td.TdClassName
{
border-color: #BA3732;
}
.TagClassName
{
border-color: #BA3732;
}
</style>