Shades of Medium Carmine #BA403D
Tints of Medium Carmine #BA403D
RGB
CMYK
RGB Variations
Color information
#BA403D (or 0xBA403D) is known color: Medium Carmine. HEX triplet: BA, 40 and 3D. RGB value is (186,64,61). Sum of RGB (Red+Green+Blue) = 186+64+61=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA403D is #45BFC2. Grayscale: #646464. Windows color (decimal): -4571075 or 4014266. OLE color: 4014266.
HSL color Cylindrical-coordinate representation of color #BA403D: hue angle of 1.44º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA403D is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 64 | 61 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.27 |
| HSL | 1.44º | 0.51% | 0.48% | - |
| HSV(B) | 1.44º | 0.67% | 0.73% | - |
| XYZ | 22.93 | 14.44 | 5.99 | - |
| YUV | 100.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 64 | 61 | 0 | 0.66 | 0.67 | 0.27 | 1.44 | 0.51 | 0.48 |
| Hex | BA | 40 | 3D | 0 | 42 | 43 | 1B | 1 | 33 | 30 |
| Octal | 272 | 100 | 75 | 0 | 102 | 103 | 33 | 1 | 63 | 60 |
| Binary | 10111010 | 1000000 | 111101 | 0 | 1000010 | 1000011 | 11011 | 1 | 110011 | 110000 |
Color Harmonies of #BA403D
Complementary color
Monochromatic Colors of #BA403D
Black with #BA403D
Text Example
Text Example
White with #BA403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA403D; }
p { color: rgb(186,64,61); }
H1.HeaderClassName
{
color: #BA403D;
}
.AnyTagClassName
{
color: #BA403D;
}
</style>
background-color css
<style>
a { background-color: #BA403D; }
a { background-color: rgb(186,64,61); }
div.DivClassName
{
background-color: #BA403D;
}
.BgClassName
{
background-color: #BA403D;
}
</style>
border-color css
<style>
span { border-color: #BA403D; }
span { border-color: rgb(186,64,61); }
td.TdClassName
{
border-color: #BA403D;
}
.TagClassName
{
border-color: #BA403D;
}
</style>