Shades of Cardinal #BA1B43
Tints of Cardinal #BA1B43
RGB
CMYK
RGB Variations
Color information
#BA1B43 (or 0xBA1B43) is known color: Cardinal. HEX triplet: BA, 1B and 43. RGB value is (186,27,67). Sum of RGB (Red+Green+Blue) = 186+27+67=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 27 (10.94% from 255 or 9.64% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B43 is #45E4BC. Grayscale: #4F4F4F. Windows color (decimal): -4580541 or 4398010. OLE color: 4398010.
HSL color Cylindrical-coordinate representation of color #BA1B43: hue angle of 344.91º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1B43 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 27 | 67 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.27 |
| HSL | 344.91º | 0.75% | 0.42% | - |
| HSV(B) | 344.91º | 0.85% | 0.73% | - |
| XYZ | 21.65 | 11.63 | 6.41 | - |
| YUV | 79.1 | 121.18 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 67 | 0 | 0.85 | 0.64 | 0.27 | 344.91 | 0.75 | 0.42 |
| Hex | BA | 1B | 43 | 0 | 55 | 40 | 1B | 159 | 4B | 2A |
| Octal | 272 | 33 | 103 | 0 | 125 | 100 | 33 | 531 | 113 | 52 |
| Binary | 10111010 | 11011 | 1000011 | 0 | 1010101 | 1000000 | 11011 | 101011001 | 1001011 | 101010 |
Color Harmonies of #BA1B43
Complementary color
Monochromatic Colors of #BA1B43
Black with #BA1B43
Text Example
Text Example
White with #BA1B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1B43; }
p { color: rgb(186,27,67); }
H1.HeaderClassName
{
color: #BA1B43;
}
.AnyTagClassName
{
color: #BA1B43;
}
</style>
background-color css
<style>
a { background-color: #BA1B43; }
a { background-color: rgb(186,27,67); }
div.DivClassName
{
background-color: #BA1B43;
}
.BgClassName
{
background-color: #BA1B43;
}
</style>
border-color css
<style>
span { border-color: #BA1B43; }
span { border-color: rgb(186,27,67); }
td.TdClassName
{
border-color: #BA1B43;
}
.TagClassName
{
border-color: #BA1B43;
}
</style>