Shades of Cardinal #BA1532
Tints of Cardinal #BA1532
RGB
CMYK
RGB Variations
Color information
#BA1532 (or 0xBA1532) is known color: Cardinal. HEX triplet: BA, 15 and 32. RGB value is (186,21,50). Sum of RGB (Red+Green+Blue) = 186+21+50=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1532 is #45EACD. Grayscale: #494949. Windows color (decimal): -4582094 or 3282362. OLE color: 3282362.
HSL color Cylindrical-coordinate representation of color #BA1532: hue angle of 349.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1532 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 50 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.27 |
| HSL | 349.45º | 0.8% | 0.41% | - |
| HSV(B) | 349.45º | 0.89% | 0.73% | - |
| XYZ | 21.09 | 11.21 | 4.07 | - |
| YUV | 73.64 | 114.66 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 50 | 0 | 0.89 | 0.73 | 0.27 | 349.45 | 0.8 | 0.41 |
| Hex | BA | 15 | 32 | 0 | 59 | 49 | 1B | 15D | 50 | 29 |
| Octal | 272 | 25 | 62 | 0 | 131 | 111 | 33 | 535 | 120 | 51 |
| Binary | 10111010 | 10101 | 110010 | 0 | 1011001 | 1001001 | 11011 | 101011101 | 1010000 | 101001 |
Color Harmonies of #BA1532
Complementary color
Monochromatic Colors of #BA1532
Black with #BA1532
Text Example
Text Example
White with #BA1532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1532; }
p { color: rgb(186,21,50); }
H1.HeaderClassName
{
color: #BA1532;
}
.AnyTagClassName
{
color: #BA1532;
}
</style>
background-color css
<style>
a { background-color: #BA1532; }
a { background-color: rgb(186,21,50); }
div.DivClassName
{
background-color: #BA1532;
}
.BgClassName
{
background-color: #BA1532;
}
</style>
border-color css
<style>
span { border-color: #BA1532; }
span { border-color: rgb(186,21,50); }
td.TdClassName
{
border-color: #BA1532;
}
.TagClassName
{
border-color: #BA1532;
}
</style>