Shades of Medium Carmine #BA3E25
Tints of Medium Carmine #BA3E25
RGB
CMYK
RGB Variations
Color information
#BA3E25 (or 0xBA3E25) is known color: Medium Carmine. HEX triplet: BA, 3E and 25. RGB value is (186,62,37). Sum of RGB (Red+Green+Blue) = 186+62+37=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E25 is #45C1DA. Grayscale: #606060. Windows color (decimal): -4571611 or 2440890. OLE color: 2440890.
HSL color Cylindrical-coordinate representation of color #BA3E25: hue angle of 10.07º degrees, saturation: 0.67, 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 #BA3E25 is Cyan = 0, Magento = 0.67, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 37 | - |
| CMYK | 0 | 0.67 | 0.80 | 0.27 |
| HSL | 10.07º | 0.67% | 0.44% | - |
| HSV(B) | 10.07º | 0.8% | 0.73% | - |
| XYZ | 22.31 | 14.02 | 3.28 | - |
| YUV | 96.23 | 94.58 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 37 | 0 | 0.67 | 0.80 | 0.27 | 10.07 | 0.67 | 0.44 |
| Hex | BA | 3E | 25 | 0 | 43 | 50 | 1B | A | 43 | 2C |
| Octal | 272 | 76 | 45 | 0 | 103 | 120 | 33 | 12 | 103 | 54 |
| Binary | 10111010 | 111110 | 100101 | 0 | 1000011 | 1010000 | 11011 | 1010 | 1000011 | 101100 |
Color Harmonies of #BA3E25
Complementary color
Monochromatic Colors of #BA3E25
Black with #BA3E25
Text Example
Text Example
White with #BA3E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E25; }
p { color: rgb(186,62,37); }
H1.HeaderClassName
{
color: #BA3E25;
}
.AnyTagClassName
{
color: #BA3E25;
}
</style>
background-color css
<style>
a { background-color: #BA3E25; }
a { background-color: rgb(186,62,37); }
div.DivClassName
{
background-color: #BA3E25;
}
.BgClassName
{
background-color: #BA3E25;
}
</style>
border-color css
<style>
span { border-color: #BA3E25; }
span { border-color: rgb(186,62,37); }
td.TdClassName
{
border-color: #BA3E25;
}
.TagClassName
{
border-color: #BA3E25;
}
</style>