Shades of Medium Carmine #BA3C33
Tints of Medium Carmine #BA3C33
RGB
CMYK
RGB Variations
Color information
#BA3C33 (or 0xBA3C33) is known color: Medium Carmine. HEX triplet: BA, 3C and 33. RGB value is (186,60,51). Sum of RGB (Red+Green+Blue) = 186+60+51=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C33 is #45C3CC. Grayscale: #606060. Windows color (decimal): -4572109 or 3357882. OLE color: 3357882.
HSL color Cylindrical-coordinate representation of color #BA3C33: hue angle of 4º 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 #BA3C33 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 60 | 51 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.27 |
| HSL | 4º | 0.57% | 0.46% | - |
| HSV(B) | 4º | 0.73% | 0.73% | - |
| XYZ | 22.46 | 13.91 | 4.63 | - |
| YUV | 96.65 | 102.24 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 60 | 51 | 0 | 0.68 | 0.73 | 0.27 | 4 | 0.57 | 0.46 |
| Hex | BA | 3C | 33 | 0 | 44 | 49 | 1B | 4 | 39 | 2E |
| Octal | 272 | 74 | 63 | 0 | 104 | 111 | 33 | 4 | 71 | 56 |
| Binary | 10111010 | 111100 | 110011 | 0 | 1000100 | 1001001 | 11011 | 100 | 111001 | 101110 |
Color Harmonies of #BA3C33
Complementary color
Monochromatic Colors of #BA3C33
Black with #BA3C33
Text Example
Text Example
White with #BA3C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3C33; }
p { color: rgb(186,60,51); }
H1.HeaderClassName
{
color: #BA3C33;
}
.AnyTagClassName
{
color: #BA3C33;
}
</style>
background-color css
<style>
a { background-color: #BA3C33; }
a { background-color: rgb(186,60,51); }
div.DivClassName
{
background-color: #BA3C33;
}
.BgClassName
{
background-color: #BA3C33;
}
</style>
border-color css
<style>
span { border-color: #BA3C33; }
span { border-color: rgb(186,60,51); }
td.TdClassName
{
border-color: #BA3C33;
}
.TagClassName
{
border-color: #BA3C33;
}
</style>