Shades of Medium Carmine #BA422C
Tints of Medium Carmine #BA422C
RGB
CMYK
RGB Variations
Color information
#BA422C (or 0xBA422C) is known color: Medium Carmine. HEX triplet: BA, 42 and 2C. RGB value is (186,66,44). Sum of RGB (Red+Green+Blue) = 186+66+44=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA422C is #45BDD3. Grayscale: #636363. Windows color (decimal): -4570580 or 2900666. OLE color: 2900666.
HSL color Cylindrical-coordinate representation of color #BA422C: hue angle of 9.3º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA422C is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 66 | 44 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.27 |
| HSL | 9.3º | 0.62% | 0.45% | - |
| HSV(B) | 9.3º | 0.76% | 0.73% | - |
| XYZ | 22.65 | 14.52 | 3.99 | - |
| YUV | 99.37 | 96.76 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 66 | 44 | 0 | 0.65 | 0.76 | 0.27 | 9.3 | 0.62 | 0.45 |
| Hex | BA | 42 | 2C | 0 | 41 | 4C | 1B | 9 | 3E | 2D |
| Octal | 272 | 102 | 54 | 0 | 101 | 114 | 33 | 11 | 76 | 55 |
| Binary | 10111010 | 1000010 | 101100 | 0 | 1000001 | 1001100 | 11011 | 1001 | 111110 | 101101 |
Color Harmonies of #BA422C
Complementary color
Monochromatic Colors of #BA422C
Black with #BA422C
Text Example
Text Example
White with #BA422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA422C; }
p { color: rgb(186,66,44); }
H1.HeaderClassName
{
color: #BA422C;
}
.AnyTagClassName
{
color: #BA422C;
}
</style>
background-color css
<style>
a { background-color: #BA422C; }
a { background-color: rgb(186,66,44); }
div.DivClassName
{
background-color: #BA422C;
}
.BgClassName
{
background-color: #BA422C;
}
</style>
border-color css
<style>
span { border-color: #BA422C; }
span { border-color: rgb(186,66,44); }
td.TdClassName
{
border-color: #BA422C;
}
.TagClassName
{
border-color: #BA422C;
}
</style>