Shades of Cardinal #BA1D40
Tints of Cardinal #BA1D40
RGB
CMYK
RGB Variations
Color information
#BA1D40 (or 0xBA1D40) is known color: Cardinal. HEX triplet: BA, 1D and 40. RGB value is (186,29,64). Sum of RGB (Red+Green+Blue) = 186+29+64=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D40 is #45E2BF. Grayscale: #4F4F4F. Windows color (decimal): -4580032 or 4201914. OLE color: 4201914.
HSL color Cylindrical-coordinate representation of color #BA1D40: hue angle of 346.62º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D40 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 64 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.27 |
| HSL | 346.62º | 0.73% | 0.42% | - |
| HSV(B) | 346.62º | 0.84% | 0.73% | - |
| XYZ | 21.61 | 11.69 | 5.97 | - |
| YUV | 79.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 64 | 0 | 0.84 | 0.66 | 0.27 | 346.62 | 0.73 | 0.42 |
| Hex | BA | 1D | 40 | 0 | 54 | 42 | 1B | 15B | 49 | 2A |
| Octal | 272 | 35 | 100 | 0 | 124 | 102 | 33 | 533 | 111 | 52 |
| Binary | 10111010 | 11101 | 1000000 | 0 | 1010100 | 1000010 | 11011 | 101011011 | 1001001 | 101010 |
Color Harmonies of #BA1D40
Complementary color
Monochromatic Colors of #BA1D40
Black with #BA1D40
Text Example
Text Example
White with #BA1D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D40; }
p { color: rgb(186,29,64); }
H1.HeaderClassName
{
color: #BA1D40;
}
.AnyTagClassName
{
color: #BA1D40;
}
</style>
background-color css
<style>
a { background-color: #BA1D40; }
a { background-color: rgb(186,29,64); }
div.DivClassName
{
background-color: #BA1D40;
}
.BgClassName
{
background-color: #BA1D40;
}
</style>
border-color css
<style>
span { border-color: #BA1D40; }
span { border-color: rgb(186,29,64); }
td.TdClassName
{
border-color: #BA1D40;
}
.TagClassName
{
border-color: #BA1D40;
}
</style>