Shades of Cardinal #BA172F
Tints of Cardinal #BA172F
RGB
CMYK
RGB Variations
Color information
#BA172F (or 0xBA172F) is known color: Cardinal. HEX triplet: BA, 17 and 2F. RGB value is (186,23,47). Sum of RGB (Red+Green+Blue) = 186+23+47=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA172F is #45E8D0. Grayscale: #4A4A4A. Windows color (decimal): -4581585 or 3086266. OLE color: 3086266.
HSL color Cylindrical-coordinate representation of color #BA172F: hue angle of 351.17º 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 #BA172F is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 47 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.27 |
| HSL | 351.17º | 0.78% | 0.41% | - |
| HSV(B) | 351.17º | 0.88% | 0.73% | - |
| XYZ | 21.07 | 11.26 | 3.75 | - |
| YUV | 74.47 | 112.5 | 207.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 47 | 0 | 0.88 | 0.75 | 0.27 | 351.17 | 0.78 | 0.41 |
| Hex | BA | 17 | 2F | 0 | 58 | 4B | 1B | 15F | 4E | 29 |
| Octal | 272 | 27 | 57 | 0 | 130 | 113 | 33 | 537 | 116 | 51 |
| Binary | 10111010 | 10111 | 101111 | 0 | 1011000 | 1001011 | 11011 | 101011111 | 1001110 | 101001 |
Color Harmonies of #BA172F
Complementary color
Monochromatic Colors of #BA172F
Black with #BA172F
Text Example
Text Example
White with #BA172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA172F; }
p { color: rgb(186,23,47); }
H1.HeaderClassName
{
color: #BA172F;
}
.AnyTagClassName
{
color: #BA172F;
}
</style>
background-color css
<style>
a { background-color: #BA172F; }
a { background-color: rgb(186,23,47); }
div.DivClassName
{
background-color: #BA172F;
}
.BgClassName
{
background-color: #BA172F;
}
</style>
border-color css
<style>
span { border-color: #BA172F; }
span { border-color: rgb(186,23,47); }
td.TdClassName
{
border-color: #BA172F;
}
.TagClassName
{
border-color: #BA172F;
}
</style>