Shades of Cardinal #BA1D43
Tints of Cardinal #BA1D43
RGB
CMYK
RGB Variations
Color information
#BA1D43 (or 0xBA1D43) is known color: Cardinal. HEX triplet: BA, 1D and 43. RGB value is (186,29,67). Sum of RGB (Red+Green+Blue) = 186+29+67=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D43 is #45E2BC. Grayscale: #505050. Windows color (decimal): -4580029 or 4398522. OLE color: 4398522.
HSL color Cylindrical-coordinate representation of color #BA1D43: hue angle of 345.48º 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 #BA1D43 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 67 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.27 |
| HSL | 345.48º | 0.73% | 0.42% | - |
| HSV(B) | 345.48º | 0.84% | 0.73% | - |
| XYZ | 21.7 | 11.72 | 6.43 | - |
| YUV | 80.28 | 120.51 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 67 | 0 | 0.84 | 0.64 | 0.27 | 345.48 | 0.73 | 0.42 |
| Hex | BA | 1D | 43 | 0 | 54 | 40 | 1B | 159 | 49 | 2A |
| Octal | 272 | 35 | 103 | 0 | 124 | 100 | 33 | 531 | 111 | 52 |
| Binary | 10111010 | 11101 | 1000011 | 0 | 1010100 | 1000000 | 11011 | 101011001 | 1001001 | 101010 |
Color Harmonies of #BA1D43
Complementary color
Monochromatic Colors of #BA1D43
Black with #BA1D43
Text Example
Text Example
White with #BA1D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D43; }
p { color: rgb(186,29,67); }
H1.HeaderClassName
{
color: #BA1D43;
}
.AnyTagClassName
{
color: #BA1D43;
}
</style>
background-color css
<style>
a { background-color: #BA1D43; }
a { background-color: rgb(186,29,67); }
div.DivClassName
{
background-color: #BA1D43;
}
.BgClassName
{
background-color: #BA1D43;
}
</style>
border-color css
<style>
span { border-color: #BA1D43; }
span { border-color: rgb(186,29,67); }
td.TdClassName
{
border-color: #BA1D43;
}
.TagClassName
{
border-color: #BA1D43;
}
</style>