Shades of Cardinal #BA163A
Tints of Cardinal #BA163A
RGB
CMYK
RGB Variations
Color information
#BA163A (or 0xBA163A) is known color: Cardinal. HEX triplet: BA, 16 and 3A. RGB value is (186,22,58). Sum of RGB (Red+Green+Blue) = 186+22+58=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA163A is #45E9C5. Grayscale: #4B4B4B. Windows color (decimal): -4581830 or 3806906. OLE color: 3806906.
HSL color Cylindrical-coordinate representation of color #BA163A: hue angle of 346.83º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA163A is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 58 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.27 |
| HSL | 346.83º | 0.79% | 0.41% | - |
| HSV(B) | 346.83º | 0.88% | 0.73% | - |
| XYZ | 21.3 | 11.32 | 5.07 | - |
| YUV | 75.14 | 118.33 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 58 | 0 | 0.88 | 0.69 | 0.27 | 346.83 | 0.79 | 0.41 |
| Hex | BA | 16 | 3A | 0 | 58 | 45 | 1B | 15B | 4F | 29 |
| Octal | 272 | 26 | 72 | 0 | 130 | 105 | 33 | 533 | 117 | 51 |
| Binary | 10111010 | 10110 | 111010 | 0 | 1011000 | 1000101 | 11011 | 101011011 | 1001111 | 101001 |
Color Harmonies of #BA163A
Complementary color
Monochromatic Colors of #BA163A
Black with #BA163A
Text Example
Text Example
White with #BA163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA163A; }
p { color: rgb(186,22,58); }
H1.HeaderClassName
{
color: #BA163A;
}
.AnyTagClassName
{
color: #BA163A;
}
</style>
background-color css
<style>
a { background-color: #BA163A; }
a { background-color: rgb(186,22,58); }
div.DivClassName
{
background-color: #BA163A;
}
.BgClassName
{
background-color: #BA163A;
}
</style>
border-color css
<style>
span { border-color: #BA163A; }
span { border-color: rgb(186,22,58); }
td.TdClassName
{
border-color: #BA163A;
}
.TagClassName
{
border-color: #BA163A;
}
</style>