Shades of Medium Carmine #BA3E23
Tints of Medium Carmine #BA3E23
RGB
CMYK
RGB Variations
Color information
#BA3E23 (or 0xBA3E23) is known color: Medium Carmine. HEX triplet: BA, 3E and 23. RGB value is (186,62,35). Sum of RGB (Red+Green+Blue) = 186+62+35=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E23 is #45C1DC. Grayscale: #606060. Windows color (decimal): -4571613 or 2309818. OLE color: 2309818.
HSL color Cylindrical-coordinate representation of color #BA3E23: hue angle of 10.73º 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 #BA3E23 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 62 | 35 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.27 |
| HSL | 10.73º | 0.68% | 0.43% | - |
| HSV(B) | 10.73º | 0.81% | 0.73% | - |
| XYZ | 22.28 | 14.01 | 3.12 | - |
| YUV | 96 | 93.58 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 62 | 35 | 0 | 0.67 | 0.81 | 0.27 | 10.73 | 0.68 | 0.43 |
| Hex | BA | 3E | 23 | 0 | 43 | 51 | 1B | B | 44 | 2B |
| Octal | 272 | 76 | 43 | 0 | 103 | 121 | 33 | 13 | 104 | 53 |
| Binary | 10111010 | 111110 | 100011 | 0 | 1000011 | 1010001 | 11011 | 1011 | 1000100 | 101011 |
Color Harmonies of #BA3E23
Complementary color
Monochromatic Colors of #BA3E23
Black with #BA3E23
Text Example
Text Example
White with #BA3E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3E23; }
p { color: rgb(186,62,35); }
H1.HeaderClassName
{
color: #BA3E23;
}
.AnyTagClassName
{
color: #BA3E23;
}
</style>
background-color css
<style>
a { background-color: #BA3E23; }
a { background-color: rgb(186,62,35); }
div.DivClassName
{
background-color: #BA3E23;
}
.BgClassName
{
background-color: #BA3E23;
}
</style>
border-color css
<style>
span { border-color: #BA3E23; }
span { border-color: rgb(186,62,35); }
td.TdClassName
{
border-color: #BA3E23;
}
.TagClassName
{
border-color: #BA3E23;
}
</style>