Shades of Medium Carmine #BA3633
Tints of Medium Carmine #BA3633
RGB
CMYK
RGB Variations
Color information
#BA3633 (or 0xBA3633) is known color: Medium Carmine. HEX triplet: BA, 36 and 33. RGB value is (186,54,51). Sum of RGB (Red+Green+Blue) = 186+54+51=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3633 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3633 is #45C9CC. Grayscale: #5D5D5D. Windows color (decimal): -4573645 or 3356346. OLE color: 3356346.
HSL color Cylindrical-coordinate representation of color #BA3633: hue angle of 1.33º 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 #BA3633 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 51 | - |
| CMYK | 0 | 0.71 | 0.73 | 0.27 |
| HSL | 1.33º | 0.57% | 0.46% | - |
| HSV(B) | 1.33º | 0.73% | 0.73% | - |
| XYZ | 22.17 | 13.32 | 4.53 | - |
| YUV | 93.13 | 104.23 | 194.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 51 | 0 | 0.71 | 0.73 | 0.27 | 1.33 | 0.57 | 0.46 |
| Hex | BA | 36 | 33 | 0 | 47 | 49 | 1B | 1 | 39 | 2E |
| Octal | 272 | 66 | 63 | 0 | 107 | 111 | 33 | 1 | 71 | 56 |
| Binary | 10111010 | 110110 | 110011 | 0 | 1000111 | 1001001 | 11011 | 1 | 111001 | 101110 |
Color Harmonies of #BA3633
Complementary color
Monochromatic Colors of #BA3633
Black with #BA3633
Text Example
Text Example
White with #BA3633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3633; }
p { color: rgb(186,54,51); }
H1.HeaderClassName
{
color: #BA3633;
}
.AnyTagClassName
{
color: #BA3633;
}
</style>
background-color css
<style>
a { background-color: #BA3633; }
a { background-color: rgb(186,54,51); }
div.DivClassName
{
background-color: #BA3633;
}
.BgClassName
{
background-color: #BA3633;
}
</style>
border-color css
<style>
span { border-color: #BA3633; }
span { border-color: rgb(186,54,51); }
td.TdClassName
{
border-color: #BA3633;
}
.TagClassName
{
border-color: #BA3633;
}
</style>