Shades of Medium Carmine #BA3626
Tints of Medium Carmine #BA3626
RGB
CMYK
RGB Variations
Color information
#BA3626 (or 0xBA3626) is known color: Medium Carmine. HEX triplet: BA, 36 and 26. RGB value is (186,54,38). Sum of RGB (Red+Green+Blue) = 186+54+38=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3626 is #45C9D9. Grayscale: #5B5B5B. Windows color (decimal): -4573658 or 2504378. OLE color: 2504378.
HSL color Cylindrical-coordinate representation of color #BA3626: hue angle of 6.49º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA3626 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 54 | 38 | - |
| CMYK | 0 | 0.71 | 0.80 | 0.27 |
| HSL | 6.49º | 0.66% | 0.44% | - |
| HSV(B) | 6.49º | 0.8% | 0.73% | - |
| XYZ | 21.92 | 13.22 | 3.23 | - |
| YUV | 91.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 54 | 38 | 0 | 0.71 | 0.80 | 0.27 | 6.49 | 0.66 | 0.44 |
| Hex | BA | 36 | 26 | 0 | 47 | 50 | 1B | 6 | 42 | 2C |
| Octal | 272 | 66 | 46 | 0 | 107 | 120 | 33 | 6 | 102 | 54 |
| Binary | 10111010 | 110110 | 100110 | 0 | 1000111 | 1010000 | 11011 | 110 | 1000010 | 101100 |
Color Harmonies of #BA3626
Complementary color
Monochromatic Colors of #BA3626
Black with #BA3626
Text Example
Text Example
White with #BA3626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA3626; }
p { color: rgb(186,54,38); }
H1.HeaderClassName
{
color: #BA3626;
}
.AnyTagClassName
{
color: #BA3626;
}
</style>
background-color css
<style>
a { background-color: #BA3626; }
a { background-color: rgb(186,54,38); }
div.DivClassName
{
background-color: #BA3626;
}
.BgClassName
{
background-color: #BA3626;
}
</style>
border-color css
<style>
span { border-color: #BA3626; }
span { border-color: rgb(186,54,38); }
td.TdClassName
{
border-color: #BA3626;
}
.TagClassName
{
border-color: #BA3626;
}
</style>