Shades of Cardinal #BA1A32
Tints of Cardinal #BA1A32
RGB
CMYK
RGB Variations
Color information
#BA1A32 (or 0xBA1A32) is known color: Cardinal. HEX triplet: BA, 1A and 32. RGB value is (186,26,50). Sum of RGB (Red+Green+Blue) = 186+26+50=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A32 is #45E5CD. Grayscale: #4C4C4C. Windows color (decimal): -4580814 or 3283642. OLE color: 3283642.
HSL color Cylindrical-coordinate representation of color #BA1A32: hue angle of 351º 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 #BA1A32 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 26 | 50 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.27 |
| HSL | 351º | 0.75% | 0.42% | - |
| HSV(B) | 351º | 0.86% | 0.73% | - |
| XYZ | 21.19 | 11.41 | 4.1 | - |
| YUV | 76.58 | 113.01 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 50 | 0 | 0.86 | 0.73 | 0.27 | 351 | 0.75 | 0.42 |
| Hex | BA | 1A | 32 | 0 | 56 | 49 | 1B | 15F | 4B | 2A |
| Octal | 272 | 32 | 62 | 0 | 126 | 111 | 33 | 537 | 113 | 52 |
| Binary | 10111010 | 11010 | 110010 | 0 | 1010110 | 1001001 | 11011 | 101011111 | 1001011 | 101010 |
Color Harmonies of #BA1A32
Complementary color
Monochromatic Colors of #BA1A32
Black with #BA1A32
Text Example
Text Example
White with #BA1A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1A32; }
p { color: rgb(186,26,50); }
H1.HeaderClassName
{
color: #BA1A32;
}
.AnyTagClassName
{
color: #BA1A32;
}
</style>
background-color css
<style>
a { background-color: #BA1A32; }
a { background-color: rgb(186,26,50); }
div.DivClassName
{
background-color: #BA1A32;
}
.BgClassName
{
background-color: #BA1A32;
}
</style>
border-color css
<style>
span { border-color: #BA1A32; }
span { border-color: rgb(186,26,50); }
td.TdClassName
{
border-color: #BA1A32;
}
.TagClassName
{
border-color: #BA1A32;
}
</style>