Shades of Cardinal #BA2028
Tints of Cardinal #BA2028
RGB
CMYK
RGB Variations
Color information
#BA2028 (or 0xBA2028) is known color: Cardinal. HEX triplet: BA, 20 and 28. RGB value is (186,32,40). Sum of RGB (Red+Green+Blue) = 186+32+40=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2028 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2028 is #45DFD7. Grayscale: #4F4F4F. Windows color (decimal): -4579288 or 2629818. OLE color: 2629818.
HSL color Cylindrical-coordinate representation of color #BA2028: hue angle of 356.88º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2028 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 40 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.27 |
| HSL | 356.88º | 0.71% | 0.43% | - |
| HSV(B) | 356.88º | 0.83% | 0.73% | - |
| XYZ | 21.15 | 11.63 | 3.14 | - |
| YUV | 78.96 | 106.02 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 40 | 0 | 0.83 | 0.78 | 0.27 | 356.88 | 0.71 | 0.43 |
| Hex | BA | 20 | 28 | 0 | 53 | 4E | 1B | 165 | 47 | 2B |
| Octal | 272 | 40 | 50 | 0 | 123 | 116 | 33 | 545 | 107 | 53 |
| Binary | 10111010 | 100000 | 101000 | 0 | 1010011 | 1001110 | 11011 | 101100101 | 1000111 | 101011 |
Color Harmonies of #BA2028
Complementary color
Monochromatic Colors of #BA2028
Black with #BA2028
Text Example
Text Example
White with #BA2028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2028; }
p { color: rgb(186,32,40); }
H1.HeaderClassName
{
color: #BA2028;
}
.AnyTagClassName
{
color: #BA2028;
}
</style>
background-color css
<style>
a { background-color: #BA2028; }
a { background-color: rgb(186,32,40); }
div.DivClassName
{
background-color: #BA2028;
}
.BgClassName
{
background-color: #BA2028;
}
</style>
border-color css
<style>
span { border-color: #BA2028; }
span { border-color: rgb(186,32,40); }
td.TdClassName
{
border-color: #BA2028;
}
.TagClassName
{
border-color: #BA2028;
}
</style>