Shades of Cardinal #BA193B
Tints of Cardinal #BA193B
RGB
CMYK
RGB Variations
Color information
#BA193B (or 0xBA193B) is known color: Cardinal. HEX triplet: BA, 19 and 3B. RGB value is (186,25,59). Sum of RGB (Red+Green+Blue) = 186+25+59=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA193B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA193B is #45E6C4. Grayscale: #4D4D4D. Windows color (decimal): -4581061 or 3873210. OLE color: 3873210.
HSL color Cylindrical-coordinate representation of color #BA193B: hue angle of 347.33º 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 #BA193B is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 25 | 59 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.27 |
| HSL | 347.33º | 0.76% | 0.41% | - |
| HSV(B) | 347.33º | 0.87% | 0.73% | - |
| XYZ | 21.39 | 11.45 | 5.22 | - |
| YUV | 77.02 | 117.84 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 59 | 0 | 0.87 | 0.68 | 0.27 | 347.33 | 0.76 | 0.41 |
| Hex | BA | 19 | 3B | 0 | 57 | 44 | 1B | 15B | 4C | 29 |
| Octal | 272 | 31 | 73 | 0 | 127 | 104 | 33 | 533 | 114 | 51 |
| Binary | 10111010 | 11001 | 111011 | 0 | 1010111 | 1000100 | 11011 | 101011011 | 1001100 | 101001 |
Color Harmonies of #BA193B
Complementary color
Monochromatic Colors of #BA193B
Black with #BA193B
Text Example
Text Example
White with #BA193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA193B; }
p { color: rgb(186,25,59); }
H1.HeaderClassName
{
color: #BA193B;
}
.AnyTagClassName
{
color: #BA193B;
}
</style>
background-color css
<style>
a { background-color: #BA193B; }
a { background-color: rgb(186,25,59); }
div.DivClassName
{
background-color: #BA193B;
}
.BgClassName
{
background-color: #BA193B;
}
</style>
border-color css
<style>
span { border-color: #BA193B; }
span { border-color: rgb(186,25,59); }
td.TdClassName
{
border-color: #BA193B;
}
.TagClassName
{
border-color: #BA193B;
}
</style>