Shades of Medium Carmine #BA342C
Tints of Medium Carmine #BA342C
RGB
CMYK
RGB Variations
Color information
#BA342C (or 0xBA342C) is known color: Medium Carmine. HEX triplet: BA, 34 and 2C. RGB value is (186,52,44). Sum of RGB (Red+Green+Blue) = 186+52+44=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA342C is #45CBD3. Grayscale: #5B5B5B. Windows color (decimal): -4574164 or 2897082. OLE color: 2897082.
HSL color Cylindrical-coordinate representation of color #BA342C: hue angle of 3.38º degrees, saturation: 0.62, 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 #BA342C is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 44 | - |
| CMYK | 0 | 0.72 | 0.76 | 0.27 |
| HSL | 3.38º | 0.62% | 0.45% | - |
| HSV(B) | 3.38º | 0.76% | 0.73% | - |
| XYZ | 21.93 | 13.08 | 3.75 | - |
| YUV | 91.15 | 101.39 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 44 | 0 | 0.72 | 0.76 | 0.27 | 3.38 | 0.62 | 0.45 |
| Hex | BA | 34 | 2C | 0 | 48 | 4C | 1B | 3 | 3E | 2D |
| Octal | 272 | 64 | 54 | 0 | 110 | 114 | 33 | 3 | 76 | 55 |
| Binary | 10111010 | 110100 | 101100 | 0 | 1001000 | 1001100 | 11011 | 11 | 111110 | 101101 |
Color Harmonies of #BA342C
Complementary color
Monochromatic Colors of #BA342C
Black with #BA342C
Text Example
Text Example
White with #BA342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA342C; }
p { color: rgb(186,52,44); }
H1.HeaderClassName
{
color: #BA342C;
}
.AnyTagClassName
{
color: #BA342C;
}
</style>
background-color css
<style>
a { background-color: #BA342C; }
a { background-color: rgb(186,52,44); }
div.DivClassName
{
background-color: #BA342C;
}
.BgClassName
{
background-color: #BA342C;
}
</style>
border-color css
<style>
span { border-color: #BA342C; }
span { border-color: rgb(186,52,44); }
td.TdClassName
{
border-color: #BA342C;
}
.TagClassName
{
border-color: #BA342C;
}
</style>