Shades of Medium Carmine #BA3629
Tints of Medium Carmine #BA3629
RGB
CMYK
RGB Variations
Color information
#BA3629 (or 0xBA3629) is known color: Medium Carmine. HEX triplet: BA, 36 and 29. RGB value is (186,54,41). Sum of RGB (Red+Green+Blue) = 186+54+41=281 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.19% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3629 is #45C9D6. Grayscale: #5C5C5C. Windows color (decimal): -4573655 or 2700986. OLE color: 2700986.
HSL color Cylindrical-coordinate representation of color #BA3629: hue angle of 5.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA3629 is Cyan = 0, Magento = 0.71, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 41 | - |
| CMYK | 0 | 0.71 | 0.78 | 0.27 |
| HSL | 5.38º | 0.64% | 0.45% | - |
| HSV(B) | 5.38º | 0.78% | 0.73% | - |
| XYZ | 21.97 | 13.24 | 3.5 | - |
| YUV | 91.99 | 99.23 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 41 | 0 | 0.71 | 0.78 | 0.27 | 5.38 | 0.64 | 0.45 |
| Hex | BA | 36 | 29 | 0 | 47 | 4E | 1B | 5 | 40 | 2D |
| Octal | 272 | 66 | 51 | 0 | 107 | 116 | 33 | 5 | 100 | 55 |
| Binary | 10111010 | 110110 | 101001 | 0 | 1000111 | 1001110 | 11011 | 101 | 1000000 | 101101 |
Color Harmonies of #BA3629
Complementary color
Monochromatic Colors of #BA3629
Black with #BA3629
Text Example
Text Example
White with #BA3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3629; }
p { color: rgb(186,54,41); }
H1.HeaderClassName
{
color: #BA3629;
}
.AnyTagClassName
{
color: #BA3629;
}
</style>
background-color css
<style>
a { background-color: #BA3629; }
a { background-color: rgb(186,54,41); }
div.DivClassName
{
background-color: #BA3629;
}
.BgClassName
{
background-color: #BA3629;
}
</style>
border-color css
<style>
span { border-color: #BA3629; }
span { border-color: rgb(186,54,41); }
td.TdClassName
{
border-color: #BA3629;
}
.TagClassName
{
border-color: #BA3629;
}
</style>