Shades of Cardinal #BA192D
Tints of Cardinal #BA192D
RGB
CMYK
RGB Variations
Color information
#BA192D (or 0xBA192D) is known color: Cardinal. HEX triplet: BA, 19 and 2D. RGB value is (186,25,45). Sum of RGB (Red+Green+Blue) = 186+25+45=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA192D is #45E6D2. Grayscale: #4B4B4B. Windows color (decimal): -4581075 or 2955706. OLE color: 2955706.
HSL color Cylindrical-coordinate representation of color #BA192D: hue angle of 352.55º degrees, saturation: 0.76, 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 #BA192D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 45 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.27 |
| HSL | 352.55º | 0.76% | 0.41% | - |
| HSV(B) | 352.55º | 0.87% | 0.73% | - |
| XYZ | 21.07 | 11.32 | 3.56 | - |
| YUV | 75.42 | 110.84 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 45 | 0 | 0.87 | 0.76 | 0.27 | 352.55 | 0.76 | 0.41 |
| Hex | BA | 19 | 2D | 0 | 57 | 4C | 1B | 161 | 4C | 29 |
| Octal | 272 | 31 | 55 | 0 | 127 | 114 | 33 | 541 | 114 | 51 |
| Binary | 10111010 | 11001 | 101101 | 0 | 1010111 | 1001100 | 11011 | 101100001 | 1001100 | 101001 |
Color Harmonies of #BA192D
Complementary color
Monochromatic Colors of #BA192D
Black with #BA192D
Text Example
Text Example
White with #BA192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA192D; }
p { color: rgb(186,25,45); }
H1.HeaderClassName
{
color: #BA192D;
}
.AnyTagClassName
{
color: #BA192D;
}
</style>
background-color css
<style>
a { background-color: #BA192D; }
a { background-color: rgb(186,25,45); }
div.DivClassName
{
background-color: #BA192D;
}
.BgClassName
{
background-color: #BA192D;
}
</style>
border-color css
<style>
span { border-color: #BA192D; }
span { border-color: rgb(186,25,45); }
td.TdClassName
{
border-color: #BA192D;
}
.TagClassName
{
border-color: #BA192D;
}
</style>