Shades of Medium Carmine #BA432D
Tints of Medium Carmine #BA432D
RGB
CMYK
RGB Variations
Color information
#BA432D (or 0xBA432D) is known color: Medium Carmine. HEX triplet: BA, 43 and 2D. RGB value is (186,67,45). Sum of RGB (Red+Green+Blue) = 186+67+45=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA432D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA432D is #45BCD2. Grayscale: #646464. Windows color (decimal): -4570323 or 2966458. OLE color: 2966458.
HSL color Cylindrical-coordinate representation of color #BA432D: hue angle of 9.36º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA432D is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 67 | 45 | - |
| CMYK | 0 | 0.64 | 0.76 | 0.27 |
| HSL | 9.36º | 0.61% | 0.45% | - |
| HSV(B) | 9.36º | 0.76% | 0.73% | - |
| XYZ | 22.73 | 14.64 | 4.11 | - |
| YUV | 100.07 | 96.92 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 67 | 45 | 0 | 0.64 | 0.76 | 0.27 | 9.36 | 0.61 | 0.45 |
| Hex | BA | 43 | 2D | 0 | 40 | 4C | 1B | 9 | 3D | 2D |
| Octal | 272 | 103 | 55 | 0 | 100 | 114 | 33 | 11 | 75 | 55 |
| Binary | 10111010 | 1000011 | 101101 | 0 | 1000000 | 1001100 | 11011 | 1001 | 111101 | 101101 |
Color Harmonies of #BA432D
Complementary color
Monochromatic Colors of #BA432D
Black with #BA432D
Text Example
Text Example
White with #BA432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA432D; }
p { color: rgb(186,67,45); }
H1.HeaderClassName
{
color: #BA432D;
}
.AnyTagClassName
{
color: #BA432D;
}
</style>
background-color css
<style>
a { background-color: #BA432D; }
a { background-color: rgb(186,67,45); }
div.DivClassName
{
background-color: #BA432D;
}
.BgClassName
{
background-color: #BA432D;
}
</style>
border-color css
<style>
span { border-color: #BA432D; }
span { border-color: rgb(186,67,45); }
td.TdClassName
{
border-color: #BA432D;
}
.TagClassName
{
border-color: #BA432D;
}
</style>