Shades of Medium Carmine #BA3D3D
Tints of Medium Carmine #BA3D3D
RGB
CMYK
RGB Variations
Color information
#BA3D3D (or 0xBA3D3D) is known color: Medium Carmine. HEX triplet: BA, 3D and 3D. RGB value is (186,61,61). Sum of RGB (Red+Green+Blue) = 186+61+61=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D3D is #45C2C2. Grayscale: #626262. Windows color (decimal): -4571843 or 4013498. OLE color: 4013498.
HSL color Cylindrical-coordinate representation of color #BA3D3D: hue angle of 0º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA3D3D is Cyan = 0, Magento = 0.67, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 61 | - |
| CMYK | 0 | 0.67 | 0.67 | 0.27 |
| HSL | 0º | 0.51% | 0.48% | - |
| HSV(B) | 0º | 0.67% | 0.73% | - |
| XYZ | 22.76 | 14.11 | 5.94 | - |
| YUV | 98.38 | 106.91 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 61 | 0 | 0.67 | 0.67 | 0.27 | 0 | 0.51 | 0.48 |
| Hex | BA | 3D | 3D | 0 | 43 | 43 | 1B | 0 | 33 | 30 |
| Octal | 272 | 75 | 75 | 0 | 103 | 103 | 33 | 0 | 63 | 60 |
| Binary | 10111010 | 111101 | 111101 | 0 | 1000011 | 1000011 | 11011 | 0 | 110011 | 110000 |
Color Harmonies of #BA3D3D
Complementary color
Monochromatic Colors of #BA3D3D
Black with #BA3D3D
Text Example
Text Example
White with #BA3D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D3D; }
p { color: rgb(186,61,61); }
H1.HeaderClassName
{
color: #BA3D3D;
}
.AnyTagClassName
{
color: #BA3D3D;
}
</style>
background-color css
<style>
a { background-color: #BA3D3D; }
a { background-color: rgb(186,61,61); }
div.DivClassName
{
background-color: #BA3D3D;
}
.BgClassName
{
background-color: #BA3D3D;
}
</style>
border-color css
<style>
span { border-color: #BA3D3D; }
span { border-color: rgb(186,61,61); }
td.TdClassName
{
border-color: #BA3D3D;
}
.TagClassName
{
border-color: #BA3D3D;
}
</style>