Shades of Cardinal #BA1A42
Tints of Cardinal #BA1A42
RGB
CMYK
RGB Variations
Color information
#BA1A42 (or 0xBA1A42) is known color: Cardinal. HEX triplet: BA, 1A and 42. RGB value is (186,26,66). Sum of RGB (Red+Green+Blue) = 186+26+66=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A42 is #45E5BD. Grayscale: #4E4E4E. Windows color (decimal): -4580798 or 4332218. OLE color: 4332218.
HSL color Cylindrical-coordinate representation of color #BA1A42: hue angle of 345º 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 #BA1A42 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 66 | - |
| CMYK | 0 | 0.86 | 0.65 | 0.27 |
| HSL | 345º | 0.75% | 0.42% | - |
| HSV(B) | 345º | 0.86% | 0.73% | - |
| XYZ | 21.6 | 11.57 | 6.25 | - |
| YUV | 78.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 66 | 0 | 0.86 | 0.65 | 0.27 | 345 | 0.75 | 0.42 |
| Hex | BA | 1A | 42 | 0 | 56 | 41 | 1B | 159 | 4B | 2A |
| Octal | 272 | 32 | 102 | 0 | 126 | 101 | 33 | 531 | 113 | 52 |
| Binary | 10111010 | 11010 | 1000010 | 0 | 1010110 | 1000001 | 11011 | 101011001 | 1001011 | 101010 |
Color Harmonies of #BA1A42
Complementary color
Monochromatic Colors of #BA1A42
Black with #BA1A42
Text Example
Text Example
White with #BA1A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A42; }
p { color: rgb(186,26,66); }
H1.HeaderClassName
{
color: #BA1A42;
}
.AnyTagClassName
{
color: #BA1A42;
}
</style>
background-color css
<style>
a { background-color: #BA1A42; }
a { background-color: rgb(186,26,66); }
div.DivClassName
{
background-color: #BA1A42;
}
.BgClassName
{
background-color: #BA1A42;
}
</style>
border-color css
<style>
span { border-color: #BA1A42; }
span { border-color: rgb(186,26,66); }
td.TdClassName
{
border-color: #BA1A42;
}
.TagClassName
{
border-color: #BA1A42;
}
</style>