Shades of Cardinal #BA2129
Tints of Cardinal #BA2129
RGB
CMYK
RGB Variations
Color information
#BA2129 (or 0xBA2129) is known color: Cardinal. HEX triplet: BA, 21 and 29. RGB value is (186,33,41). Sum of RGB (Red+Green+Blue) = 186+33+41=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2129 is #45DED6. Grayscale: #4F4F4F. Windows color (decimal): -4579031 or 2695610. OLE color: 2695610.
HSL color Cylindrical-coordinate representation of color #BA2129: hue angle of 356.86º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2129 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 41 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.27 |
| HSL | 356.86º | 0.7% | 0.43% | - |
| HSV(B) | 356.86º | 0.82% | 0.73% | - |
| XYZ | 21.19 | 11.69 | 3.24 | - |
| YUV | 79.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 41 | 0 | 0.82 | 0.78 | 0.27 | 356.86 | 0.7 | 0.43 |
| Hex | BA | 21 | 29 | 0 | 52 | 4E | 1B | 165 | 46 | 2B |
| Octal | 272 | 41 | 51 | 0 | 122 | 116 | 33 | 545 | 106 | 53 |
| Binary | 10111010 | 100001 | 101001 | 0 | 1010010 | 1001110 | 11011 | 101100101 | 1000110 | 101011 |
Color Harmonies of #BA2129
Complementary color
Monochromatic Colors of #BA2129
Black with #BA2129
Text Example
Text Example
White with #BA2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2129; }
p { color: rgb(186,33,41); }
H1.HeaderClassName
{
color: #BA2129;
}
.AnyTagClassName
{
color: #BA2129;
}
</style>
background-color css
<style>
a { background-color: #BA2129; }
a { background-color: rgb(186,33,41); }
div.DivClassName
{
background-color: #BA2129;
}
.BgClassName
{
background-color: #BA2129;
}
</style>
border-color css
<style>
span { border-color: #BA2129; }
span { border-color: rgb(186,33,41); }
td.TdClassName
{
border-color: #BA2129;
}
.TagClassName
{
border-color: #BA2129;
}
</style>