Shades of Medium Carmine #BA4127
Tints of Medium Carmine #BA4127
RGB
CMYK
RGB Variations
Color information
#BA4127 (or 0xBA4127) is known color: Medium Carmine. HEX triplet: BA, 41 and 27. RGB value is (186,65,39). Sum of RGB (Red+Green+Blue) = 186+65+39=290 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.14% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4127 is #45BED8. Grayscale: #626262. Windows color (decimal): -4570841 or 2572730. OLE color: 2572730.
HSL color Cylindrical-coordinate representation of color #BA4127: hue angle of 10.61º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA4127 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 65 | 39 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.27 |
| HSL | 10.61º | 0.65% | 0.44% | - |
| HSV(B) | 10.61º | 0.79% | 0.73% | - |
| XYZ | 22.51 | 14.37 | 3.51 | - |
| YUV | 98.22 | 94.59 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 65 | 39 | 0 | 0.65 | 0.79 | 0.27 | 10.61 | 0.65 | 0.44 |
| Hex | BA | 41 | 27 | 0 | 41 | 4F | 1B | B | 41 | 2C |
| Octal | 272 | 101 | 47 | 0 | 101 | 117 | 33 | 13 | 101 | 54 |
| Binary | 10111010 | 1000001 | 100111 | 0 | 1000001 | 1001111 | 11011 | 1011 | 1000001 | 101100 |
Color Harmonies of #BA4127
Complementary color
Monochromatic Colors of #BA4127
Black with #BA4127
Text Example
Text Example
White with #BA4127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4127; }
p { color: rgb(186,65,39); }
H1.HeaderClassName
{
color: #BA4127;
}
.AnyTagClassName
{
color: #BA4127;
}
</style>
background-color css
<style>
a { background-color: #BA4127; }
a { background-color: rgb(186,65,39); }
div.DivClassName
{
background-color: #BA4127;
}
.BgClassName
{
background-color: #BA4127;
}
</style>
border-color css
<style>
span { border-color: #BA4127; }
span { border-color: rgb(186,65,39); }
td.TdClassName
{
border-color: #BA4127;
}
.TagClassName
{
border-color: #BA4127;
}
</style>