Shades of Medium Carmine #BA433D
Tints of Medium Carmine #BA433D
RGB
CMYK
RGB Variations
Color information
#BA433D (or 0xBA433D) is known color: Medium Carmine. HEX triplet: BA, 43 and 3D. RGB value is (186,67,61). Sum of RGB (Red+Green+Blue) = 186+67+61=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA433D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA433D is #45BCC2. Grayscale: #666666. Windows color (decimal): -4570307 or 4015034. OLE color: 4015034.
HSL color Cylindrical-coordinate representation of color #BA433D: hue angle of 2.88º 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 #BA433D is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 61 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.27 |
| HSL | 2.88º | 0.51% | 0.48% | - |
| HSV(B) | 2.88º | 0.67% | 0.73% | - |
| XYZ | 23.1 | 14.79 | 6.05 | - |
| YUV | 101.9 | 104.92 | 187.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 61 | 0 | 0.64 | 0.67 | 0.27 | 2.88 | 0.51 | 0.48 |
| Hex | BA | 43 | 3D | 0 | 40 | 43 | 1B | 3 | 33 | 30 |
| Octal | 272 | 103 | 75 | 0 | 100 | 103 | 33 | 3 | 63 | 60 |
| Binary | 10111010 | 1000011 | 111101 | 0 | 1000000 | 1000011 | 11011 | 11 | 110011 | 110000 |
Color Harmonies of #BA433D
Complementary color
Monochromatic Colors of #BA433D
Black with #BA433D
Text Example
Text Example
White with #BA433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA433D; }
p { color: rgb(186,67,61); }
H1.HeaderClassName
{
color: #BA433D;
}
.AnyTagClassName
{
color: #BA433D;
}
</style>
background-color css
<style>
a { background-color: #BA433D; }
a { background-color: rgb(186,67,61); }
div.DivClassName
{
background-color: #BA433D;
}
.BgClassName
{
background-color: #BA433D;
}
</style>
border-color css
<style>
span { border-color: #BA433D; }
span { border-color: rgb(186,67,61); }
td.TdClassName
{
border-color: #BA433D;
}
.TagClassName
{
border-color: #BA433D;
}
</style>