Shades of Medium Carmine #BA342E
Tints of Medium Carmine #BA342E
RGB
CMYK
RGB Variations
Color information
#BA342E (or 0xBA342E) is known color: Medium Carmine. HEX triplet: BA, 34 and 2E. RGB value is (186,52,46). Sum of RGB (Red+Green+Blue) = 186+52+46=284 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.49% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 186 - color contains mainly: red. Hex color #BA342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA342E is #45CBD1. Grayscale: #5B5B5B. Windows color (decimal): -4574162 or 3028154. OLE color: 3028154.
HSL color Cylindrical-coordinate representation of color #BA342E: hue angle of 2.57º 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 #BA342E is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 52 | 46 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.27 |
| HSL | 2.57º | 0.6% | 0.45% | - |
| HSV(B) | 2.57º | 0.75% | 0.73% | - |
| XYZ | 21.97 | 13.09 | 3.95 | - |
| YUV | 91.38 | 102.39 | 195.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 52 | 46 | 0 | 0.72 | 0.75 | 0.27 | 2.57 | 0.6 | 0.45 |
| Hex | BA | 34 | 2E | 0 | 48 | 4B | 1B | 3 | 3C | 2D |
| Octal | 272 | 64 | 56 | 0 | 110 | 113 | 33 | 3 | 74 | 55 |
| Binary | 10111010 | 110100 | 101110 | 0 | 1001000 | 1001011 | 11011 | 11 | 111100 | 101101 |
Color Harmonies of #BA342E
Complementary color
Monochromatic Colors of #BA342E
Black with #BA342E
Text Example
Text Example
White with #BA342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA342E; }
p { color: rgb(186,52,46); }
H1.HeaderClassName
{
color: #BA342E;
}
.AnyTagClassName
{
color: #BA342E;
}
</style>
background-color css
<style>
a { background-color: #BA342E; }
a { background-color: rgb(186,52,46); }
div.DivClassName
{
background-color: #BA342E;
}
.BgClassName
{
background-color: #BA342E;
}
</style>
border-color css
<style>
span { border-color: #BA342E; }
span { border-color: rgb(186,52,46); }
td.TdClassName
{
border-color: #BA342E;
}
.TagClassName
{
border-color: #BA342E;
}
</style>