Shades of Medium Carmine #BA4239
Tints of Medium Carmine #BA4239
RGB
CMYK
RGB Variations
Color information
#BA4239 (or 0xBA4239) is known color: Medium Carmine. HEX triplet: BA, 42 and 39. RGB value is (186,66,57). Sum of RGB (Red+Green+Blue) = 186+66+57=309 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.19% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4239 is #45BDC6. Grayscale: #656565. Windows color (decimal): -4570567 or 3752634. OLE color: 3752634.
HSL color Cylindrical-coordinate representation of color #BA4239: hue angle of 4.19º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA4239 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 57 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.27 |
| HSL | 4.19º | 0.53% | 0.48% | - |
| HSV(B) | 4.19º | 0.69% | 0.73% | - |
| XYZ | 22.94 | 14.63 | 5.49 | - |
| YUV | 100.85 | 103.26 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 57 | 0 | 0.65 | 0.69 | 0.27 | 4.19 | 0.53 | 0.48 |
| Hex | BA | 42 | 39 | 0 | 41 | 45 | 1B | 4 | 35 | 30 |
| Octal | 272 | 102 | 71 | 0 | 101 | 105 | 33 | 4 | 65 | 60 |
| Binary | 10111010 | 1000010 | 111001 | 0 | 1000001 | 1000101 | 11011 | 100 | 110101 | 110000 |
Color Harmonies of #BA4239
Complementary color
Monochromatic Colors of #BA4239
Black with #BA4239
Text Example
Text Example
White with #BA4239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4239; }
p { color: rgb(186,66,57); }
H1.HeaderClassName
{
color: #BA4239;
}
.AnyTagClassName
{
color: #BA4239;
}
</style>
background-color css
<style>
a { background-color: #BA4239; }
a { background-color: rgb(186,66,57); }
div.DivClassName
{
background-color: #BA4239;
}
.BgClassName
{
background-color: #BA4239;
}
</style>
border-color css
<style>
span { border-color: #BA4239; }
span { border-color: rgb(186,66,57); }
td.TdClassName
{
border-color: #BA4239;
}
.TagClassName
{
border-color: #BA4239;
}
</style>