Shades of Cardinal #BA1542
Tints of Cardinal #BA1542
RGB
CMYK
RGB Variations
Color information
#BA1542 (or 0xBA1542) is known color: Cardinal. HEX triplet: BA, 15 and 42. RGB value is (186,21,66). Sum of RGB (Red+Green+Blue) = 186+21+66=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1542 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1542 is #45EABD. Grayscale: #4B4B4B. Windows color (decimal): -4582078 or 4330938. OLE color: 4330938.
HSL color Cylindrical-coordinate representation of color #BA1542: hue angle of 343.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1542 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 21 | 66 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.27 |
| HSL | 343.64º | 0.8% | 0.41% | - |
| HSV(B) | 343.64º | 0.89% | 0.73% | - |
| XYZ | 21.5 | 11.37 | 6.22 | - |
| YUV | 75.47 | 122.66 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 66 | 0 | 0.89 | 0.65 | 0.27 | 343.64 | 0.8 | 0.41 |
| Hex | BA | 15 | 42 | 0 | 59 | 41 | 1B | 158 | 50 | 29 |
| Octal | 272 | 25 | 102 | 0 | 131 | 101 | 33 | 530 | 120 | 51 |
| Binary | 10111010 | 10101 | 1000010 | 0 | 1011001 | 1000001 | 11011 | 101011000 | 1010000 | 101001 |
Color Harmonies of #BA1542
Complementary color
Monochromatic Colors of #BA1542
Black with #BA1542
Text Example
Text Example
White with #BA1542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1542; }
p { color: rgb(186,21,66); }
H1.HeaderClassName
{
color: #BA1542;
}
.AnyTagClassName
{
color: #BA1542;
}
</style>
background-color css
<style>
a { background-color: #BA1542; }
a { background-color: rgb(186,21,66); }
div.DivClassName
{
background-color: #BA1542;
}
.BgClassName
{
background-color: #BA1542;
}
</style>
border-color css
<style>
span { border-color: #BA1542; }
span { border-color: rgb(186,21,66); }
td.TdClassName
{
border-color: #BA1542;
}
.TagClassName
{
border-color: #BA1542;
}
</style>