Shades of Medium Carmine #BA3A33
Tints of Medium Carmine #BA3A33
RGB
CMYK
RGB Variations
Color information
#BA3A33 (or 0xBA3A33) is known color: Medium Carmine. HEX triplet: BA, 3A and 33. RGB value is (186,58,51). Sum of RGB (Red+Green+Blue) = 186+58+51=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3A33 is #45C5CC. Grayscale: #5F5F5F. Windows color (decimal): -4572621 or 3357370. OLE color: 3357370.
HSL color Cylindrical-coordinate representation of color #BA3A33: hue angle of 3.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA3A33 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 58 | 51 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.27 |
| HSL | 3.11º | 0.57% | 0.46% | - |
| HSV(B) | 3.11º | 0.73% | 0.73% | - |
| XYZ | 22.36 | 13.7 | 4.6 | - |
| YUV | 95.47 | 102.91 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 58 | 51 | 0 | 0.69 | 0.73 | 0.27 | 3.11 | 0.57 | 0.46 |
| Hex | BA | 3A | 33 | 0 | 45 | 49 | 1B | 3 | 39 | 2E |
| Octal | 272 | 72 | 63 | 0 | 105 | 111 | 33 | 3 | 71 | 56 |
| Binary | 10111010 | 111010 | 110011 | 0 | 1000101 | 1001001 | 11011 | 11 | 111001 | 101110 |
Color Harmonies of #BA3A33
Complementary color
Monochromatic Colors of #BA3A33
Black with #BA3A33
Text Example
Text Example
White with #BA3A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3A33; }
p { color: rgb(186,58,51); }
H1.HeaderClassName
{
color: #BA3A33;
}
.AnyTagClassName
{
color: #BA3A33;
}
</style>
background-color css
<style>
a { background-color: #BA3A33; }
a { background-color: rgb(186,58,51); }
div.DivClassName
{
background-color: #BA3A33;
}
.BgClassName
{
background-color: #BA3A33;
}
</style>
border-color css
<style>
span { border-color: #BA3A33; }
span { border-color: rgb(186,58,51); }
td.TdClassName
{
border-color: #BA3A33;
}
.TagClassName
{
border-color: #BA3A33;
}
</style>