Shades of Medium Carmine #BA3C24
Tints of Medium Carmine #BA3C24
RGB
CMYK
RGB Variations
Color information
#BA3C24 (or 0xBA3C24) is known color: Medium Carmine. HEX triplet: BA, 3C and 24. RGB value is (186,60,36). Sum of RGB (Red+Green+Blue) = 186+60+36=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C24 is #45C3DB. Grayscale: #5F5F5F. Windows color (decimal): -4572124 or 2374842. OLE color: 2374842.
HSL color Cylindrical-coordinate representation of color #BA3C24: hue angle of 9.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA3C24 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 36 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.27 |
| HSL | 9.6º | 0.68% | 0.44% | - |
| HSV(B) | 9.6º | 0.81% | 0.73% | - |
| XYZ | 22.18 | 13.8 | 3.16 | - |
| YUV | 94.94 | 94.74 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 36 | 0 | 0.68 | 0.81 | 0.27 | 9.6 | 0.68 | 0.44 |
| Hex | BA | 3C | 24 | 0 | 44 | 51 | 1B | A | 44 | 2C |
| Octal | 272 | 74 | 44 | 0 | 104 | 121 | 33 | 12 | 104 | 54 |
| Binary | 10111010 | 111100 | 100100 | 0 | 1000100 | 1010001 | 11011 | 1010 | 1000100 | 101100 |
Color Harmonies of #BA3C24
Complementary color
Monochromatic Colors of #BA3C24
Black with #BA3C24
Text Example
Text Example
White with #BA3C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C24; }
p { color: rgb(186,60,36); }
H1.HeaderClassName
{
color: #BA3C24;
}
.AnyTagClassName
{
color: #BA3C24;
}
</style>
background-color css
<style>
a { background-color: #BA3C24; }
a { background-color: rgb(186,60,36); }
div.DivClassName
{
background-color: #BA3C24;
}
.BgClassName
{
background-color: #BA3C24;
}
</style>
border-color css
<style>
span { border-color: #BA3C24; }
span { border-color: rgb(186,60,36); }
td.TdClassName
{
border-color: #BA3C24;
}
.TagClassName
{
border-color: #BA3C24;
}
</style>