Shades of Cardinal #BA053C
Tints of Cardinal #BA053C
RGB
CMYK
RGB Variations
Color information
#BA053C (or 0xBA053C) is known color: Cardinal. HEX triplet: BA, 05 and 3C. RGB value is (186,5,60). Sum of RGB (Red+Green+Blue) = 186+5+60=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA053C is #45FAC3. Grayscale: #414141. Windows color (decimal): -4586180 or 3933626. OLE color: 3933626.
HSL color Cylindrical-coordinate representation of color #BA053C: hue angle of 341.77º 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 #BA053C is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 5 | 60 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.27 |
| HSL | 341.77º | 0.95% | 0.37% | - |
| HSV(B) | 341.77º | 0.97% | 0.73% | - |
| XYZ | 21.12 | 10.87 | 5.26 | - |
| YUV | 65.39 | 124.97 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 60 | 0 | 0.97 | 0.68 | 0.27 | 341.77 | 0.95 | 0.37 |
| Hex | BA | 5 | 3C | 0 | 61 | 44 | 1B | 156 | 5F | 25 |
| Octal | 272 | 5 | 74 | 0 | 141 | 104 | 33 | 526 | 137 | 45 |
| Binary | 10111010 | 101 | 111100 | 0 | 1100001 | 1000100 | 11011 | 101010110 | 1011111 | 100101 |
Color Harmonies of #BA053C
Complementary color
Monochromatic Colors of #BA053C
Black with #BA053C
Text Example
Text Example
White with #BA053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA053C; }
p { color: rgb(186,5,60); }
H1.HeaderClassName
{
color: #BA053C;
}
.AnyTagClassName
{
color: #BA053C;
}
</style>
background-color css
<style>
a { background-color: #BA053C; }
a { background-color: rgb(186,5,60); }
div.DivClassName
{
background-color: #BA053C;
}
.BgClassName
{
background-color: #BA053C;
}
</style>
border-color css
<style>
span { border-color: #BA053C; }
span { border-color: rgb(186,5,60); }
td.TdClassName
{
border-color: #BA053C;
}
.TagClassName
{
border-color: #BA053C;
}
</style>