Shades of Medium Carmine #BA3D2F
Tints of Medium Carmine #BA3D2F
RGB
CMYK
RGB Variations
Color information
#BA3D2F (or 0xBA3D2F) is known color: Medium Carmine. HEX triplet: BA, 3D and 2F. RGB value is (186,61,47). Sum of RGB (Red+Green+Blue) = 186+61+47=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 61 (24.22% from 255 or 20.75% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D2F is #45C2D0. Grayscale: #606060. Windows color (decimal): -4571857 or 3095994. OLE color: 3095994.
HSL color Cylindrical-coordinate representation of color #BA3D2F: hue angle of 6.04º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA3D2F is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 61 | 47 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.27 |
| HSL | 6.04º | 0.6% | 0.46% | - |
| HSV(B) | 6.04º | 0.75% | 0.73% | - |
| XYZ | 22.43 | 13.98 | 4.21 | - |
| YUV | 96.78 | 99.91 | 191.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 61 | 47 | 0 | 0.67 | 0.75 | 0.27 | 6.04 | 0.6 | 0.46 |
| Hex | BA | 3D | 2F | 0 | 43 | 4B | 1B | 6 | 3C | 2E |
| Octal | 272 | 75 | 57 | 0 | 103 | 113 | 33 | 6 | 74 | 56 |
| Binary | 10111010 | 111101 | 101111 | 0 | 1000011 | 1001011 | 11011 | 110 | 111100 | 101110 |
Color Harmonies of #BA3D2F
Complementary color
Monochromatic Colors of #BA3D2F
Black with #BA3D2F
Text Example
Text Example
White with #BA3D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3D2F; }
p { color: rgb(186,61,47); }
H1.HeaderClassName
{
color: #BA3D2F;
}
.AnyTagClassName
{
color: #BA3D2F;
}
</style>
background-color css
<style>
a { background-color: #BA3D2F; }
a { background-color: rgb(186,61,47); }
div.DivClassName
{
background-color: #BA3D2F;
}
.BgClassName
{
background-color: #BA3D2F;
}
</style>
border-color css
<style>
span { border-color: #BA3D2F; }
span { border-color: rgb(186,61,47); }
td.TdClassName
{
border-color: #BA3D2F;
}
.TagClassName
{
border-color: #BA3D2F;
}
</style>