Shades of Medium Carmine #BA332A
Tints of Medium Carmine #BA332A
RGB
CMYK
RGB Variations
Color information
#BA332A (or 0xBA332A) is known color: Medium Carmine. HEX triplet: BA, 33 and 2A. RGB value is (186,51,42). Sum of RGB (Red+Green+Blue) = 186+51+42=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA332A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA332A is #45CCD5. Grayscale: #5A5A5A. Windows color (decimal): -4574422 or 2765754. OLE color: 2765754.
HSL color Cylindrical-coordinate representation of color #BA332A: hue angle of 3.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA332A is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 42 | - |
| CMYK | 0 | 0.73 | 0.77 | 0.27 |
| HSL | 3.75º | 0.63% | 0.45% | - |
| HSV(B) | 3.75º | 0.77% | 0.73% | - |
| XYZ | 21.85 | 12.97 | 3.54 | - |
| YUV | 90.34 | 100.73 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 42 | 0 | 0.73 | 0.77 | 0.27 | 3.75 | 0.63 | 0.45 |
| Hex | BA | 33 | 2A | 0 | 49 | 4D | 1B | 4 | 3F | 2D |
| Octal | 272 | 63 | 52 | 0 | 111 | 115 | 33 | 4 | 77 | 55 |
| Binary | 10111010 | 110011 | 101010 | 0 | 1001001 | 1001101 | 11011 | 100 | 111111 | 101101 |
Color Harmonies of #BA332A
Complementary color
Monochromatic Colors of #BA332A
Black with #BA332A
Text Example
Text Example
White with #BA332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA332A; }
p { color: rgb(186,51,42); }
H1.HeaderClassName
{
color: #BA332A;
}
.AnyTagClassName
{
color: #BA332A;
}
</style>
background-color css
<style>
a { background-color: #BA332A; }
a { background-color: rgb(186,51,42); }
div.DivClassName
{
background-color: #BA332A;
}
.BgClassName
{
background-color: #BA332A;
}
</style>
border-color css
<style>
span { border-color: #BA332A; }
span { border-color: rgb(186,51,42); }
td.TdClassName
{
border-color: #BA332A;
}
.TagClassName
{
border-color: #BA332A;
}
</style>