Shades of Medium Carmine #BA3B2F
Tints of Medium Carmine #BA3B2F
RGB
CMYK
RGB Variations
Color information
#BA3B2F (or 0xBA3B2F) is known color: Medium Carmine. HEX triplet: BA, 3B and 2F. RGB value is (186,59,47). Sum of RGB (Red+Green+Blue) = 186+59+47=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 59 (23.44% from 255 or 20.21% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B2F is #45C4D0. Grayscale: #5F5F5F. Windows color (decimal): -4572369 or 3095482. OLE color: 3095482.
HSL color Cylindrical-coordinate representation of color #BA3B2F: hue angle of 5.18º 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 #BA3B2F is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 47 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.27 |
| HSL | 5.18º | 0.6% | 0.46% | - |
| HSV(B) | 5.18º | 0.75% | 0.73% | - |
| XYZ | 22.33 | 13.77 | 4.17 | - |
| YUV | 95.61 | 100.58 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 47 | 0 | 0.68 | 0.75 | 0.27 | 5.18 | 0.6 | 0.46 |
| Hex | BA | 3B | 2F | 0 | 44 | 4B | 1B | 5 | 3C | 2E |
| Octal | 272 | 73 | 57 | 0 | 104 | 113 | 33 | 5 | 74 | 56 |
| Binary | 10111010 | 111011 | 101111 | 0 | 1000100 | 1001011 | 11011 | 101 | 111100 | 101110 |
Color Harmonies of #BA3B2F
Complementary color
Monochromatic Colors of #BA3B2F
Black with #BA3B2F
Text Example
Text Example
White with #BA3B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B2F; }
p { color: rgb(186,59,47); }
H1.HeaderClassName
{
color: #BA3B2F;
}
.AnyTagClassName
{
color: #BA3B2F;
}
</style>
background-color css
<style>
a { background-color: #BA3B2F; }
a { background-color: rgb(186,59,47); }
div.DivClassName
{
background-color: #BA3B2F;
}
.BgClassName
{
background-color: #BA3B2F;
}
</style>
border-color css
<style>
span { border-color: #BA3B2F; }
span { border-color: rgb(186,59,47); }
td.TdClassName
{
border-color: #BA3B2F;
}
.TagClassName
{
border-color: #BA3B2F;
}
</style>