Shades of Cardinal #BA1430
Tints of Cardinal #BA1430
RGB
CMYK
RGB Variations
Color information
#BA1430 (or 0xBA1430) is known color: Cardinal. HEX triplet: BA, 14 and 30. RGB value is (186,20,48). Sum of RGB (Red+Green+Blue) = 186+20+48=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1430 is #45EBCF. Grayscale: #484848. Windows color (decimal): -4582352 or 3151034. OLE color: 3151034.
HSL color Cylindrical-coordinate representation of color #BA1430: hue angle of 349.88º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1430 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 48 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.27 |
| HSL | 349.88º | 0.81% | 0.4% | - |
| HSV(B) | 349.88º | 0.89% | 0.73% | - |
| XYZ | 21.03 | 11.15 | 3.84 | - |
| YUV | 72.83 | 114 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 48 | 0 | 0.89 | 0.74 | 0.27 | 349.88 | 0.81 | 0.4 |
| Hex | BA | 14 | 30 | 0 | 59 | 4A | 1B | 15E | 51 | 28 |
| Octal | 272 | 24 | 60 | 0 | 131 | 112 | 33 | 536 | 121 | 50 |
| Binary | 10111010 | 10100 | 110000 | 0 | 1011001 | 1001010 | 11011 | 101011110 | 1010001 | 101000 |
Color Harmonies of #BA1430
Complementary color
Monochromatic Colors of #BA1430
Black with #BA1430
Text Example
Text Example
White with #BA1430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1430; }
p { color: rgb(186,20,48); }
H1.HeaderClassName
{
color: #BA1430;
}
.AnyTagClassName
{
color: #BA1430;
}
</style>
background-color css
<style>
a { background-color: #BA1430; }
a { background-color: rgb(186,20,48); }
div.DivClassName
{
background-color: #BA1430;
}
.BgClassName
{
background-color: #BA1430;
}
</style>
border-color css
<style>
span { border-color: #BA1430; }
span { border-color: rgb(186,20,48); }
td.TdClassName
{
border-color: #BA1430;
}
.TagClassName
{
border-color: #BA1430;
}
</style>