Shades of Medium Carmine #BA4236
Tints of Medium Carmine #BA4236
RGB
CMYK
RGB Variations
Color information
#BA4236 (or 0xBA4236) is known color: Medium Carmine. HEX triplet: BA, 42 and 36. RGB value is (186,66,54). Sum of RGB (Red+Green+Blue) = 186+66+54=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 54 (21.48% from 255 or 17.65% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4236 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4236 is #45BDC9. Grayscale: #646464. Windows color (decimal): -4570570 or 3556026. OLE color: 3556026.
HSL color Cylindrical-coordinate representation of color #BA4236: hue angle of 5.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA4236 is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 54 | - |
| CMYK | 0 | 0.65 | 0.71 | 0.27 |
| HSL | 5.45º | 0.55% | 0.47% | - |
| HSV(B) | 5.45º | 0.71% | 0.73% | - |
| XYZ | 22.86 | 14.6 | 5.1 | - |
| YUV | 100.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 54 | 0 | 0.65 | 0.71 | 0.27 | 5.45 | 0.55 | 0.47 |
| Hex | BA | 42 | 36 | 0 | 41 | 47 | 1B | 5 | 37 | 2F |
| Octal | 272 | 102 | 66 | 0 | 101 | 107 | 33 | 5 | 67 | 57 |
| Binary | 10111010 | 1000010 | 110110 | 0 | 1000001 | 1000111 | 11011 | 101 | 110111 | 101111 |
Color Harmonies of #BA4236
Complementary color
Monochromatic Colors of #BA4236
Black with #BA4236
Text Example
Text Example
White with #BA4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA4236; }
p { color: rgb(186,66,54); }
H1.HeaderClassName
{
color: #BA4236;
}
.AnyTagClassName
{
color: #BA4236;
}
</style>
background-color css
<style>
a { background-color: #BA4236; }
a { background-color: rgb(186,66,54); }
div.DivClassName
{
background-color: #BA4236;
}
.BgClassName
{
background-color: #BA4236;
}
</style>
border-color css
<style>
span { border-color: #BA4236; }
span { border-color: rgb(186,66,54); }
td.TdClassName
{
border-color: #BA4236;
}
.TagClassName
{
border-color: #BA4236;
}
</style>