Shades of Cardinal #BA184B
Tints of Cardinal #BA184B
RGB
CMYK
RGB Variations
Color information
#BA184B (or 0xBA184B) is known color: Cardinal. HEX triplet: BA, 18 and 4B. RGB value is (186,24,75). Sum of RGB (Red+Green+Blue) = 186+24+75=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 24 (9.77% from 255 or 8.42% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA184B is #45E7B4. Grayscale: #4E4E4E. Windows color (decimal): -4581301 or 4921530. OLE color: 4921530.
HSL color Cylindrical-coordinate representation of color #BA184B: hue angle of 341.11º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA184B is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 24 | 75 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.27 |
| HSL | 341.11º | 0.77% | 0.41% | - |
| HSV(B) | 341.11º | 0.87% | 0.73% | - |
| XYZ | 21.85 | 11.6 | 7.74 | - |
| YUV | 78.25 | 126.17 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 24 | 75 | 0 | 0.87 | 0.60 | 0.27 | 341.11 | 0.77 | 0.41 |
| Hex | BA | 18 | 4B | 0 | 57 | 3C | 1B | 155 | 4D | 29 |
| Octal | 272 | 30 | 113 | 0 | 127 | 74 | 33 | 525 | 115 | 51 |
| Binary | 10111010 | 11000 | 1001011 | 0 | 1010111 | 111100 | 11011 | 101010101 | 1001101 | 101001 |
Color Harmonies of #BA184B
Complementary color
Monochromatic Colors of #BA184B
Black with #BA184B
Text Example
Text Example
White with #BA184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA184B; }
p { color: rgb(186,24,75); }
H1.HeaderClassName
{
color: #BA184B;
}
.AnyTagClassName
{
color: #BA184B;
}
</style>
background-color css
<style>
a { background-color: #BA184B; }
a { background-color: rgb(186,24,75); }
div.DivClassName
{
background-color: #BA184B;
}
.BgClassName
{
background-color: #BA184B;
}
</style>
border-color css
<style>
span { border-color: #BA184B; }
span { border-color: rgb(186,24,75); }
td.TdClassName
{
border-color: #BA184B;
}
.TagClassName
{
border-color: #BA184B;
}
</style>