Shades of Medium Carmine #BA432E
Tints of Medium Carmine #BA432E
RGB
CMYK
RGB Variations
Color information
#BA432E (or 0xBA432E) is known color: Medium Carmine. HEX triplet: BA, 43 and 2E. RGB value is (186,67,46). Sum of RGB (Red+Green+Blue) = 186+67+46=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA432E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA432E is #45BCD1. Grayscale: #646464. Windows color (decimal): -4570322 or 3031994. OLE color: 3031994.
HSL color Cylindrical-coordinate representation of color #BA432E: hue angle of 9º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA432E is Cyan = 0, Magento = 0.64, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 46 | - |
| CMYK | 0 | 0.64 | 0.75 | 0.27 |
| HSL | 9º | 0.6% | 0.45% | - |
| HSV(B) | 9º | 0.75% | 0.73% | - |
| XYZ | 22.75 | 14.65 | 4.21 | - |
| YUV | 100.19 | 97.42 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 46 | 0 | 0.64 | 0.75 | 0.27 | 9 | 0.6 | 0.45 |
| Hex | BA | 43 | 2E | 0 | 40 | 4B | 1B | 9 | 3C | 2D |
| Octal | 272 | 103 | 56 | 0 | 100 | 113 | 33 | 11 | 74 | 55 |
| Binary | 10111010 | 1000011 | 101110 | 0 | 1000000 | 1001011 | 11011 | 1001 | 111100 | 101101 |
Color Harmonies of #BA432E
Complementary color
Monochromatic Colors of #BA432E
Black with #BA432E
Text Example
Text Example
White with #BA432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA432E; }
p { color: rgb(186,67,46); }
H1.HeaderClassName
{
color: #BA432E;
}
.AnyTagClassName
{
color: #BA432E;
}
</style>
background-color css
<style>
a { background-color: #BA432E; }
a { background-color: rgb(186,67,46); }
div.DivClassName
{
background-color: #BA432E;
}
.BgClassName
{
background-color: #BA432E;
}
</style>
border-color css
<style>
span { border-color: #BA432E; }
span { border-color: rgb(186,67,46); }
td.TdClassName
{
border-color: #BA432E;
}
.TagClassName
{
border-color: #BA432E;
}
</style>