Shades of Medium Carmine #BA3D2A
Tints of Medium Carmine #BA3D2A
RGB
CMYK
RGB Variations
Color information
#BA3D2A (or 0xBA3D2A) is known color: Medium Carmine. HEX triplet: BA, 3D and 2A. RGB value is (186,61,42). Sum of RGB (Red+Green+Blue) = 186+61+42=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D2A is #45C2D5. Grayscale: #606060. Windows color (decimal): -4571862 or 2768314. OLE color: 2768314.
HSL color Cylindrical-coordinate representation of color #BA3D2A: hue angle of 7.92º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA3D2A is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 42 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.27 |
| HSL | 7.92º | 0.63% | 0.45% | - |
| HSV(B) | 7.92º | 0.77% | 0.73% | - |
| XYZ | 22.34 | 13.94 | 3.7 | - |
| YUV | 96.21 | 97.41 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 42 | 0 | 0.67 | 0.77 | 0.27 | 7.92 | 0.63 | 0.45 |
| Hex | BA | 3D | 2A | 0 | 43 | 4D | 1B | 8 | 3F | 2D |
| Octal | 272 | 75 | 52 | 0 | 103 | 115 | 33 | 10 | 77 | 55 |
| Binary | 10111010 | 111101 | 101010 | 0 | 1000011 | 1001101 | 11011 | 1000 | 111111 | 101101 |
Color Harmonies of #BA3D2A
Complementary color
Monochromatic Colors of #BA3D2A
Black with #BA3D2A
Text Example
Text Example
White with #BA3D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D2A; }
p { color: rgb(186,61,42); }
H1.HeaderClassName
{
color: #BA3D2A;
}
.AnyTagClassName
{
color: #BA3D2A;
}
</style>
background-color css
<style>
a { background-color: #BA3D2A; }
a { background-color: rgb(186,61,42); }
div.DivClassName
{
background-color: #BA3D2A;
}
.BgClassName
{
background-color: #BA3D2A;
}
</style>
border-color css
<style>
span { border-color: #BA3D2A; }
span { border-color: rgb(186,61,42); }
td.TdClassName
{
border-color: #BA3D2A;
}
.TagClassName
{
border-color: #BA3D2A;
}
</style>