Shades of Medium Carmine #BA3D2D
Tints of Medium Carmine #BA3D2D
RGB
CMYK
RGB Variations
Color information
#BA3D2D (or 0xBA3D2D) is known color: Medium Carmine. HEX triplet: BA, 3D and 2D. RGB value is (186,61,45). Sum of RGB (Red+Green+Blue) = 186+61+45=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 45 (17.97% from 255 or 15.41% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D2D is #45C2D2. Grayscale: #606060. Windows color (decimal): -4571859 or 2964922. OLE color: 2964922.
HSL color Cylindrical-coordinate representation of color #BA3D2D: hue angle of 6.81º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA3D2D is Cyan = 0, Magento = 0.67, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 45 | - |
| CMYK | 0 | 0.67 | 0.76 | 0.27 |
| HSL | 6.81º | 0.61% | 0.45% | - |
| HSV(B) | 6.81º | 0.76% | 0.73% | - |
| XYZ | 22.39 | 13.97 | 4 | - |
| YUV | 96.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 45 | 0 | 0.67 | 0.76 | 0.27 | 6.81 | 0.61 | 0.45 |
| Hex | BA | 3D | 2D | 0 | 43 | 4C | 1B | 7 | 3D | 2D |
| Octal | 272 | 75 | 55 | 0 | 103 | 114 | 33 | 7 | 75 | 55 |
| Binary | 10111010 | 111101 | 101101 | 0 | 1000011 | 1001100 | 11011 | 111 | 111101 | 101101 |
Color Harmonies of #BA3D2D
Complementary color
Monochromatic Colors of #BA3D2D
Black with #BA3D2D
Text Example
Text Example
White with #BA3D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D2D; }
p { color: rgb(186,61,45); }
H1.HeaderClassName
{
color: #BA3D2D;
}
.AnyTagClassName
{
color: #BA3D2D;
}
</style>
background-color css
<style>
a { background-color: #BA3D2D; }
a { background-color: rgb(186,61,45); }
div.DivClassName
{
background-color: #BA3D2D;
}
.BgClassName
{
background-color: #BA3D2D;
}
</style>
border-color css
<style>
span { border-color: #BA3D2D; }
span { border-color: rgb(186,61,45); }
td.TdClassName
{
border-color: #BA3D2D;
}
.TagClassName
{
border-color: #BA3D2D;
}
</style>