Shades of Medium Carmine #BA3B23
Tints of Medium Carmine #BA3B23
RGB
CMYK
RGB Variations
Color information
#BA3B23 (or 0xBA3B23) is known color: Medium Carmine. HEX triplet: BA, 3B and 23. RGB value is (186,59,35). Sum of RGB (Red+Green+Blue) = 186+59+35=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B23 is #45C4DC. Grayscale: #5E5E5E. Windows color (decimal): -4572381 or 2309050. OLE color: 2309050.
HSL color Cylindrical-coordinate representation of color #BA3B23: hue angle of 9.54º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA3B23 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 35 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.27 |
| HSL | 9.54º | 0.68% | 0.43% | - |
| HSV(B) | 9.54º | 0.81% | 0.73% | - |
| XYZ | 22.12 | 13.69 | 3.07 | - |
| YUV | 94.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 35 | 0 | 0.68 | 0.81 | 0.27 | 9.54 | 0.68 | 0.43 |
| Hex | BA | 3B | 23 | 0 | 44 | 51 | 1B | A | 44 | 2B |
| Octal | 272 | 73 | 43 | 0 | 104 | 121 | 33 | 12 | 104 | 53 |
| Binary | 10111010 | 111011 | 100011 | 0 | 1000100 | 1010001 | 11011 | 1010 | 1000100 | 101011 |
Color Harmonies of #BA3B23
Complementary color
Monochromatic Colors of #BA3B23
Black with #BA3B23
Text Example
Text Example
White with #BA3B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B23; }
p { color: rgb(186,59,35); }
H1.HeaderClassName
{
color: #BA3B23;
}
.AnyTagClassName
{
color: #BA3B23;
}
</style>
background-color css
<style>
a { background-color: #BA3B23; }
a { background-color: rgb(186,59,35); }
div.DivClassName
{
background-color: #BA3B23;
}
.BgClassName
{
background-color: #BA3B23;
}
</style>
border-color css
<style>
span { border-color: #BA3B23; }
span { border-color: rgb(186,59,35); }
td.TdClassName
{
border-color: #BA3B23;
}
.TagClassName
{
border-color: #BA3B23;
}
</style>