Shades of Cardinal #BA1C48
Tints of Cardinal #BA1C48
RGB
CMYK
RGB Variations
Color information
#BA1C48 (or 0xBA1C48) is known color: Cardinal. HEX triplet: BA, 1C and 48. RGB value is (186,28,72). Sum of RGB (Red+Green+Blue) = 186+28+72=286 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.03% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1C48 is #45E3B7. Grayscale: #505050. Windows color (decimal): -4580280 or 4725946. OLE color: 4725946.
HSL color Cylindrical-coordinate representation of color #BA1C48: hue angle of 343.29º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1C48 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 72 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.27 |
| HSL | 343.29º | 0.74% | 0.42% | - |
| HSV(B) | 343.29º | 0.85% | 0.73% | - |
| XYZ | 21.83 | 11.74 | 7.25 | - |
| YUV | 80.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 72 | 0 | 0.85 | 0.61 | 0.27 | 343.29 | 0.74 | 0.42 |
| Hex | BA | 1C | 48 | 0 | 55 | 3D | 1B | 157 | 4A | 2A |
| Octal | 272 | 34 | 110 | 0 | 125 | 75 | 33 | 527 | 112 | 52 |
| Binary | 10111010 | 11100 | 1001000 | 0 | 1010101 | 111101 | 11011 | 101010111 | 1001010 | 101010 |
Color Harmonies of #BA1C48
Complementary color
Monochromatic Colors of #BA1C48
Black with #BA1C48
Text Example
Text Example
White with #BA1C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C48; }
p { color: rgb(186,28,72); }
H1.HeaderClassName
{
color: #BA1C48;
}
.AnyTagClassName
{
color: #BA1C48;
}
</style>
background-color css
<style>
a { background-color: #BA1C48; }
a { background-color: rgb(186,28,72); }
div.DivClassName
{
background-color: #BA1C48;
}
.BgClassName
{
background-color: #BA1C48;
}
</style>
border-color css
<style>
span { border-color: #BA1C48; }
span { border-color: rgb(186,28,72); }
td.TdClassName
{
border-color: #BA1C48;
}
.TagClassName
{
border-color: #BA1C48;
}
</style>