Shades of Medium Carmine #BA4032
Tints of Medium Carmine #BA4032
RGB
CMYK
RGB Variations
Color information
#BA4032 (or 0xBA4032) is known color: Medium Carmine. HEX triplet: BA, 40 and 32. RGB value is (186,64,50). Sum of RGB (Red+Green+Blue) = 186+64+50=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4032 is #45BFCD. Grayscale: #636363. Windows color (decimal): -4571086 or 3293370. OLE color: 3293370.
HSL color Cylindrical-coordinate representation of color #BA4032: hue angle of 6.18º 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 #BA4032 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 50 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.27 |
| HSL | 6.18º | 0.58% | 0.46% | - |
| HSV(B) | 6.18º | 0.73% | 0.73% | - |
| XYZ | 22.66 | 14.34 | 4.59 | - |
| YUV | 98.88 | 100.42 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 50 | 0 | 0.66 | 0.73 | 0.27 | 6.18 | 0.58 | 0.46 |
| Hex | BA | 40 | 32 | 0 | 42 | 49 | 1B | 6 | 3A | 2E |
| Octal | 272 | 100 | 62 | 0 | 102 | 111 | 33 | 6 | 72 | 56 |
| Binary | 10111010 | 1000000 | 110010 | 0 | 1000010 | 1001001 | 11011 | 110 | 111010 | 101110 |
Color Harmonies of #BA4032
Complementary color
Monochromatic Colors of #BA4032
Black with #BA4032
Text Example
Text Example
White with #BA4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4032; }
p { color: rgb(186,64,50); }
H1.HeaderClassName
{
color: #BA4032;
}
.AnyTagClassName
{
color: #BA4032;
}
</style>
background-color css
<style>
a { background-color: #BA4032; }
a { background-color: rgb(186,64,50); }
div.DivClassName
{
background-color: #BA4032;
}
.BgClassName
{
background-color: #BA4032;
}
</style>
border-color css
<style>
span { border-color: #BA4032; }
span { border-color: rgb(186,64,50); }
td.TdClassName
{
border-color: #BA4032;
}
.TagClassName
{
border-color: #BA4032;
}
</style>