Shades of Cardinal #BA162B
Tints of Cardinal #BA162B
RGB
CMYK
RGB Variations
Color information
#BA162B (or 0xBA162B) is known color: Cardinal. HEX triplet: BA, 16 and 2B. RGB value is (186,22,43). Sum of RGB (Red+Green+Blue) = 186+22+43=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA162B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA162B is #45E9D4. Grayscale: #494949. Windows color (decimal): -4581845 or 2823866. OLE color: 2823866.
HSL color Cylindrical-coordinate representation of color #BA162B: hue angle of 352.32º 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 #BA162B is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 43 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.27 |
| HSL | 352.32º | 0.79% | 0.41% | - |
| HSV(B) | 352.32º | 0.88% | 0.73% | - |
| XYZ | 20.97 | 11.19 | 3.34 | - |
| YUV | 73.43 | 110.83 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 43 | 0 | 0.88 | 0.77 | 0.27 | 352.32 | 0.79 | 0.41 |
| Hex | BA | 16 | 2B | 0 | 58 | 4D | 1B | 160 | 4F | 29 |
| Octal | 272 | 26 | 53 | 0 | 130 | 115 | 33 | 540 | 117 | 51 |
| Binary | 10111010 | 10110 | 101011 | 0 | 1011000 | 1001101 | 11011 | 101100000 | 1001111 | 101001 |
Color Harmonies of #BA162B
Complementary color
Monochromatic Colors of #BA162B
Black with #BA162B
Text Example
Text Example
White with #BA162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA162B; }
p { color: rgb(186,22,43); }
H1.HeaderClassName
{
color: #BA162B;
}
.AnyTagClassName
{
color: #BA162B;
}
</style>
background-color css
<style>
a { background-color: #BA162B; }
a { background-color: rgb(186,22,43); }
div.DivClassName
{
background-color: #BA162B;
}
.BgClassName
{
background-color: #BA162B;
}
</style>
border-color css
<style>
span { border-color: #BA162B; }
span { border-color: rgb(186,22,43); }
td.TdClassName
{
border-color: #BA162B;
}
.TagClassName
{
border-color: #BA162B;
}
</style>