Shades of Cardinal #BA2541
Tints of Cardinal #BA2541
RGB
CMYK
RGB Variations
Color information
#BA2541 (or 0xBA2541) is known color: Cardinal. HEX triplet: BA, 25 and 41. RGB value is (186,37,65). Sum of RGB (Red+Green+Blue) = 186+37+65=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2541 is #45DABE. Grayscale: #545454. Windows color (decimal): -4577983 or 4269498. OLE color: 4269498.
HSL color Cylindrical-coordinate representation of color #BA2541: hue angle of 348.72º degrees, saturation: 0.67, 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 #BA2541 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 65 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.27 |
| HSL | 348.72º | 0.67% | 0.44% | - |
| HSV(B) | 348.72º | 0.8% | 0.73% | - |
| XYZ | 21.87 | 12.14 | 6.19 | - |
| YUV | 84.74 | 116.86 | 200.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 65 | 0 | 0.80 | 0.65 | 0.27 | 348.72 | 0.67 | 0.44 |
| Hex | BA | 25 | 41 | 0 | 50 | 41 | 1B | 15D | 43 | 2C |
| Octal | 272 | 45 | 101 | 0 | 120 | 101 | 33 | 535 | 103 | 54 |
| Binary | 10111010 | 100101 | 1000001 | 0 | 1010000 | 1000001 | 11011 | 101011101 | 1000011 | 101100 |
Color Harmonies of #BA2541
Complementary color
Monochromatic Colors of #BA2541
Black with #BA2541
Text Example
Text Example
White with #BA2541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2541; }
p { color: rgb(186,37,65); }
H1.HeaderClassName
{
color: #BA2541;
}
.AnyTagClassName
{
color: #BA2541;
}
</style>
background-color css
<style>
a { background-color: #BA2541; }
a { background-color: rgb(186,37,65); }
div.DivClassName
{
background-color: #BA2541;
}
.BgClassName
{
background-color: #BA2541;
}
</style>
border-color css
<style>
span { border-color: #BA2541; }
span { border-color: rgb(186,37,65); }
td.TdClassName
{
border-color: #BA2541;
}
.TagClassName
{
border-color: #BA2541;
}
</style>