Shades of Cardinal #BA1629
Tints of Cardinal #BA1629
RGB
CMYK
RGB Variations
Color information
#BA1629 (or 0xBA1629) is known color: Cardinal. HEX triplet: BA, 16 and 29. RGB value is (186,22,41). Sum of RGB (Red+Green+Blue) = 186+22+41=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1629 is #45E9D6. Grayscale: #494949. Windows color (decimal): -4581847 or 2692794. OLE color: 2692794.
HSL color Cylindrical-coordinate representation of color #BA1629: hue angle of 353.05º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1629 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 41 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.27 |
| HSL | 353.05º | 0.79% | 0.41% | - |
| HSV(B) | 353.05º | 0.88% | 0.73% | - |
| XYZ | 20.94 | 11.17 | 3.15 | - |
| YUV | 73.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 41 | 0 | 0.88 | 0.78 | 0.27 | 353.05 | 0.79 | 0.41 |
| Hex | BA | 16 | 29 | 0 | 58 | 4E | 1B | 161 | 4F | 29 |
| Octal | 272 | 26 | 51 | 0 | 130 | 116 | 33 | 541 | 117 | 51 |
| Binary | 10111010 | 10110 | 101001 | 0 | 1011000 | 1001110 | 11011 | 101100001 | 1001111 | 101001 |
Color Harmonies of #BA1629
Complementary color
Monochromatic Colors of #BA1629
Black with #BA1629
Text Example
Text Example
White with #BA1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1629; }
p { color: rgb(186,22,41); }
H1.HeaderClassName
{
color: #BA1629;
}
.AnyTagClassName
{
color: #BA1629;
}
</style>
background-color css
<style>
a { background-color: #BA1629; }
a { background-color: rgb(186,22,41); }
div.DivClassName
{
background-color: #BA1629;
}
.BgClassName
{
background-color: #BA1629;
}
</style>
border-color css
<style>
span { border-color: #BA1629; }
span { border-color: rgb(186,22,41); }
td.TdClassName
{
border-color: #BA1629;
}
.TagClassName
{
border-color: #BA1629;
}
</style>