Shades of Cardinal #BA1941
Tints of Cardinal #BA1941
RGB
CMYK
RGB Variations
Color information
#BA1941 (or 0xBA1941) is known color: Cardinal. HEX triplet: BA, 19 and 41. RGB value is (186,25,65). Sum of RGB (Red+Green+Blue) = 186+25+65=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1941 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1941 is #45E6BE. Grayscale: #4D4D4D. Windows color (decimal): -4581055 or 4266426. OLE color: 4266426.
HSL color Cylindrical-coordinate representation of color #BA1941: hue angle of 345.09º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1941 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 65 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.27 |
| HSL | 345.09º | 0.76% | 0.41% | - |
| HSV(B) | 345.09º | 0.87% | 0.73% | - |
| XYZ | 21.55 | 11.52 | 6.09 | - |
| YUV | 77.7 | 120.84 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 65 | 0 | 0.87 | 0.65 | 0.27 | 345.09 | 0.76 | 0.41 |
| Hex | BA | 19 | 41 | 0 | 57 | 41 | 1B | 159 | 4C | 29 |
| Octal | 272 | 31 | 101 | 0 | 127 | 101 | 33 | 531 | 114 | 51 |
| Binary | 10111010 | 11001 | 1000001 | 0 | 1010111 | 1000001 | 11011 | 101011001 | 1001100 | 101001 |
Color Harmonies of #BA1941
Complementary color
Monochromatic Colors of #BA1941
Black with #BA1941
Text Example
Text Example
White with #BA1941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1941; }
p { color: rgb(186,25,65); }
H1.HeaderClassName
{
color: #BA1941;
}
.AnyTagClassName
{
color: #BA1941;
}
</style>
background-color css
<style>
a { background-color: #BA1941; }
a { background-color: rgb(186,25,65); }
div.DivClassName
{
background-color: #BA1941;
}
.BgClassName
{
background-color: #BA1941;
}
</style>
border-color css
<style>
span { border-color: #BA1941; }
span { border-color: rgb(186,25,65); }
td.TdClassName
{
border-color: #BA1941;
}
.TagClassName
{
border-color: #BA1941;
}
</style>