Shades of Medium Carmine #BA3B28
Tints of Medium Carmine #BA3B28
RGB
CMYK
RGB Variations
Color information
#BA3B28 (or 0xBA3B28) is known color: Medium Carmine. HEX triplet: BA, 3B and 28. RGB value is (186,59,40). Sum of RGB (Red+Green+Blue) = 186+59+40=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B28 is #45C4D7. Grayscale: #5F5F5F. Windows color (decimal): -4572376 or 2636730. OLE color: 2636730.
HSL color Cylindrical-coordinate representation of color #BA3B28: hue angle of 7.81º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA3B28 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 59 | 40 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.27 |
| HSL | 7.81º | 0.65% | 0.44% | - |
| HSV(B) | 7.81º | 0.78% | 0.73% | - |
| XYZ | 22.2 | 13.72 | 3.49 | - |
| YUV | 94.81 | 97.08 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 59 | 40 | 0 | 0.68 | 0.78 | 0.27 | 7.81 | 0.65 | 0.44 |
| Hex | BA | 3B | 28 | 0 | 44 | 4E | 1B | 8 | 41 | 2C |
| Octal | 272 | 73 | 50 | 0 | 104 | 116 | 33 | 10 | 101 | 54 |
| Binary | 10111010 | 111011 | 101000 | 0 | 1000100 | 1001110 | 11011 | 1000 | 1000001 | 101100 |
Color Harmonies of #BA3B28
Complementary color
Monochromatic Colors of #BA3B28
Black with #BA3B28
Text Example
Text Example
White with #BA3B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3B28; }
p { color: rgb(186,59,40); }
H1.HeaderClassName
{
color: #BA3B28;
}
.AnyTagClassName
{
color: #BA3B28;
}
</style>
background-color css
<style>
a { background-color: #BA3B28; }
a { background-color: rgb(186,59,40); }
div.DivClassName
{
background-color: #BA3B28;
}
.BgClassName
{
background-color: #BA3B28;
}
</style>
border-color css
<style>
span { border-color: #BA3B28; }
span { border-color: rgb(186,59,40); }
td.TdClassName
{
border-color: #BA3B28;
}
.TagClassName
{
border-color: #BA3B28;
}
</style>