Shades of Cardinal #BA1938
Tints of Cardinal #BA1938
RGB
CMYK
RGB Variations
Color information
#BA1938 (or 0xBA1938) is known color: Cardinal. HEX triplet: BA, 19 and 38. RGB value is (186,25,56). Sum of RGB (Red+Green+Blue) = 186+25+56=267 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.66% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 56 (22.27% from 255 or 20.97% from 267); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1938 is #45E6C7. Grayscale: #4C4C4C. Windows color (decimal): -4581064 or 3676602. OLE color: 3676602.
HSL color Cylindrical-coordinate representation of color #BA1938: hue angle of 348.45º 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 #BA1938 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 56 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.27 |
| HSL | 348.45º | 0.76% | 0.41% | - |
| HSV(B) | 348.45º | 0.87% | 0.73% | - |
| XYZ | 21.31 | 11.42 | 4.82 | - |
| YUV | 76.67 | 116.34 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 56 | 0 | 0.87 | 0.70 | 0.27 | 348.45 | 0.76 | 0.41 |
| Hex | BA | 19 | 38 | 0 | 57 | 46 | 1B | 15C | 4C | 29 |
| Octal | 272 | 31 | 70 | 0 | 127 | 106 | 33 | 534 | 114 | 51 |
| Binary | 10111010 | 11001 | 111000 | 0 | 1010111 | 1000110 | 11011 | 101011100 | 1001100 | 101001 |
Color Harmonies of #BA1938
Complementary color
Monochromatic Colors of #BA1938
Black with #BA1938
Text Example
Text Example
White with #BA1938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1938; }
p { color: rgb(186,25,56); }
H1.HeaderClassName
{
color: #BA1938;
}
.AnyTagClassName
{
color: #BA1938;
}
</style>
background-color css
<style>
a { background-color: #BA1938; }
a { background-color: rgb(186,25,56); }
div.DivClassName
{
background-color: #BA1938;
}
.BgClassName
{
background-color: #BA1938;
}
</style>
border-color css
<style>
span { border-color: #BA1938; }
span { border-color: rgb(186,25,56); }
td.TdClassName
{
border-color: #BA1938;
}
.TagClassName
{
border-color: #BA1938;
}
</style>