Shades of Cardinal #BA174A
Tints of Cardinal #BA174A
RGB
CMYK
RGB Variations
Color information
#BA174A (or 0xBA174A) is known color: Cardinal. HEX triplet: BA, 17 and 4A. RGB value is (186,23,74). Sum of RGB (Red+Green+Blue) = 186+23+74=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA174A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA174A is #45E8B5. Grayscale: #4D4D4D. Windows color (decimal): -4581558 or 4855738. OLE color: 4855738.
HSL color Cylindrical-coordinate representation of color #BA174A: hue angle of 341.23º 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 #BA174A is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 23 | 74 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.27 |
| HSL | 341.23º | 0.78% | 0.41% | - |
| HSV(B) | 341.23º | 0.88% | 0.73% | - |
| XYZ | 21.79 | 11.55 | 7.56 | - |
| YUV | 77.55 | 126 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 74 | 0 | 0.88 | 0.60 | 0.27 | 341.23 | 0.78 | 0.41 |
| Hex | BA | 17 | 4A | 0 | 58 | 3C | 1B | 155 | 4E | 29 |
| Octal | 272 | 27 | 112 | 0 | 130 | 74 | 33 | 525 | 116 | 51 |
| Binary | 10111010 | 10111 | 1001010 | 0 | 1011000 | 111100 | 11011 | 101010101 | 1001110 | 101001 |
Color Harmonies of #BA174A
Complementary color
Monochromatic Colors of #BA174A
Black with #BA174A
Text Example
Text Example
White with #BA174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA174A; }
p { color: rgb(186,23,74); }
H1.HeaderClassName
{
color: #BA174A;
}
.AnyTagClassName
{
color: #BA174A;
}
</style>
background-color css
<style>
a { background-color: #BA174A; }
a { background-color: rgb(186,23,74); }
div.DivClassName
{
background-color: #BA174A;
}
.BgClassName
{
background-color: #BA174A;
}
</style>
border-color css
<style>
span { border-color: #BA174A; }
span { border-color: rgb(186,23,74); }
td.TdClassName
{
border-color: #BA174A;
}
.TagClassName
{
border-color: #BA174A;
}
</style>