Shades of Medium Carmine #BA332D
Tints of Medium Carmine #BA332D
RGB
CMYK
RGB Variations
Color information
#BA332D (or 0xBA332D) is known color: Medium Carmine. HEX triplet: BA, 33 and 2D. RGB value is (186,51,45). Sum of RGB (Red+Green+Blue) = 186+51+45=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA332D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA332D is #45CCD2. Grayscale: #5A5A5A. Windows color (decimal): -4574419 or 2962362. OLE color: 2962362.
HSL color Cylindrical-coordinate representation of color #BA332D: hue angle of 2.55º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA332D is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 51 | 45 | - |
| CMYK | 0 | 0.73 | 0.76 | 0.27 |
| HSL | 2.55º | 0.61% | 0.45% | - |
| HSV(B) | 2.55º | 0.76% | 0.73% | - |
| XYZ | 21.91 | 13 | 3.84 | - |
| YUV | 90.68 | 102.23 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 51 | 45 | 0 | 0.73 | 0.76 | 0.27 | 2.55 | 0.61 | 0.45 |
| Hex | BA | 33 | 2D | 0 | 49 | 4C | 1B | 3 | 3D | 2D |
| Octal | 272 | 63 | 55 | 0 | 111 | 114 | 33 | 3 | 75 | 55 |
| Binary | 10111010 | 110011 | 101101 | 0 | 1001001 | 1001100 | 11011 | 11 | 111101 | 101101 |
Color Harmonies of #BA332D
Complementary color
Monochromatic Colors of #BA332D
Black with #BA332D
Text Example
Text Example
White with #BA332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA332D; }
p { color: rgb(186,51,45); }
H1.HeaderClassName
{
color: #BA332D;
}
.AnyTagClassName
{
color: #BA332D;
}
</style>
background-color css
<style>
a { background-color: #BA332D; }
a { background-color: rgb(186,51,45); }
div.DivClassName
{
background-color: #BA332D;
}
.BgClassName
{
background-color: #BA332D;
}
</style>
border-color css
<style>
span { border-color: #BA332D; }
span { border-color: rgb(186,51,45); }
td.TdClassName
{
border-color: #BA332D;
}
.TagClassName
{
border-color: #BA332D;
}
</style>