Shades of Cardinal #BA0535
Tints of Cardinal #BA0535
RGB
CMYK
RGB Variations
Color information
#BA0535 (or 0xBA0535) is known color: Cardinal. HEX triplet: BA, 05 and 35. RGB value is (186,5,53). Sum of RGB (Red+Green+Blue) = 186+5+53=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 53 (21.09% from 255 or 21.72% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0535 is #45FACA. Grayscale: #404040. Windows color (decimal): -4586187 or 3474874. OLE color: 3474874.
HSL color Cylindrical-coordinate representation of color #BA0535: hue angle of 344.09º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0535 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 53 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.27 |
| HSL | 344.09º | 0.95% | 0.37% | - |
| HSV(B) | 344.09º | 0.97% | 0.73% | - |
| XYZ | 20.95 | 10.8 | 4.35 | - |
| YUV | 64.59 | 121.47 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 53 | 0 | 0.97 | 0.72 | 0.27 | 344.09 | 0.95 | 0.37 |
| Hex | BA | 5 | 35 | 0 | 61 | 48 | 1B | 158 | 5F | 25 |
| Octal | 272 | 5 | 65 | 0 | 141 | 110 | 33 | 530 | 137 | 45 |
| Binary | 10111010 | 101 | 110101 | 0 | 1100001 | 1001000 | 11011 | 101011000 | 1011111 | 100101 |
Color Harmonies of #BA0535
Complementary color
Monochromatic Colors of #BA0535
Black with #BA0535
Text Example
Text Example
White with #BA0535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0535; }
p { color: rgb(186,5,53); }
H1.HeaderClassName
{
color: #BA0535;
}
.AnyTagClassName
{
color: #BA0535;
}
</style>
background-color css
<style>
a { background-color: #BA0535; }
a { background-color: rgb(186,5,53); }
div.DivClassName
{
background-color: #BA0535;
}
.BgClassName
{
background-color: #BA0535;
}
</style>
border-color css
<style>
span { border-color: #BA0535; }
span { border-color: rgb(186,5,53); }
td.TdClassName
{
border-color: #BA0535;
}
.TagClassName
{
border-color: #BA0535;
}
</style>