Shades of Medium Carmine #BA433C
Tints of Medium Carmine #BA433C
RGB
CMYK
RGB Variations
Color information
#BA433C (or 0xBA433C) is known color: Medium Carmine. HEX triplet: BA, 43 and 3C. RGB value is (186,67,60). Sum of RGB (Red+Green+Blue) = 186+67+60=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA433C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA433C is #45BCC3. Grayscale: #656565. Windows color (decimal): -4570308 or 3949498. OLE color: 3949498.
HSL color Cylindrical-coordinate representation of color #BA433C: hue angle of 3.33º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA433C is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 60 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.27 |
| HSL | 3.33º | 0.51% | 0.48% | - |
| HSV(B) | 3.33º | 0.68% | 0.73% | - |
| XYZ | 23.07 | 14.78 | 5.91 | - |
| YUV | 101.78 | 104.42 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 60 | 0 | 0.64 | 0.68 | 0.27 | 3.33 | 0.51 | 0.48 |
| Hex | BA | 43 | 3C | 0 | 40 | 44 | 1B | 3 | 33 | 30 |
| Octal | 272 | 103 | 74 | 0 | 100 | 104 | 33 | 3 | 63 | 60 |
| Binary | 10111010 | 1000011 | 111100 | 0 | 1000000 | 1000100 | 11011 | 11 | 110011 | 110000 |
Color Harmonies of #BA433C
Complementary color
Monochromatic Colors of #BA433C
Black with #BA433C
Text Example
Text Example
White with #BA433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA433C; }
p { color: rgb(186,67,60); }
H1.HeaderClassName
{
color: #BA433C;
}
.AnyTagClassName
{
color: #BA433C;
}
</style>
background-color css
<style>
a { background-color: #BA433C; }
a { background-color: rgb(186,67,60); }
div.DivClassName
{
background-color: #BA433C;
}
.BgClassName
{
background-color: #BA433C;
}
</style>
border-color css
<style>
span { border-color: #BA433C; }
span { border-color: rgb(186,67,60); }
td.TdClassName
{
border-color: #BA433C;
}
.TagClassName
{
border-color: #BA433C;
}
</style>