Shades of Cardinal #BA1231
Tints of Cardinal #BA1231
RGB
CMYK
RGB Variations
Color information
#BA1231 (or 0xBA1231) is known color: Cardinal. HEX triplet: BA, 12 and 31. RGB value is (186,18,49). Sum of RGB (Red+Green+Blue) = 186+18+49=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1231 is #45EDCE. Grayscale: #474747. Windows color (decimal): -4582863 or 3216058. OLE color: 3216058.
HSL color Cylindrical-coordinate representation of color #BA1231: hue angle of 348.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1231 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 49 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.27 |
| HSL | 348.93º | 0.82% | 0.4% | - |
| HSV(B) | 348.93º | 0.9% | 0.73% | - |
| XYZ | 21.02 | 11.09 | 3.94 | - |
| YUV | 71.77 | 115.16 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 49 | 0 | 0.90 | 0.74 | 0.27 | 348.93 | 0.82 | 0.4 |
| Hex | BA | 12 | 31 | 0 | 5A | 4A | 1B | 15D | 52 | 28 |
| Octal | 272 | 22 | 61 | 0 | 132 | 112 | 33 | 535 | 122 | 50 |
| Binary | 10111010 | 10010 | 110001 | 0 | 1011010 | 1001010 | 11011 | 101011101 | 1010010 | 101000 |
Color Harmonies of #BA1231
Complementary color
Monochromatic Colors of #BA1231
Black with #BA1231
Text Example
Text Example
White with #BA1231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1231; }
p { color: rgb(186,18,49); }
H1.HeaderClassName
{
color: #BA1231;
}
.AnyTagClassName
{
color: #BA1231;
}
</style>
background-color css
<style>
a { background-color: #BA1231; }
a { background-color: rgb(186,18,49); }
div.DivClassName
{
background-color: #BA1231;
}
.BgClassName
{
background-color: #BA1231;
}
</style>
border-color css
<style>
span { border-color: #BA1231; }
span { border-color: rgb(186,18,49); }
td.TdClassName
{
border-color: #BA1231;
}
.TagClassName
{
border-color: #BA1231;
}
</style>