Shades of Medium Carmine #BA3526
Tints of Medium Carmine #BA3526
RGB
CMYK
RGB Variations
Color information
#BA3526 (or 0xBA3526) is known color: Medium Carmine. HEX triplet: BA, 35 and 26. RGB value is (186,53,38). Sum of RGB (Red+Green+Blue) = 186+53+38=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3526 is #45CAD9. Grayscale: #5B5B5B. Windows color (decimal): -4573914 or 2504122. OLE color: 2504122.
HSL color Cylindrical-coordinate representation of color #BA3526: hue angle of 6.08º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA3526 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 53 | 38 | - |
| CMYK | 0 | 0.72 | 0.80 | 0.27 |
| HSL | 6.08º | 0.66% | 0.44% | - |
| HSV(B) | 6.08º | 0.8% | 0.73% | - |
| XYZ | 21.87 | 13.13 | 3.21 | - |
| YUV | 91.06 | 98.06 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 53 | 38 | 0 | 0.72 | 0.80 | 0.27 | 6.08 | 0.66 | 0.44 |
| Hex | BA | 35 | 26 | 0 | 48 | 50 | 1B | 6 | 42 | 2C |
| Octal | 272 | 65 | 46 | 0 | 110 | 120 | 33 | 6 | 102 | 54 |
| Binary | 10111010 | 110101 | 100110 | 0 | 1001000 | 1010000 | 11011 | 110 | 1000010 | 101100 |
Color Harmonies of #BA3526
Complementary color
Monochromatic Colors of #BA3526
Black with #BA3526
Text Example
Text Example
White with #BA3526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3526; }
p { color: rgb(186,53,38); }
H1.HeaderClassName
{
color: #BA3526;
}
.AnyTagClassName
{
color: #BA3526;
}
</style>
background-color css
<style>
a { background-color: #BA3526; }
a { background-color: rgb(186,53,38); }
div.DivClassName
{
background-color: #BA3526;
}
.BgClassName
{
background-color: #BA3526;
}
</style>
border-color css
<style>
span { border-color: #BA3526; }
span { border-color: rgb(186,53,38); }
td.TdClassName
{
border-color: #BA3526;
}
.TagClassName
{
border-color: #BA3526;
}
</style>