Shades of Medium Carmine #BA3A2F
Tints of Medium Carmine #BA3A2F
RGB
CMYK
RGB Variations
Color information
#BA3A2F (or 0xBA3A2F) is known color: Medium Carmine. HEX triplet: BA, 3A and 2F. RGB value is (186,58,47). Sum of RGB (Red+Green+Blue) = 186+58+47=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A2F is #45C5D0. Grayscale: #5F5F5F. Windows color (decimal): -4572625 or 3095226. OLE color: 3095226.
HSL color Cylindrical-coordinate representation of color #BA3A2F: hue angle of 4.75º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3A2F is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 47 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.27 |
| HSL | 4.75º | 0.6% | 0.46% | - |
| HSV(B) | 4.75º | 0.75% | 0.73% | - |
| XYZ | 22.28 | 13.67 | 4.15 | - |
| YUV | 95.02 | 100.91 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 47 | 0 | 0.69 | 0.75 | 0.27 | 4.75 | 0.6 | 0.46 |
| Hex | BA | 3A | 2F | 0 | 45 | 4B | 1B | 5 | 3C | 2E |
| Octal | 272 | 72 | 57 | 0 | 105 | 113 | 33 | 5 | 74 | 56 |
| Binary | 10111010 | 111010 | 101111 | 0 | 1000101 | 1001011 | 11011 | 101 | 111100 | 101110 |
Color Harmonies of #BA3A2F
Complementary color
Monochromatic Colors of #BA3A2F
Black with #BA3A2F
Text Example
Text Example
White with #BA3A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A2F; }
p { color: rgb(186,58,47); }
H1.HeaderClassName
{
color: #BA3A2F;
}
.AnyTagClassName
{
color: #BA3A2F;
}
</style>
background-color css
<style>
a { background-color: #BA3A2F; }
a { background-color: rgb(186,58,47); }
div.DivClassName
{
background-color: #BA3A2F;
}
.BgClassName
{
background-color: #BA3A2F;
}
</style>
border-color css
<style>
span { border-color: #BA3A2F; }
span { border-color: rgb(186,58,47); }
td.TdClassName
{
border-color: #BA3A2F;
}
.TagClassName
{
border-color: #BA3A2F;
}
</style>