Shades of Cardinal #BA1F45
Tints of Cardinal #BA1F45
RGB
CMYK
RGB Variations
Color information
#BA1F45 (or 0xBA1F45) is known color: Cardinal. HEX triplet: BA, 1F and 45. RGB value is (186,31,69). Sum of RGB (Red+Green+Blue) = 186+31+69=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F45 is #45E0BA. Grayscale: #515151. Windows color (decimal): -4579515 or 4530106. OLE color: 4530106.
HSL color Cylindrical-coordinate representation of color #BA1F45: hue angle of 345.29º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F45 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 69 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.27 |
| HSL | 345.29º | 0.71% | 0.43% | - |
| HSV(B) | 345.29º | 0.83% | 0.73% | - |
| XYZ | 21.81 | 11.85 | 6.77 | - |
| YUV | 81.68 | 120.85 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 69 | 0 | 0.83 | 0.63 | 0.27 | 345.29 | 0.71 | 0.43 |
| Hex | BA | 1F | 45 | 0 | 53 | 3F | 1B | 159 | 47 | 2B |
| Octal | 272 | 37 | 105 | 0 | 123 | 77 | 33 | 531 | 107 | 53 |
| Binary | 10111010 | 11111 | 1000101 | 0 | 1010011 | 111111 | 11011 | 101011001 | 1000111 | 101011 |
Color Harmonies of #BA1F45
Complementary color
Monochromatic Colors of #BA1F45
Black with #BA1F45
Text Example
Text Example
White with #BA1F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F45; }
p { color: rgb(186,31,69); }
H1.HeaderClassName
{
color: #BA1F45;
}
.AnyTagClassName
{
color: #BA1F45;
}
</style>
background-color css
<style>
a { background-color: #BA1F45; }
a { background-color: rgb(186,31,69); }
div.DivClassName
{
background-color: #BA1F45;
}
.BgClassName
{
background-color: #BA1F45;
}
</style>
border-color css
<style>
span { border-color: #BA1F45; }
span { border-color: rgb(186,31,69); }
td.TdClassName
{
border-color: #BA1F45;
}
.TagClassName
{
border-color: #BA1F45;
}
</style>