Shades of Cardinal #BA2029
Tints of Cardinal #BA2029
RGB
CMYK
RGB Variations
Color information
#BA2029 (or 0xBA2029) is known color: Cardinal. HEX triplet: BA, 20 and 29. RGB value is (186,32,41). Sum of RGB (Red+Green+Blue) = 186+32+41=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 41 (16.41% from 255 or 15.83% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2029 is #45DFD6. Grayscale: #4F4F4F. Windows color (decimal): -4579287 or 2695354. OLE color: 2695354.
HSL color Cylindrical-coordinate representation of color #BA2029: hue angle of 356.49º 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 #BA2029 is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 41 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.27 |
| HSL | 356.49º | 0.71% | 0.43% | - |
| HSV(B) | 356.49º | 0.83% | 0.73% | - |
| XYZ | 21.17 | 11.63 | 3.23 | - |
| YUV | 79.07 | 106.52 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 41 | 0 | 0.83 | 0.78 | 0.27 | 356.49 | 0.71 | 0.43 |
| Hex | BA | 20 | 29 | 0 | 53 | 4E | 1B | 164 | 47 | 2B |
| Octal | 272 | 40 | 51 | 0 | 123 | 116 | 33 | 544 | 107 | 53 |
| Binary | 10111010 | 100000 | 101001 | 0 | 1010011 | 1001110 | 11011 | 101100100 | 1000111 | 101011 |
Color Harmonies of #BA2029
Complementary color
Monochromatic Colors of #BA2029
Black with #BA2029
Text Example
Text Example
White with #BA2029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2029; }
p { color: rgb(186,32,41); }
H1.HeaderClassName
{
color: #BA2029;
}
.AnyTagClassName
{
color: #BA2029;
}
</style>
background-color css
<style>
a { background-color: #BA2029; }
a { background-color: rgb(186,32,41); }
div.DivClassName
{
background-color: #BA2029;
}
.BgClassName
{
background-color: #BA2029;
}
</style>
border-color css
<style>
span { border-color: #BA2029; }
span { border-color: rgb(186,32,41); }
td.TdClassName
{
border-color: #BA2029;
}
.TagClassName
{
border-color: #BA2029;
}
</style>