Shades of Medium Carmine #BA402F
Tints of Medium Carmine #BA402F
RGB
CMYK
RGB Variations
Color information
#BA402F (or 0xBA402F) is known color: Medium Carmine. HEX triplet: BA, 40 and 2F. RGB value is (186,64,47). Sum of RGB (Red+Green+Blue) = 186+64+47=297 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.63% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 186 - color contains mainly: red. Hex color #BA402F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA402F is #45BFD0. Grayscale: #626262. Windows color (decimal): -4571089 or 3096762. OLE color: 3096762.
HSL color Cylindrical-coordinate representation of color #BA402F: hue angle of 7.34º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA402F is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 47 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.27 |
| HSL | 7.34º | 0.6% | 0.46% | - |
| HSV(B) | 7.34º | 0.75% | 0.73% | - |
| XYZ | 22.6 | 14.31 | 4.26 | - |
| YUV | 98.54 | 98.92 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 47 | 0 | 0.66 | 0.75 | 0.27 | 7.34 | 0.6 | 0.46 |
| Hex | BA | 40 | 2F | 0 | 42 | 4B | 1B | 7 | 3C | 2E |
| Octal | 272 | 100 | 57 | 0 | 102 | 113 | 33 | 7 | 74 | 56 |
| Binary | 10111010 | 1000000 | 101111 | 0 | 1000010 | 1001011 | 11011 | 111 | 111100 | 101110 |
Color Harmonies of #BA402F
Complementary color
Monochromatic Colors of #BA402F
Black with #BA402F
Text Example
Text Example
White with #BA402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA402F; }
p { color: rgb(186,64,47); }
H1.HeaderClassName
{
color: #BA402F;
}
.AnyTagClassName
{
color: #BA402F;
}
</style>
background-color css
<style>
a { background-color: #BA402F; }
a { background-color: rgb(186,64,47); }
div.DivClassName
{
background-color: #BA402F;
}
.BgClassName
{
background-color: #BA402F;
}
</style>
border-color css
<style>
span { border-color: #BA402F; }
span { border-color: rgb(186,64,47); }
td.TdClassName
{
border-color: #BA402F;
}
.TagClassName
{
border-color: #BA402F;
}
</style>