Shades of Medium Carmine #BA3529
Tints of Medium Carmine #BA3529
RGB
CMYK
RGB Variations
Color information
#BA3529 (or 0xBA3529) is known color: Medium Carmine. HEX triplet: BA, 35 and 29. RGB value is (186,53,41). Sum of RGB (Red+Green+Blue) = 186+53+41=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3529 is #45CAD6. Grayscale: #5B5B5B. Windows color (decimal): -4573911 or 2700730. OLE color: 2700730.
HSL color Cylindrical-coordinate representation of color #BA3529: hue angle of 4.97º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA3529 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 41 | - |
| CMYK | 0 | 0.72 | 0.78 | 0.27 |
| HSL | 4.97º | 0.64% | 0.45% | - |
| HSV(B) | 4.97º | 0.78% | 0.73% | - |
| XYZ | 21.92 | 13.15 | 3.48 | - |
| YUV | 91.4 | 99.56 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 41 | 0 | 0.72 | 0.78 | 0.27 | 4.97 | 0.64 | 0.45 |
| Hex | BA | 35 | 29 | 0 | 48 | 4E | 1B | 5 | 40 | 2D |
| Octal | 272 | 65 | 51 | 0 | 110 | 116 | 33 | 5 | 100 | 55 |
| Binary | 10111010 | 110101 | 101001 | 0 | 1001000 | 1001110 | 11011 | 101 | 1000000 | 101101 |
Color Harmonies of #BA3529
Complementary color
Monochromatic Colors of #BA3529
Black with #BA3529
Text Example
Text Example
White with #BA3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3529; }
p { color: rgb(186,53,41); }
H1.HeaderClassName
{
color: #BA3529;
}
.AnyTagClassName
{
color: #BA3529;
}
</style>
background-color css
<style>
a { background-color: #BA3529; }
a { background-color: rgb(186,53,41); }
div.DivClassName
{
background-color: #BA3529;
}
.BgClassName
{
background-color: #BA3529;
}
</style>
border-color css
<style>
span { border-color: #BA3529; }
span { border-color: rgb(186,53,41); }
td.TdClassName
{
border-color: #BA3529;
}
.TagClassName
{
border-color: #BA3529;
}
</style>