Shades of Cardinal #BA2041
Tints of Cardinal #BA2041
RGB
CMYK
RGB Variations
Color information
#BA2041 (or 0xBA2041) is known color: Cardinal. HEX triplet: BA, 20 and 41. RGB value is (186,32,65). Sum of RGB (Red+Green+Blue) = 186+32+65=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2041 is #45DFBE. Grayscale: #515151. Windows color (decimal): -4579263 or 4268218. OLE color: 4268218.
HSL color Cylindrical-coordinate representation of color #BA2041: hue angle of 347.14º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2041 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 65 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.27 |
| HSL | 347.14º | 0.71% | 0.43% | - |
| HSV(B) | 347.14º | 0.83% | 0.73% | - |
| XYZ | 21.72 | 11.85 | 6.14 | - |
| YUV | 81.81 | 118.52 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 65 | 0 | 0.83 | 0.65 | 0.27 | 347.14 | 0.71 | 0.43 |
| Hex | BA | 20 | 41 | 0 | 53 | 41 | 1B | 15B | 47 | 2B |
| Octal | 272 | 40 | 101 | 0 | 123 | 101 | 33 | 533 | 107 | 53 |
| Binary | 10111010 | 100000 | 1000001 | 0 | 1010011 | 1000001 | 11011 | 101011011 | 1000111 | 101011 |
Color Harmonies of #BA2041
Complementary color
Monochromatic Colors of #BA2041
Black with #BA2041
Text Example
Text Example
White with #BA2041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2041; }
p { color: rgb(186,32,65); }
H1.HeaderClassName
{
color: #BA2041;
}
.AnyTagClassName
{
color: #BA2041;
}
</style>
background-color css
<style>
a { background-color: #BA2041; }
a { background-color: rgb(186,32,65); }
div.DivClassName
{
background-color: #BA2041;
}
.BgClassName
{
background-color: #BA2041;
}
</style>
border-color css
<style>
span { border-color: #BA2041; }
span { border-color: rgb(186,32,65); }
td.TdClassName
{
border-color: #BA2041;
}
.TagClassName
{
border-color: #BA2041;
}
</style>