Shades of Cardinal #BA1832
Tints of Cardinal #BA1832
RGB
CMYK
RGB Variations
Color information
#BA1832 (or 0xBA1832) is known color: Cardinal. HEX triplet: BA, 18 and 32. RGB value is (186,24,50). Sum of RGB (Red+Green+Blue) = 186+24+50=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1832 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1832 is #45E7CD. Grayscale: #4B4B4B. Windows color (decimal): -4581326 or 3283130. OLE color: 3283130.
HSL color Cylindrical-coordinate representation of color #BA1832: hue angle of 350.37º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1832 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 50 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.27 |
| HSL | 350.37º | 0.77% | 0.41% | - |
| HSV(B) | 350.37º | 0.87% | 0.73% | - |
| XYZ | 21.15 | 11.32 | 4.09 | - |
| YUV | 75.4 | 113.67 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 50 | 0 | 0.87 | 0.73 | 0.27 | 350.37 | 0.77 | 0.41 |
| Hex | BA | 18 | 32 | 0 | 57 | 49 | 1B | 15E | 4D | 29 |
| Octal | 272 | 30 | 62 | 0 | 127 | 111 | 33 | 536 | 115 | 51 |
| Binary | 10111010 | 11000 | 110010 | 0 | 1010111 | 1001001 | 11011 | 101011110 | 1001101 | 101001 |
Color Harmonies of #BA1832
Complementary color
Monochromatic Colors of #BA1832
Black with #BA1832
Text Example
Text Example
White with #BA1832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1832; }
p { color: rgb(186,24,50); }
H1.HeaderClassName
{
color: #BA1832;
}
.AnyTagClassName
{
color: #BA1832;
}
</style>
background-color css
<style>
a { background-color: #BA1832; }
a { background-color: rgb(186,24,50); }
div.DivClassName
{
background-color: #BA1832;
}
.BgClassName
{
background-color: #BA1832;
}
</style>
border-color css
<style>
span { border-color: #BA1832; }
span { border-color: rgb(186,24,50); }
td.TdClassName
{
border-color: #BA1832;
}
.TagClassName
{
border-color: #BA1832;
}
</style>