Shades of Cardinal #BA2036
Tints of Cardinal #BA2036
RGB
CMYK
RGB Variations
Color information
#BA2036 (or 0xBA2036) is known color: Cardinal. HEX triplet: BA, 20 and 36. RGB value is (186,32,54). Sum of RGB (Red+Green+Blue) = 186+32+54=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2036 is #45DFC9. Grayscale: #505050. Windows color (decimal): -4579274 or 3547322. OLE color: 3547322.
HSL color Cylindrical-coordinate representation of color #BA2036: hue angle of 351.43º 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 #BA2036 is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 54 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.27 |
| HSL | 351.43º | 0.71% | 0.43% | - |
| HSV(B) | 351.43º | 0.83% | 0.73% | - |
| XYZ | 21.43 | 11.74 | 4.63 | - |
| YUV | 80.55 | 113.02 | 203.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 54 | 0 | 0.83 | 0.71 | 0.27 | 351.43 | 0.71 | 0.43 |
| Hex | BA | 20 | 36 | 0 | 53 | 47 | 1B | 15F | 47 | 2B |
| Octal | 272 | 40 | 66 | 0 | 123 | 107 | 33 | 537 | 107 | 53 |
| Binary | 10111010 | 100000 | 110110 | 0 | 1010011 | 1000111 | 11011 | 101011111 | 1000111 | 101011 |
Color Harmonies of #BA2036
Complementary color
Monochromatic Colors of #BA2036
Black with #BA2036
Text Example
Text Example
White with #BA2036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2036; }
p { color: rgb(186,32,54); }
H1.HeaderClassName
{
color: #BA2036;
}
.AnyTagClassName
{
color: #BA2036;
}
</style>
background-color css
<style>
a { background-color: #BA2036; }
a { background-color: rgb(186,32,54); }
div.DivClassName
{
background-color: #BA2036;
}
.BgClassName
{
background-color: #BA2036;
}
</style>
border-color css
<style>
span { border-color: #BA2036; }
span { border-color: rgb(186,32,54); }
td.TdClassName
{
border-color: #BA2036;
}
.TagClassName
{
border-color: #BA2036;
}
</style>