Shades of Cardinal #BA0545
Tints of Cardinal #BA0545
RGB
CMYK
RGB Variations
Color information
#BA0545 (or 0xBA0545) is known color: Cardinal. HEX triplet: BA, 05 and 45. RGB value is (186,5,69). Sum of RGB (Red+Green+Blue) = 186+5+69=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0545 is #45FABA. Grayscale: #424242. Windows color (decimal): -4586171 or 4523450. OLE color: 4523450.
HSL color Cylindrical-coordinate representation of color #BA0545: hue angle of 338.78º 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 #BA0545 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 69 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.27 |
| HSL | 338.78º | 0.95% | 0.37% | - |
| HSV(B) | 338.78º | 0.97% | 0.73% | - |
| XYZ | 21.38 | 10.98 | 6.62 | - |
| YUV | 66.42 | 129.47 | 213.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 69 | 0 | 0.97 | 0.63 | 0.27 | 338.78 | 0.95 | 0.37 |
| Hex | BA | 5 | 45 | 0 | 61 | 3F | 1B | 153 | 5F | 25 |
| Octal | 272 | 5 | 105 | 0 | 141 | 77 | 33 | 523 | 137 | 45 |
| Binary | 10111010 | 101 | 1000101 | 0 | 1100001 | 111111 | 11011 | 101010011 | 1011111 | 100101 |
Color Harmonies of #BA0545
Complementary color
Monochromatic Colors of #BA0545
Black with #BA0545
Text Example
Text Example
White with #BA0545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0545; }
p { color: rgb(186,5,69); }
H1.HeaderClassName
{
color: #BA0545;
}
.AnyTagClassName
{
color: #BA0545;
}
</style>
background-color css
<style>
a { background-color: #BA0545; }
a { background-color: rgb(186,5,69); }
div.DivClassName
{
background-color: #BA0545;
}
.BgClassName
{
background-color: #BA0545;
}
</style>
border-color css
<style>
span { border-color: #BA0545; }
span { border-color: rgb(186,5,69); }
td.TdClassName
{
border-color: #BA0545;
}
.TagClassName
{
border-color: #BA0545;
}
</style>