Shades of Medium Carmine #BA3525
Tints of Medium Carmine #BA3525
RGB
CMYK
RGB Variations
Color information
#BA3525 (or 0xBA3525) is known color: Medium Carmine. HEX triplet: BA, 35 and 25. RGB value is (186,53,37). Sum of RGB (Red+Green+Blue) = 186+53+37=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3525 is #45CADA. Grayscale: #5B5B5B. Windows color (decimal): -4573915 or 2438586. OLE color: 2438586.
HSL color Cylindrical-coordinate representation of color #BA3525: hue angle of 6.44º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA3525 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 37 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.27 |
| HSL | 6.44º | 0.67% | 0.44% | - |
| HSV(B) | 6.44º | 0.8% | 0.73% | - |
| XYZ | 21.86 | 13.12 | 3.13 | - |
| YUV | 90.94 | 97.56 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 37 | 0 | 0.72 | 0.80 | 0.27 | 6.44 | 0.67 | 0.44 |
| Hex | BA | 35 | 25 | 0 | 48 | 50 | 1B | 6 | 43 | 2C |
| Octal | 272 | 65 | 45 | 0 | 110 | 120 | 33 | 6 | 103 | 54 |
| Binary | 10111010 | 110101 | 100101 | 0 | 1001000 | 1010000 | 11011 | 110 | 1000011 | 101100 |
Color Harmonies of #BA3525
Complementary color
Monochromatic Colors of #BA3525
Black with #BA3525
Text Example
Text Example
White with #BA3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3525; }
p { color: rgb(186,53,37); }
H1.HeaderClassName
{
color: #BA3525;
}
.AnyTagClassName
{
color: #BA3525;
}
</style>
background-color css
<style>
a { background-color: #BA3525; }
a { background-color: rgb(186,53,37); }
div.DivClassName
{
background-color: #BA3525;
}
.BgClassName
{
background-color: #BA3525;
}
</style>
border-color css
<style>
span { border-color: #BA3525; }
span { border-color: rgb(186,53,37); }
td.TdClassName
{
border-color: #BA3525;
}
.TagClassName
{
border-color: #BA3525;
}
</style>