Shades of Cardinal #BA1435
Tints of Cardinal #BA1435
RGB
CMYK
RGB Variations
Color information
#BA1435 (or 0xBA1435) is known color: Cardinal. HEX triplet: BA, 14 and 35. RGB value is (186,20,53). Sum of RGB (Red+Green+Blue) = 186+20+53=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1435 is #45EBCA. Grayscale: #494949. Windows color (decimal): -4582347 or 3478714. OLE color: 3478714.
HSL color Cylindrical-coordinate representation of color #BA1435: hue angle of 348.07º 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 #BA1435 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 53 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.27 |
| HSL | 348.07º | 0.81% | 0.4% | - |
| HSV(B) | 348.07º | 0.89% | 0.73% | - |
| XYZ | 21.14 | 11.2 | 4.41 | - |
| YUV | 73.4 | 116.5 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 53 | 0 | 0.89 | 0.72 | 0.27 | 348.07 | 0.81 | 0.4 |
| Hex | BA | 14 | 35 | 0 | 59 | 48 | 1B | 15C | 51 | 28 |
| Octal | 272 | 24 | 65 | 0 | 131 | 110 | 33 | 534 | 121 | 50 |
| Binary | 10111010 | 10100 | 110101 | 0 | 1011001 | 1001000 | 11011 | 101011100 | 1010001 | 101000 |
Color Harmonies of #BA1435
Complementary color
Monochromatic Colors of #BA1435
Black with #BA1435
Text Example
Text Example
White with #BA1435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1435; }
p { color: rgb(186,20,53); }
H1.HeaderClassName
{
color: #BA1435;
}
.AnyTagClassName
{
color: #BA1435;
}
</style>
background-color css
<style>
a { background-color: #BA1435; }
a { background-color: rgb(186,20,53); }
div.DivClassName
{
background-color: #BA1435;
}
.BgClassName
{
background-color: #BA1435;
}
</style>
border-color css
<style>
span { border-color: #BA1435; }
span { border-color: rgb(186,20,53); }
td.TdClassName
{
border-color: #BA1435;
}
.TagClassName
{
border-color: #BA1435;
}
</style>