Shades of Cardinal #BA202C
Tints of Cardinal #BA202C
RGB
CMYK
RGB Variations
Color information
#BA202C (or 0xBA202C) is known color: Cardinal. HEX triplet: BA, 20 and 2C. RGB value is (186,32,44). Sum of RGB (Red+Green+Blue) = 186+32+44=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA202C is #45DFD3. Grayscale: #4F4F4F. Windows color (decimal): -4579284 or 2891962. OLE color: 2891962.
HSL color Cylindrical-coordinate representation of color #BA202C: hue angle of 355.32º 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 #BA202C is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 44 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.27 |
| HSL | 355.32º | 0.71% | 0.43% | - |
| HSV(B) | 355.32º | 0.83% | 0.73% | - |
| XYZ | 21.22 | 11.65 | 3.51 | - |
| YUV | 79.41 | 108.02 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 44 | 0 | 0.83 | 0.76 | 0.27 | 355.32 | 0.71 | 0.43 |
| Hex | BA | 20 | 2C | 0 | 53 | 4C | 1B | 163 | 47 | 2B |
| Octal | 272 | 40 | 54 | 0 | 123 | 114 | 33 | 543 | 107 | 53 |
| Binary | 10111010 | 100000 | 101100 | 0 | 1010011 | 1001100 | 11011 | 101100011 | 1000111 | 101011 |
Color Harmonies of #BA202C
Complementary color
Monochromatic Colors of #BA202C
Black with #BA202C
Text Example
Text Example
White with #BA202C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA202C; }
p { color: rgb(186,32,44); }
H1.HeaderClassName
{
color: #BA202C;
}
.AnyTagClassName
{
color: #BA202C;
}
</style>
background-color css
<style>
a { background-color: #BA202C; }
a { background-color: rgb(186,32,44); }
div.DivClassName
{
background-color: #BA202C;
}
.BgClassName
{
background-color: #BA202C;
}
</style>
border-color css
<style>
span { border-color: #BA202C; }
span { border-color: rgb(186,32,44); }
td.TdClassName
{
border-color: #BA202C;
}
.TagClassName
{
border-color: #BA202C;
}
</style>