Shades of Cardinal #BA1747
Tints of Cardinal #BA1747
RGB
CMYK
RGB Variations
Color information
#BA1747 (or 0xBA1747) is known color: Cardinal. HEX triplet: BA, 17 and 47. RGB value is (186,23,71). Sum of RGB (Red+Green+Blue) = 186+23+71=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1747 is #45E8B8. Grayscale: #4D4D4D. Windows color (decimal): -4581561 or 4659130. OLE color: 4659130.
HSL color Cylindrical-coordinate representation of color #BA1747: hue angle of 342.33º 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 #BA1747 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 71 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.27 |
| HSL | 342.33º | 0.78% | 0.41% | - |
| HSV(B) | 342.33º | 0.88% | 0.73% | - |
| XYZ | 21.69 | 11.51 | 7.04 | - |
| YUV | 77.21 | 124.5 | 205.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 71 | 0 | 0.88 | 0.62 | 0.27 | 342.33 | 0.78 | 0.41 |
| Hex | BA | 17 | 47 | 0 | 58 | 3E | 1B | 156 | 4E | 29 |
| Octal | 272 | 27 | 107 | 0 | 130 | 76 | 33 | 526 | 116 | 51 |
| Binary | 10111010 | 10111 | 1000111 | 0 | 1011000 | 111110 | 11011 | 101010110 | 1001110 | 101001 |
Color Harmonies of #BA1747
Complementary color
Monochromatic Colors of #BA1747
Black with #BA1747
Text Example
Text Example
White with #BA1747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1747; }
p { color: rgb(186,23,71); }
H1.HeaderClassName
{
color: #BA1747;
}
.AnyTagClassName
{
color: #BA1747;
}
</style>
background-color css
<style>
a { background-color: #BA1747; }
a { background-color: rgb(186,23,71); }
div.DivClassName
{
background-color: #BA1747;
}
.BgClassName
{
background-color: #BA1747;
}
</style>
border-color css
<style>
span { border-color: #BA1747; }
span { border-color: rgb(186,23,71); }
td.TdClassName
{
border-color: #BA1747;
}
.TagClassName
{
border-color: #BA1747;
}
</style>