Shades of Medium Carmine #BA3828
Tints of Medium Carmine #BA3828
RGB
CMYK
RGB Variations
Color information
#BA3828 (or 0xBA3828) is known color: Medium Carmine. HEX triplet: BA, 38 and 28. RGB value is (186,56,40). Sum of RGB (Red+Green+Blue) = 186+56+40=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3828 is #45C7D7. Grayscale: #5D5D5D. Windows color (decimal): -4573144 or 2635962. OLE color: 2635962.
HSL color Cylindrical-coordinate representation of color #BA3828: hue angle of 6.58º 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 #BA3828 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 56 | 40 | - |
| CMYK | 0 | 0.70 | 0.78 | 0.27 |
| HSL | 6.58º | 0.65% | 0.44% | - |
| HSV(B) | 6.58º | 0.78% | 0.73% | - |
| XYZ | 22.05 | 13.42 | 3.44 | - |
| YUV | 93.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 56 | 40 | 0 | 0.70 | 0.78 | 0.27 | 6.58 | 0.65 | 0.44 |
| Hex | BA | 38 | 28 | 0 | 46 | 4E | 1B | 7 | 41 | 2C |
| Octal | 272 | 70 | 50 | 0 | 106 | 116 | 33 | 7 | 101 | 54 |
| Binary | 10111010 | 111000 | 101000 | 0 | 1000110 | 1001110 | 11011 | 111 | 1000001 | 101100 |
Color Harmonies of #BA3828
Complementary color
Monochromatic Colors of #BA3828
Black with #BA3828
Text Example
Text Example
White with #BA3828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3828; }
p { color: rgb(186,56,40); }
H1.HeaderClassName
{
color: #BA3828;
}
.AnyTagClassName
{
color: #BA3828;
}
</style>
background-color css
<style>
a { background-color: #BA3828; }
a { background-color: rgb(186,56,40); }
div.DivClassName
{
background-color: #BA3828;
}
.BgClassName
{
background-color: #BA3828;
}
</style>
border-color css
<style>
span { border-color: #BA3828; }
span { border-color: rgb(186,56,40); }
td.TdClassName
{
border-color: #BA3828;
}
.TagClassName
{
border-color: #BA3828;
}
</style>