Shades of Cardinal #BA1530
Tints of Cardinal #BA1530
RGB
CMYK
RGB Variations
Color information
#BA1530 (or 0xBA1530) is known color: Cardinal. HEX triplet: BA, 15 and 30. RGB value is (186,21,48). Sum of RGB (Red+Green+Blue) = 186+21+48=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1530 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1530 is #45EACF. Grayscale: #494949. Windows color (decimal): -4582096 or 3151290. OLE color: 3151290.
HSL color Cylindrical-coordinate representation of color #BA1530: hue angle of 350.18º 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 #BA1530 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 48 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.27 |
| HSL | 350.18º | 0.8% | 0.41% | - |
| HSV(B) | 350.18º | 0.89% | 0.73% | - |
| XYZ | 21.05 | 11.19 | 3.85 | - |
| YUV | 73.41 | 113.66 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 48 | 0 | 0.89 | 0.74 | 0.27 | 350.18 | 0.8 | 0.41 |
| Hex | BA | 15 | 30 | 0 | 59 | 4A | 1B | 15E | 50 | 29 |
| Octal | 272 | 25 | 60 | 0 | 131 | 112 | 33 | 536 | 120 | 51 |
| Binary | 10111010 | 10101 | 110000 | 0 | 1011001 | 1001010 | 11011 | 101011110 | 1010000 | 101001 |
Color Harmonies of #BA1530
Complementary color
Monochromatic Colors of #BA1530
Black with #BA1530
Text Example
Text Example
White with #BA1530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1530; }
p { color: rgb(186,21,48); }
H1.HeaderClassName
{
color: #BA1530;
}
.AnyTagClassName
{
color: #BA1530;
}
</style>
background-color css
<style>
a { background-color: #BA1530; }
a { background-color: rgb(186,21,48); }
div.DivClassName
{
background-color: #BA1530;
}
.BgClassName
{
background-color: #BA1530;
}
</style>
border-color css
<style>
span { border-color: #BA1530; }
span { border-color: rgb(186,21,48); }
td.TdClassName
{
border-color: #BA1530;
}
.TagClassName
{
border-color: #BA1530;
}
</style>