Shades of Cardinal #BA1A40
Tints of Cardinal #BA1A40
RGB
CMYK
RGB Variations
Color information
#BA1A40 (or 0xBA1A40) is known color: Cardinal. HEX triplet: BA, 1A and 40. RGB value is (186,26,64). Sum of RGB (Red+Green+Blue) = 186+26+64=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A40 is #45E5BF. Grayscale: #4E4E4E. Windows color (decimal): -4580800 or 4201146. OLE color: 4201146.
HSL color Cylindrical-coordinate representation of color #BA1A40: hue angle of 345.75º 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 #BA1A40 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 64 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.27 |
| HSL | 345.75º | 0.75% | 0.42% | - |
| HSV(B) | 345.75º | 0.86% | 0.73% | - |
| XYZ | 21.54 | 11.55 | 5.94 | - |
| YUV | 78.17 | 120.01 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 64 | 0 | 0.86 | 0.66 | 0.27 | 345.75 | 0.75 | 0.42 |
| Hex | BA | 1A | 40 | 0 | 56 | 42 | 1B | 15A | 4B | 2A |
| Octal | 272 | 32 | 100 | 0 | 126 | 102 | 33 | 532 | 113 | 52 |
| Binary | 10111010 | 11010 | 1000000 | 0 | 1010110 | 1000010 | 11011 | 101011010 | 1001011 | 101010 |
Color Harmonies of #BA1A40
Complementary color
Monochromatic Colors of #BA1A40
Black with #BA1A40
Text Example
Text Example
White with #BA1A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A40; }
p { color: rgb(186,26,64); }
H1.HeaderClassName
{
color: #BA1A40;
}
.AnyTagClassName
{
color: #BA1A40;
}
</style>
background-color css
<style>
a { background-color: #BA1A40; }
a { background-color: rgb(186,26,64); }
div.DivClassName
{
background-color: #BA1A40;
}
.BgClassName
{
background-color: #BA1A40;
}
</style>
border-color css
<style>
span { border-color: #BA1A40; }
span { border-color: rgb(186,26,64); }
td.TdClassName
{
border-color: #BA1A40;
}
.TagClassName
{
border-color: #BA1A40;
}
</style>