Shades of Medium Carmine #BA352E
Tints of Medium Carmine #BA352E
RGB
CMYK
RGB Variations
Color information
#BA352E (or 0xBA352E) is known color: Medium Carmine. HEX triplet: BA, 35 and 2E. RGB value is (186,53,46). Sum of RGB (Red+Green+Blue) = 186+53+46=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA352E is #45CAD1. Grayscale: #5C5C5C. Windows color (decimal): -4573906 or 3028410. OLE color: 3028410.
HSL color Cylindrical-coordinate representation of color #BA352E: hue angle of 3º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA352E is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 46 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.27 |
| HSL | 3º | 0.6% | 0.45% | - |
| HSV(B) | 3º | 0.75% | 0.73% | - |
| XYZ | 22.02 | 13.18 | 3.97 | - |
| YUV | 91.97 | 102.06 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 46 | 0 | 0.72 | 0.75 | 0.27 | 3 | 0.6 | 0.45 |
| Hex | BA | 35 | 2E | 0 | 48 | 4B | 1B | 3 | 3C | 2D |
| Octal | 272 | 65 | 56 | 0 | 110 | 113 | 33 | 3 | 74 | 55 |
| Binary | 10111010 | 110101 | 101110 | 0 | 1001000 | 1001011 | 11011 | 11 | 111100 | 101101 |
Color Harmonies of #BA352E
Complementary color
Monochromatic Colors of #BA352E
Black with #BA352E
Text Example
Text Example
White with #BA352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA352E; }
p { color: rgb(186,53,46); }
H1.HeaderClassName
{
color: #BA352E;
}
.AnyTagClassName
{
color: #BA352E;
}
</style>
background-color css
<style>
a { background-color: #BA352E; }
a { background-color: rgb(186,53,46); }
div.DivClassName
{
background-color: #BA352E;
}
.BgClassName
{
background-color: #BA352E;
}
</style>
border-color css
<style>
span { border-color: #BA352E; }
span { border-color: rgb(186,53,46); }
td.TdClassName
{
border-color: #BA352E;
}
.TagClassName
{
border-color: #BA352E;
}
</style>