Shades of Cardinal #BA1A30
Tints of Cardinal #BA1A30
RGB
CMYK
RGB Variations
Color information
#BA1A30 (or 0xBA1A30) is known color: Cardinal. HEX triplet: BA, 1A and 30. RGB value is (186,26,48). Sum of RGB (Red+Green+Blue) = 186+26+48=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A30 is #45E5CF. Grayscale: #4C4C4C. Windows color (decimal): -4580816 or 3152570. OLE color: 3152570.
HSL color Cylindrical-coordinate representation of color #BA1A30: hue angle of 351.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 #BA1A30 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 48 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.27 |
| HSL | 351.75º | 0.75% | 0.42% | - |
| HSV(B) | 351.75º | 0.86% | 0.73% | - |
| XYZ | 21.15 | 11.39 | 3.88 | - |
| YUV | 76.35 | 112.01 | 206.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 48 | 0 | 0.86 | 0.74 | 0.27 | 351.75 | 0.75 | 0.42 |
| Hex | BA | 1A | 30 | 0 | 56 | 4A | 1B | 160 | 4B | 2A |
| Octal | 272 | 32 | 60 | 0 | 126 | 112 | 33 | 540 | 113 | 52 |
| Binary | 10111010 | 11010 | 110000 | 0 | 1010110 | 1001010 | 11011 | 101100000 | 1001011 | 101010 |
Color Harmonies of #BA1A30
Complementary color
Monochromatic Colors of #BA1A30
Black with #BA1A30
Text Example
Text Example
White with #BA1A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A30; }
p { color: rgb(186,26,48); }
H1.HeaderClassName
{
color: #BA1A30;
}
.AnyTagClassName
{
color: #BA1A30;
}
</style>
background-color css
<style>
a { background-color: #BA1A30; }
a { background-color: rgb(186,26,48); }
div.DivClassName
{
background-color: #BA1A30;
}
.BgClassName
{
background-color: #BA1A30;
}
</style>
border-color css
<style>
span { border-color: #BA1A30; }
span { border-color: rgb(186,26,48); }
td.TdClassName
{
border-color: #BA1A30;
}
.TagClassName
{
border-color: #BA1A30;
}
</style>