Shades of Medium Carmine #BA3D24
Tints of Medium Carmine #BA3D24
RGB
CMYK
RGB Variations
Color information
#BA3D24 (or 0xBA3D24) is known color: Medium Carmine. HEX triplet: BA, 3D and 24. RGB value is (186,61,36). Sum of RGB (Red+Green+Blue) = 186+61+36=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D24 is #45C2DB. Grayscale: #5F5F5F. Windows color (decimal): -4571868 or 2375098. OLE color: 2375098.
HSL color Cylindrical-coordinate representation of color #BA3D24: hue angle of 10º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA3D24 is Cyan = 0, Magento = 0.67, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 36 | - |
| CMYK | 0 | 0.67 | 0.81 | 0.27 |
| HSL | 10º | 0.68% | 0.44% | - |
| HSV(B) | 10º | 0.81% | 0.73% | - |
| XYZ | 22.24 | 13.9 | 3.18 | - |
| YUV | 95.53 | 94.41 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 36 | 0 | 0.67 | 0.81 | 0.27 | 10 | 0.68 | 0.44 |
| Hex | BA | 3D | 24 | 0 | 43 | 51 | 1B | A | 44 | 2C |
| Octal | 272 | 75 | 44 | 0 | 103 | 121 | 33 | 12 | 104 | 54 |
| Binary | 10111010 | 111101 | 100100 | 0 | 1000011 | 1010001 | 11011 | 1010 | 1000100 | 101100 |
Color Harmonies of #BA3D24
Complementary color
Monochromatic Colors of #BA3D24
Black with #BA3D24
Text Example
Text Example
White with #BA3D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D24; }
p { color: rgb(186,61,36); }
H1.HeaderClassName
{
color: #BA3D24;
}
.AnyTagClassName
{
color: #BA3D24;
}
</style>
background-color css
<style>
a { background-color: #BA3D24; }
a { background-color: rgb(186,61,36); }
div.DivClassName
{
background-color: #BA3D24;
}
.BgClassName
{
background-color: #BA3D24;
}
</style>
border-color css
<style>
span { border-color: #BA3D24; }
span { border-color: rgb(186,61,36); }
td.TdClassName
{
border-color: #BA3D24;
}
.TagClassName
{
border-color: #BA3D24;
}
</style>