Shades of Medium Carmine #BA3F32
Tints of Medium Carmine #BA3F32
RGB
CMYK
RGB Variations
Color information
#BA3F32 (or 0xBA3F32) is known color: Medium Carmine. HEX triplet: BA, 3F and 32. RGB value is (186,63,50). Sum of RGB (Red+Green+Blue) = 186+63+50=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 50 (19.92% from 255 or 16.72% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3F32 is #45C0CD. Grayscale: #626262. Windows color (decimal): -4571342 or 3293114. OLE color: 3293114.
HSL color Cylindrical-coordinate representation of color #BA3F32: hue angle of 5.74º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3F32 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 63 | 50 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.27 |
| HSL | 5.74º | 0.58% | 0.46% | - |
| HSV(B) | 5.74º | 0.73% | 0.73% | - |
| XYZ | 22.6 | 14.22 | 4.57 | - |
| YUV | 98.3 | 100.75 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 63 | 50 | 0 | 0.66 | 0.73 | 0.27 | 5.74 | 0.58 | 0.46 |
| Hex | BA | 3F | 32 | 0 | 42 | 49 | 1B | 6 | 3A | 2E |
| Octal | 272 | 77 | 62 | 0 | 102 | 111 | 33 | 6 | 72 | 56 |
| Binary | 10111010 | 111111 | 110010 | 0 | 1000010 | 1001001 | 11011 | 110 | 111010 | 101110 |
Color Harmonies of #BA3F32
Complementary color
Monochromatic Colors of #BA3F32
Black with #BA3F32
Text Example
Text Example
White with #BA3F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3F32; }
p { color: rgb(186,63,50); }
H1.HeaderClassName
{
color: #BA3F32;
}
.AnyTagClassName
{
color: #BA3F32;
}
</style>
background-color css
<style>
a { background-color: #BA3F32; }
a { background-color: rgb(186,63,50); }
div.DivClassName
{
background-color: #BA3F32;
}
.BgClassName
{
background-color: #BA3F32;
}
</style>
border-color css
<style>
span { border-color: #BA3F32; }
span { border-color: rgb(186,63,50); }
td.TdClassName
{
border-color: #BA3F32;
}
.TagClassName
{
border-color: #BA3F32;
}
</style>