Shades of Medium Carmine #BA3F31
Tints of Medium Carmine #BA3F31
RGB
CMYK
RGB Variations
Color information
#BA3F31 (or 0xBA3F31) is known color: Medium Carmine. HEX triplet: BA, 3F and 31. RGB value is (186,63,49). Sum of RGB (Red+Green+Blue) = 186+63+49=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F31 is #45C0CE. Grayscale: #626262. Windows color (decimal): -4571343 or 3227578. OLE color: 3227578.
HSL color Cylindrical-coordinate representation of color #BA3F31: hue angle of 6.13º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3F31 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 49 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.27 |
| HSL | 6.13º | 0.58% | 0.46% | - |
| HSV(B) | 6.13º | 0.74% | 0.73% | - |
| XYZ | 22.58 | 14.22 | 4.46 | - |
| YUV | 98.18 | 100.25 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 49 | 0 | 0.66 | 0.74 | 0.27 | 6.13 | 0.58 | 0.46 |
| Hex | BA | 3F | 31 | 0 | 42 | 4A | 1B | 6 | 3A | 2E |
| Octal | 272 | 77 | 61 | 0 | 102 | 112 | 33 | 6 | 72 | 56 |
| Binary | 10111010 | 111111 | 110001 | 0 | 1000010 | 1001010 | 11011 | 110 | 111010 | 101110 |
Color Harmonies of #BA3F31
Complementary color
Monochromatic Colors of #BA3F31
Black with #BA3F31
Text Example
Text Example
White with #BA3F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F31; }
p { color: rgb(186,63,49); }
H1.HeaderClassName
{
color: #BA3F31;
}
.AnyTagClassName
{
color: #BA3F31;
}
</style>
background-color css
<style>
a { background-color: #BA3F31; }
a { background-color: rgb(186,63,49); }
div.DivClassName
{
background-color: #BA3F31;
}
.BgClassName
{
background-color: #BA3F31;
}
</style>
border-color css
<style>
span { border-color: #BA3F31; }
span { border-color: rgb(186,63,49); }
td.TdClassName
{
border-color: #BA3F31;
}
.TagClassName
{
border-color: #BA3F31;
}
</style>