Shades of Medium Carmine #BA402E
Tints of Medium Carmine #BA402E
RGB
CMYK
RGB Variations
Color information
#BA402E (or 0xBA402E) is known color: Medium Carmine. HEX triplet: BA, 40 and 2E. RGB value is (186,64,46). Sum of RGB (Red+Green+Blue) = 186+64+46=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA402E is #45BFD1. Grayscale: #626262. Windows color (decimal): -4571090 or 3031226. OLE color: 3031226.
HSL color Cylindrical-coordinate representation of color #BA402E: hue angle of 7.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA402E is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 46 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.27 |
| HSL | 7.71º | 0.6% | 0.45% | - |
| HSV(B) | 7.71º | 0.75% | 0.73% | - |
| XYZ | 22.58 | 14.3 | 4.16 | - |
| YUV | 98.43 | 98.42 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 46 | 0 | 0.66 | 0.75 | 0.27 | 7.71 | 0.6 | 0.45 |
| Hex | BA | 40 | 2E | 0 | 42 | 4B | 1B | 8 | 3C | 2D |
| Octal | 272 | 100 | 56 | 0 | 102 | 113 | 33 | 10 | 74 | 55 |
| Binary | 10111010 | 1000000 | 101110 | 0 | 1000010 | 1001011 | 11011 | 1000 | 111100 | 101101 |
Color Harmonies of #BA402E
Complementary color
Monochromatic Colors of #BA402E
Black with #BA402E
Text Example
Text Example
White with #BA402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA402E; }
p { color: rgb(186,64,46); }
H1.HeaderClassName
{
color: #BA402E;
}
.AnyTagClassName
{
color: #BA402E;
}
</style>
background-color css
<style>
a { background-color: #BA402E; }
a { background-color: rgb(186,64,46); }
div.DivClassName
{
background-color: #BA402E;
}
.BgClassName
{
background-color: #BA402E;
}
</style>
border-color css
<style>
span { border-color: #BA402E; }
span { border-color: rgb(186,64,46); }
td.TdClassName
{
border-color: #BA402E;
}
.TagClassName
{
border-color: #BA402E;
}
</style>