Shades of Cardinal #BA1538
Tints of Cardinal #BA1538
RGB
CMYK
RGB Variations
Color information
#BA1538 (or 0xBA1538) is known color: Cardinal. HEX triplet: BA, 15 and 38. RGB value is (186,21,56). Sum of RGB (Red+Green+Blue) = 186+21+56=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1538 is #45EAC7. Grayscale: #4A4A4A. Windows color (decimal): -4582088 or 3675578. OLE color: 3675578.
HSL color Cylindrical-coordinate representation of color #BA1538: hue angle of 347.27º 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 #BA1538 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 56 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.27 |
| HSL | 347.27º | 0.8% | 0.41% | - |
| HSV(B) | 347.27º | 0.89% | 0.73% | - |
| XYZ | 21.23 | 11.26 | 4.8 | - |
| YUV | 74.33 | 117.66 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 56 | 0 | 0.89 | 0.70 | 0.27 | 347.27 | 0.8 | 0.41 |
| Hex | BA | 15 | 38 | 0 | 59 | 46 | 1B | 15B | 50 | 29 |
| Octal | 272 | 25 | 70 | 0 | 131 | 106 | 33 | 533 | 120 | 51 |
| Binary | 10111010 | 10101 | 111000 | 0 | 1011001 | 1000110 | 11011 | 101011011 | 1010000 | 101001 |
Color Harmonies of #BA1538
Complementary color
Monochromatic Colors of #BA1538
Black with #BA1538
Text Example
Text Example
White with #BA1538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1538; }
p { color: rgb(186,21,56); }
H1.HeaderClassName
{
color: #BA1538;
}
.AnyTagClassName
{
color: #BA1538;
}
</style>
background-color css
<style>
a { background-color: #BA1538; }
a { background-color: rgb(186,21,56); }
div.DivClassName
{
background-color: #BA1538;
}
.BgClassName
{
background-color: #BA1538;
}
</style>
border-color css
<style>
span { border-color: #BA1538; }
span { border-color: rgb(186,21,56); }
td.TdClassName
{
border-color: #BA1538;
}
.TagClassName
{
border-color: #BA1538;
}
</style>