Shades of Cardinal #BA163E
Tints of Cardinal #BA163E
RGB
CMYK
RGB Variations
Color information
#BA163E (or 0xBA163E) is known color: Cardinal. HEX triplet: BA, 16 and 3E. RGB value is (186,22,62). Sum of RGB (Red+Green+Blue) = 186+22+62=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA163E is #45E9C1. Grayscale: #4B4B4B. Windows color (decimal): -4581826 or 4069050. OLE color: 4069050.
HSL color Cylindrical-coordinate representation of color #BA163E: hue angle of 345.37º 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 #BA163E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 62 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.27 |
| HSL | 345.37º | 0.79% | 0.41% | - |
| HSV(B) | 345.37º | 0.88% | 0.73% | - |
| XYZ | 21.41 | 11.36 | 5.62 | - |
| YUV | 75.6 | 120.33 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 62 | 0 | 0.88 | 0.67 | 0.27 | 345.37 | 0.79 | 0.41 |
| Hex | BA | 16 | 3E | 0 | 58 | 43 | 1B | 159 | 4F | 29 |
| Octal | 272 | 26 | 76 | 0 | 130 | 103 | 33 | 531 | 117 | 51 |
| Binary | 10111010 | 10110 | 111110 | 0 | 1011000 | 1000011 | 11011 | 101011001 | 1001111 | 101001 |
Color Harmonies of #BA163E
Complementary color
Monochromatic Colors of #BA163E
Black with #BA163E
Text Example
Text Example
White with #BA163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA163E; }
p { color: rgb(186,22,62); }
H1.HeaderClassName
{
color: #BA163E;
}
.AnyTagClassName
{
color: #BA163E;
}
</style>
background-color css
<style>
a { background-color: #BA163E; }
a { background-color: rgb(186,22,62); }
div.DivClassName
{
background-color: #BA163E;
}
.BgClassName
{
background-color: #BA163E;
}
</style>
border-color css
<style>
span { border-color: #BA163E; }
span { border-color: rgb(186,22,62); }
td.TdClassName
{
border-color: #BA163E;
}
.TagClassName
{
border-color: #BA163E;
}
</style>