Shades of Cardinal #BA162F
Tints of Cardinal #BA162F
RGB
CMYK
RGB Variations
Color information
#BA162F (or 0xBA162F) is known color: Cardinal. HEX triplet: BA, 16 and 2F. RGB value is (186,22,47). Sum of RGB (Red+Green+Blue) = 186+22+47=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA162F is #45E9D0. Grayscale: #494949. Windows color (decimal): -4581841 or 3086010. OLE color: 3086010.
HSL color Cylindrical-coordinate representation of color #BA162F: hue angle of 350.85º 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 #BA162F is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 22 | 47 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.27 |
| HSL | 350.85º | 0.79% | 0.41% | - |
| HSV(B) | 350.85º | 0.88% | 0.73% | - |
| XYZ | 21.05 | 11.22 | 3.75 | - |
| YUV | 73.89 | 112.83 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 47 | 0 | 0.88 | 0.75 | 0.27 | 350.85 | 0.79 | 0.41 |
| Hex | BA | 16 | 2F | 0 | 58 | 4B | 1B | 15F | 4F | 29 |
| Octal | 272 | 26 | 57 | 0 | 130 | 113 | 33 | 537 | 117 | 51 |
| Binary | 10111010 | 10110 | 101111 | 0 | 1011000 | 1001011 | 11011 | 101011111 | 1001111 | 101001 |
Color Harmonies of #BA162F
Complementary color
Monochromatic Colors of #BA162F
Black with #BA162F
Text Example
Text Example
White with #BA162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA162F; }
p { color: rgb(186,22,47); }
H1.HeaderClassName
{
color: #BA162F;
}
.AnyTagClassName
{
color: #BA162F;
}
</style>
background-color css
<style>
a { background-color: #BA162F; }
a { background-color: rgb(186,22,47); }
div.DivClassName
{
background-color: #BA162F;
}
.BgClassName
{
background-color: #BA162F;
}
</style>
border-color css
<style>
span { border-color: #BA162F; }
span { border-color: rgb(186,22,47); }
td.TdClassName
{
border-color: #BA162F;
}
.TagClassName
{
border-color: #BA162F;
}
</style>