Shades of Medium Carmine #BA3B2A
Tints of Medium Carmine #BA3B2A
RGB
CMYK
RGB Variations
Color information
#BA3B2A (or 0xBA3B2A) is known color: Medium Carmine. HEX triplet: BA, 3B and 2A. RGB value is (186,59,42). Sum of RGB (Red+Green+Blue) = 186+59+42=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B2A is #45C4D5. Grayscale: #5F5F5F. Windows color (decimal): -4572374 or 2767802. OLE color: 2767802.
HSL color Cylindrical-coordinate representation of color #BA3B2A: hue angle of 7.08º 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 #BA3B2A is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 42 | - |
| CMYK | 0 | 0.68 | 0.77 | 0.27 |
| HSL | 7.08º | 0.63% | 0.45% | - |
| HSV(B) | 7.08º | 0.77% | 0.73% | - |
| XYZ | 22.23 | 13.73 | 3.67 | - |
| YUV | 95.04 | 98.08 | 192.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 42 | 0 | 0.68 | 0.77 | 0.27 | 7.08 | 0.63 | 0.45 |
| Hex | BA | 3B | 2A | 0 | 44 | 4D | 1B | 7 | 3F | 2D |
| Octal | 272 | 73 | 52 | 0 | 104 | 115 | 33 | 7 | 77 | 55 |
| Binary | 10111010 | 111011 | 101010 | 0 | 1000100 | 1001101 | 11011 | 111 | 111111 | 101101 |
Color Harmonies of #BA3B2A
Complementary color
Monochromatic Colors of #BA3B2A
Black with #BA3B2A
Text Example
Text Example
White with #BA3B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B2A; }
p { color: rgb(186,59,42); }
H1.HeaderClassName
{
color: #BA3B2A;
}
.AnyTagClassName
{
color: #BA3B2A;
}
</style>
background-color css
<style>
a { background-color: #BA3B2A; }
a { background-color: rgb(186,59,42); }
div.DivClassName
{
background-color: #BA3B2A;
}
.BgClassName
{
background-color: #BA3B2A;
}
</style>
border-color css
<style>
span { border-color: #BA3B2A; }
span { border-color: rgb(186,59,42); }
td.TdClassName
{
border-color: #BA3B2A;
}
.TagClassName
{
border-color: #BA3B2A;
}
</style>