Shades of Cardinal #BA162C
Tints of Cardinal #BA162C
RGB
CMYK
RGB Variations
Color information
#BA162C (or 0xBA162C) is known color: Cardinal. HEX triplet: BA, 16 and 2C. RGB value is (186,22,44). Sum of RGB (Red+Green+Blue) = 186+22+44=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA162C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA162C is #45E9D3. Grayscale: #494949. Windows color (decimal): -4581844 or 2889402. OLE color: 2889402.
HSL color Cylindrical-coordinate representation of color #BA162C: hue angle of 351.95º 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 #BA162C is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 44 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.27 |
| HSL | 351.95º | 0.79% | 0.41% | - |
| HSV(B) | 351.95º | 0.88% | 0.73% | - |
| XYZ | 20.99 | 11.19 | 3.44 | - |
| YUV | 73.54 | 111.33 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 44 | 0 | 0.88 | 0.76 | 0.27 | 351.95 | 0.79 | 0.41 |
| Hex | BA | 16 | 2C | 0 | 58 | 4C | 1B | 160 | 4F | 29 |
| Octal | 272 | 26 | 54 | 0 | 130 | 114 | 33 | 540 | 117 | 51 |
| Binary | 10111010 | 10110 | 101100 | 0 | 1011000 | 1001100 | 11011 | 101100000 | 1001111 | 101001 |
Color Harmonies of #BA162C
Complementary color
Monochromatic Colors of #BA162C
Black with #BA162C
Text Example
Text Example
White with #BA162C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA162C; }
p { color: rgb(186,22,44); }
H1.HeaderClassName
{
color: #BA162C;
}
.AnyTagClassName
{
color: #BA162C;
}
</style>
background-color css
<style>
a { background-color: #BA162C; }
a { background-color: rgb(186,22,44); }
div.DivClassName
{
background-color: #BA162C;
}
.BgClassName
{
background-color: #BA162C;
}
</style>
border-color css
<style>
span { border-color: #BA162C; }
span { border-color: rgb(186,22,44); }
td.TdClassName
{
border-color: #BA162C;
}
.TagClassName
{
border-color: #BA162C;
}
</style>