Shades of Medium Carmine #BA4128
Tints of Medium Carmine #BA4128
RGB
CMYK
RGB Variations
Color information
#BA4128 (or 0xBA4128) is known color: Medium Carmine. HEX triplet: BA, 41 and 28. RGB value is (186,65,40). Sum of RGB (Red+Green+Blue) = 186+65+40=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4128 is #45BED7. Grayscale: #626262. Windows color (decimal): -4570840 or 2638266. OLE color: 2638266.
HSL color Cylindrical-coordinate representation of color #BA4128: hue angle of 10.27º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA4128 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 40 | - |
| CMYK | 0 | 0.65 | 0.78 | 0.27 |
| HSL | 10.27º | 0.65% | 0.44% | - |
| HSV(B) | 10.27º | 0.78% | 0.73% | - |
| XYZ | 22.52 | 14.37 | 3.59 | - |
| YUV | 98.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 40 | 0 | 0.65 | 0.78 | 0.27 | 10.27 | 0.65 | 0.44 |
| Hex | BA | 41 | 28 | 0 | 41 | 4E | 1B | A | 41 | 2C |
| Octal | 272 | 101 | 50 | 0 | 101 | 116 | 33 | 12 | 101 | 54 |
| Binary | 10111010 | 1000001 | 101000 | 0 | 1000001 | 1001110 | 11011 | 1010 | 1000001 | 101100 |
Color Harmonies of #BA4128
Complementary color
Monochromatic Colors of #BA4128
Black with #BA4128
Text Example
Text Example
White with #BA4128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4128; }
p { color: rgb(186,65,40); }
H1.HeaderClassName
{
color: #BA4128;
}
.AnyTagClassName
{
color: #BA4128;
}
</style>
background-color css
<style>
a { background-color: #BA4128; }
a { background-color: rgb(186,65,40); }
div.DivClassName
{
background-color: #BA4128;
}
.BgClassName
{
background-color: #BA4128;
}
</style>
border-color css
<style>
span { border-color: #BA4128; }
span { border-color: rgb(186,65,40); }
td.TdClassName
{
border-color: #BA4128;
}
.TagClassName
{
border-color: #BA4128;
}
</style>