Shades of Cardinal #BA1745
Tints of Cardinal #BA1745
RGB
CMYK
RGB Variations
Color information
#BA1745 (or 0xBA1745) is known color: Cardinal. HEX triplet: BA, 17 and 45. RGB value is (186,23,69). Sum of RGB (Red+Green+Blue) = 186+23+69=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 23 (9.38% from 255 or 8.27% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1745 is #45E8BA. Grayscale: #4C4C4C. Windows color (decimal): -4581563 or 4528058. OLE color: 4528058.
HSL color Cylindrical-coordinate representation of color #BA1745: hue angle of 343.07º 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 #BA1745 is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 69 | - |
| CMYK | 0 | 0.88 | 0.63 | 0.27 |
| HSL | 343.07º | 0.78% | 0.41% | - |
| HSV(B) | 343.07º | 0.88% | 0.73% | - |
| XYZ | 21.63 | 11.48 | 6.71 | - |
| YUV | 76.98 | 123.5 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 69 | 0 | 0.88 | 0.63 | 0.27 | 343.07 | 0.78 | 0.41 |
| Hex | BA | 17 | 45 | 0 | 58 | 3F | 1B | 157 | 4E | 29 |
| Octal | 272 | 27 | 105 | 0 | 130 | 77 | 33 | 527 | 116 | 51 |
| Binary | 10111010 | 10111 | 1000101 | 0 | 1011000 | 111111 | 11011 | 101010111 | 1001110 | 101001 |
Color Harmonies of #BA1745
Complementary color
Monochromatic Colors of #BA1745
Black with #BA1745
Text Example
Text Example
White with #BA1745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1745; }
p { color: rgb(186,23,69); }
H1.HeaderClassName
{
color: #BA1745;
}
.AnyTagClassName
{
color: #BA1745;
}
</style>
background-color css
<style>
a { background-color: #BA1745; }
a { background-color: rgb(186,23,69); }
div.DivClassName
{
background-color: #BA1745;
}
.BgClassName
{
background-color: #BA1745;
}
</style>
border-color css
<style>
span { border-color: #BA1745; }
span { border-color: rgb(186,23,69); }
td.TdClassName
{
border-color: #BA1745;
}
.TagClassName
{
border-color: #BA1745;
}
</style>