Shades of Cardinal #BA113C
Tints of Cardinal #BA113C
RGB
CMYK
RGB Variations
Color information
#BA113C (or 0xBA113C) is known color: Cardinal. HEX triplet: BA, 11 and 3C. RGB value is (186,17,60). Sum of RGB (Red+Green+Blue) = 186+17+60=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA113C is #45EEC3. Grayscale: #484848. Windows color (decimal): -4583108 or 3936698. OLE color: 3936698.
HSL color Cylindrical-coordinate representation of color #BA113C: hue angle of 344.73º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA113C is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 60 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.27 |
| HSL | 344.73º | 0.83% | 0.4% | - |
| HSV(B) | 344.73º | 0.91% | 0.73% | - |
| XYZ | 21.27 | 11.17 | 5.31 | - |
| YUV | 72.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 60 | 0 | 0.91 | 0.68 | 0.27 | 344.73 | 0.83 | 0.4 |
| Hex | BA | 11 | 3C | 0 | 5B | 44 | 1B | 159 | 53 | 28 |
| Octal | 272 | 21 | 74 | 0 | 133 | 104 | 33 | 531 | 123 | 50 |
| Binary | 10111010 | 10001 | 111100 | 0 | 1011011 | 1000100 | 11011 | 101011001 | 1010011 | 101000 |
Color Harmonies of #BA113C
Complementary color
Monochromatic Colors of #BA113C
Black with #BA113C
Text Example
Text Example
White with #BA113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA113C; }
p { color: rgb(186,17,60); }
H1.HeaderClassName
{
color: #BA113C;
}
.AnyTagClassName
{
color: #BA113C;
}
</style>
background-color css
<style>
a { background-color: #BA113C; }
a { background-color: rgb(186,17,60); }
div.DivClassName
{
background-color: #BA113C;
}
.BgClassName
{
background-color: #BA113C;
}
</style>
border-color css
<style>
span { border-color: #BA113C; }
span { border-color: rgb(186,17,60); }
td.TdClassName
{
border-color: #BA113C;
}
.TagClassName
{
border-color: #BA113C;
}
</style>