Shades of Cardinal #BA1D44
Tints of Cardinal #BA1D44
RGB
CMYK
RGB Variations
Color information
#BA1D44 (or 0xBA1D44) is known color: Cardinal. HEX triplet: BA, 1D and 44. RGB value is (186,29,68). Sum of RGB (Red+Green+Blue) = 186+29+68=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D44 is #45E2BB. Grayscale: #505050. Windows color (decimal): -4580028 or 4464058. OLE color: 4464058.
HSL color Cylindrical-coordinate representation of color #BA1D44: hue angle of 345.1º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D44 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 68 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.27 |
| HSL | 345.1º | 0.73% | 0.42% | - |
| HSV(B) | 345.1º | 0.84% | 0.73% | - |
| XYZ | 21.73 | 11.74 | 6.59 | - |
| YUV | 80.39 | 121.01 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 68 | 0 | 0.84 | 0.63 | 0.27 | 345.1 | 0.73 | 0.42 |
| Hex | BA | 1D | 44 | 0 | 54 | 3F | 1B | 159 | 49 | 2A |
| Octal | 272 | 35 | 104 | 0 | 124 | 77 | 33 | 531 | 111 | 52 |
| Binary | 10111010 | 11101 | 1000100 | 0 | 1010100 | 111111 | 11011 | 101011001 | 1001001 | 101010 |
Color Harmonies of #BA1D44
Complementary color
Monochromatic Colors of #BA1D44
Black with #BA1D44
Text Example
Text Example
White with #BA1D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D44; }
p { color: rgb(186,29,68); }
H1.HeaderClassName
{
color: #BA1D44;
}
.AnyTagClassName
{
color: #BA1D44;
}
</style>
background-color css
<style>
a { background-color: #BA1D44; }
a { background-color: rgb(186,29,68); }
div.DivClassName
{
background-color: #BA1D44;
}
.BgClassName
{
background-color: #BA1D44;
}
</style>
border-color css
<style>
span { border-color: #BA1D44; }
span { border-color: rgb(186,29,68); }
td.TdClassName
{
border-color: #BA1D44;
}
.TagClassName
{
border-color: #BA1D44;
}
</style>