Shades of Medium Carmine #BA443D
Tints of Medium Carmine #BA443D
RGB
CMYK
RGB Variations
Color information
#BA443D (or 0xBA443D) is known color: Medium Carmine. HEX triplet: BA, 44 and 3D. RGB value is (186,68,61). Sum of RGB (Red+Green+Blue) = 186+68+61=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA443D is #45BBC2. Grayscale: #666666. Windows color (decimal): -4570051 or 4015290. OLE color: 4015290.
HSL color Cylindrical-coordinate representation of color #BA443D: hue angle of 3.36º 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 #BA443D is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 68 | 61 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.27 |
| HSL | 3.36º | 0.51% | 0.48% | - |
| HSV(B) | 3.36º | 0.67% | 0.73% | - |
| XYZ | 23.16 | 14.91 | 6.07 | - |
| YUV | 102.48 | 104.59 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 68 | 61 | 0 | 0.63 | 0.67 | 0.27 | 3.36 | 0.51 | 0.48 |
| Hex | BA | 44 | 3D | 0 | 3F | 43 | 1B | 3 | 33 | 30 |
| Octal | 272 | 104 | 75 | 0 | 77 | 103 | 33 | 3 | 63 | 60 |
| Binary | 10111010 | 1000100 | 111101 | 0 | 111111 | 1000011 | 11011 | 11 | 110011 | 110000 |
Color Harmonies of #BA443D
Complementary color
Monochromatic Colors of #BA443D
Black with #BA443D
Text Example
Text Example
White with #BA443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA443D; }
p { color: rgb(186,68,61); }
H1.HeaderClassName
{
color: #BA443D;
}
.AnyTagClassName
{
color: #BA443D;
}
</style>
background-color css
<style>
a { background-color: #BA443D; }
a { background-color: rgb(186,68,61); }
div.DivClassName
{
background-color: #BA443D;
}
.BgClassName
{
background-color: #BA443D;
}
</style>
border-color css
<style>
span { border-color: #BA443D; }
span { border-color: rgb(186,68,61); }
td.TdClassName
{
border-color: #BA443D;
}
.TagClassName
{
border-color: #BA443D;
}
</style>