Shades of Cardinal #BA172B
Tints of Cardinal #BA172B
RGB
CMYK
RGB Variations
Color information
#BA172B (or 0xBA172B) is known color: Cardinal. HEX triplet: BA, 17 and 2B. RGB value is (186,23,43). Sum of RGB (Red+Green+Blue) = 186+23+43=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA172B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA172B is #45E8D4. Grayscale: #4A4A4A. Windows color (decimal): -4581589 or 2824122. OLE color: 2824122.
HSL color Cylindrical-coordinate representation of color #BA172B: hue angle of 352.64º degrees, saturation: 0.78, 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 #BA172B is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 43 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.27 |
| HSL | 352.64º | 0.78% | 0.41% | - |
| HSV(B) | 352.64º | 0.88% | 0.73% | - |
| XYZ | 20.99 | 11.23 | 3.35 | - |
| YUV | 74.02 | 110.5 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 43 | 0 | 0.88 | 0.77 | 0.27 | 352.64 | 0.78 | 0.41 |
| Hex | BA | 17 | 2B | 0 | 58 | 4D | 1B | 161 | 4E | 29 |
| Octal | 272 | 27 | 53 | 0 | 130 | 115 | 33 | 541 | 116 | 51 |
| Binary | 10111010 | 10111 | 101011 | 0 | 1011000 | 1001101 | 11011 | 101100001 | 1001110 | 101001 |
Color Harmonies of #BA172B
Complementary color
Monochromatic Colors of #BA172B
Black with #BA172B
Text Example
Text Example
White with #BA172B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA172B; }
p { color: rgb(186,23,43); }
H1.HeaderClassName
{
color: #BA172B;
}
.AnyTagClassName
{
color: #BA172B;
}
</style>
background-color css
<style>
a { background-color: #BA172B; }
a { background-color: rgb(186,23,43); }
div.DivClassName
{
background-color: #BA172B;
}
.BgClassName
{
background-color: #BA172B;
}
</style>
border-color css
<style>
span { border-color: #BA172B; }
span { border-color: rgb(186,23,43); }
td.TdClassName
{
border-color: #BA172B;
}
.TagClassName
{
border-color: #BA172B;
}
</style>