Shades of Cardinal #BA1738
Tints of Cardinal #BA1738
RGB
CMYK
RGB Variations
Color information
#BA1738 (or 0xBA1738) is known color: Cardinal. HEX triplet: BA, 17 and 38. RGB value is (186,23,56). Sum of RGB (Red+Green+Blue) = 186+23+56=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1738 is #45E8C7. Grayscale: #4B4B4B. Windows color (decimal): -4581576 or 3676090. OLE color: 3676090.
HSL color Cylindrical-coordinate representation of color #BA1738: hue angle of 347.85º degrees, saturation: 0.78, 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 #BA1738 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 56 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.27 |
| HSL | 347.85º | 0.78% | 0.41% | - |
| HSV(B) | 347.85º | 0.88% | 0.73% | - |
| XYZ | 21.27 | 11.34 | 4.81 | - |
| YUV | 75.5 | 117 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 56 | 0 | 0.88 | 0.70 | 0.27 | 347.85 | 0.78 | 0.41 |
| Hex | BA | 17 | 38 | 0 | 58 | 46 | 1B | 15C | 4E | 29 |
| Octal | 272 | 27 | 70 | 0 | 130 | 106 | 33 | 534 | 116 | 51 |
| Binary | 10111010 | 10111 | 111000 | 0 | 1011000 | 1000110 | 11011 | 101011100 | 1001110 | 101001 |
Color Harmonies of #BA1738
Complementary color
Monochromatic Colors of #BA1738
Black with #BA1738
Text Example
Text Example
White with #BA1738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1738; }
p { color: rgb(186,23,56); }
H1.HeaderClassName
{
color: #BA1738;
}
.AnyTagClassName
{
color: #BA1738;
}
</style>
background-color css
<style>
a { background-color: #BA1738; }
a { background-color: rgb(186,23,56); }
div.DivClassName
{
background-color: #BA1738;
}
.BgClassName
{
background-color: #BA1738;
}
</style>
border-color css
<style>
span { border-color: #BA1738; }
span { border-color: rgb(186,23,56); }
td.TdClassName
{
border-color: #BA1738;
}
.TagClassName
{
border-color: #BA1738;
}
</style>