Shades of Cardinal #BA1A43
Tints of Cardinal #BA1A43
RGB
CMYK
RGB Variations
Color information
#BA1A43 (or 0xBA1A43) is known color: Cardinal. HEX triplet: BA, 1A and 43. RGB value is (186,26,67). Sum of RGB (Red+Green+Blue) = 186+26+67=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 67 (26.56% from 255 or 24.01% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A43 is #45E5BC. Grayscale: #4E4E4E. Windows color (decimal): -4580797 or 4397754. OLE color: 4397754.
HSL color Cylindrical-coordinate representation of color #BA1A43: hue angle of 344.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A43 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 67 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.27 |
| HSL | 344.63º | 0.75% | 0.42% | - |
| HSV(B) | 344.63º | 0.86% | 0.73% | - |
| XYZ | 21.63 | 11.58 | 6.41 | - |
| YUV | 78.51 | 121.51 | 204.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 67 | 0 | 0.86 | 0.64 | 0.27 | 344.63 | 0.75 | 0.42 |
| Hex | BA | 1A | 43 | 0 | 56 | 40 | 1B | 159 | 4B | 2A |
| Octal | 272 | 32 | 103 | 0 | 126 | 100 | 33 | 531 | 113 | 52 |
| Binary | 10111010 | 11010 | 1000011 | 0 | 1010110 | 1000000 | 11011 | 101011001 | 1001011 | 101010 |
Color Harmonies of #BA1A43
Complementary color
Monochromatic Colors of #BA1A43
Black with #BA1A43
Text Example
Text Example
White with #BA1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A43; }
p { color: rgb(186,26,67); }
H1.HeaderClassName
{
color: #BA1A43;
}
.AnyTagClassName
{
color: #BA1A43;
}
</style>
background-color css
<style>
a { background-color: #BA1A43; }
a { background-color: rgb(186,26,67); }
div.DivClassName
{
background-color: #BA1A43;
}
.BgClassName
{
background-color: #BA1A43;
}
</style>
border-color css
<style>
span { border-color: #BA1A43; }
span { border-color: rgb(186,26,67); }
td.TdClassName
{
border-color: #BA1A43;
}
.TagClassName
{
border-color: #BA1A43;
}
</style>