Shades of Medium Carmine #BA3D27
Tints of Medium Carmine #BA3D27
RGB
CMYK
RGB Variations
Color information
#BA3D27 (or 0xBA3D27) is known color: Medium Carmine. HEX triplet: BA, 3D and 27. RGB value is (186,61,39). Sum of RGB (Red+Green+Blue) = 186+61+39=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 61 (24.22% from 255 or 21.33% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D27 is #45C2D8. Grayscale: #606060. Windows color (decimal): -4571865 or 2571706. OLE color: 2571706.
HSL color Cylindrical-coordinate representation of color #BA3D27: hue angle of 8.98º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA3D27 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 39 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.27 |
| HSL | 8.98º | 0.65% | 0.44% | - |
| HSV(B) | 8.98º | 0.79% | 0.73% | - |
| XYZ | 22.28 | 13.92 | 3.43 | - |
| YUV | 95.87 | 95.91 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 39 | 0 | 0.67 | 0.79 | 0.27 | 8.98 | 0.65 | 0.44 |
| Hex | BA | 3D | 27 | 0 | 43 | 4F | 1B | 9 | 41 | 2C |
| Octal | 272 | 75 | 47 | 0 | 103 | 117 | 33 | 11 | 101 | 54 |
| Binary | 10111010 | 111101 | 100111 | 0 | 1000011 | 1001111 | 11011 | 1001 | 1000001 | 101100 |
Color Harmonies of #BA3D27
Complementary color
Monochromatic Colors of #BA3D27
Black with #BA3D27
Text Example
Text Example
White with #BA3D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D27; }
p { color: rgb(186,61,39); }
H1.HeaderClassName
{
color: #BA3D27;
}
.AnyTagClassName
{
color: #BA3D27;
}
</style>
background-color css
<style>
a { background-color: #BA3D27; }
a { background-color: rgb(186,61,39); }
div.DivClassName
{
background-color: #BA3D27;
}
.BgClassName
{
background-color: #BA3D27;
}
</style>
border-color css
<style>
span { border-color: #BA3D27; }
span { border-color: rgb(186,61,39); }
td.TdClassName
{
border-color: #BA3D27;
}
.TagClassName
{
border-color: #BA3D27;
}
</style>