Shades of Medium Carmine #BA423E
Tints of Medium Carmine #BA423E
RGB
CMYK
RGB Variations
Color information
#BA423E (or 0xBA423E) is known color: Medium Carmine. HEX triplet: BA, 42 and 3E. RGB value is (186,66,62). Sum of RGB (Red+Green+Blue) = 186+66+62=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA423E is #45BDC1. Grayscale: #656565. Windows color (decimal): -4570562 or 4080314. OLE color: 4080314.
HSL color Cylindrical-coordinate representation of color #BA423E: hue angle of 1.94º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA423E is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 62 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.27 |
| HSL | 1.94º | 0.5% | 0.49% | - |
| HSV(B) | 1.94º | 0.67% | 0.73% | - |
| XYZ | 23.07 | 14.68 | 6.18 | - |
| YUV | 101.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 62 | 0 | 0.65 | 0.67 | 0.27 | 1.94 | 0.5 | 0.49 |
| Hex | BA | 42 | 3E | 0 | 41 | 43 | 1B | 2 | 32 | 31 |
| Octal | 272 | 102 | 76 | 0 | 101 | 103 | 33 | 2 | 62 | 61 |
| Binary | 10111010 | 1000010 | 111110 | 0 | 1000001 | 1000011 | 11011 | 10 | 110010 | 110001 |
Color Harmonies of #BA423E
Complementary color
Monochromatic Colors of #BA423E
Black with #BA423E
Text Example
Text Example
White with #BA423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA423E; }
p { color: rgb(186,66,62); }
H1.HeaderClassName
{
color: #BA423E;
}
.AnyTagClassName
{
color: #BA423E;
}
</style>
background-color css
<style>
a { background-color: #BA423E; }
a { background-color: rgb(186,66,62); }
div.DivClassName
{
background-color: #BA423E;
}
.BgClassName
{
background-color: #BA423E;
}
</style>
border-color css
<style>
span { border-color: #BA423E; }
span { border-color: rgb(186,66,62); }
td.TdClassName
{
border-color: #BA423E;
}
.TagClassName
{
border-color: #BA423E;
}
</style>