Shades of Cardinal #BA103C
Tints of Cardinal #BA103C
RGB
CMYK
RGB Variations
Color information
#BA103C (or 0xBA103C) is known color: Cardinal. HEX triplet: BA, 10 and 3C. RGB value is (186,16,60). Sum of RGB (Red+Green+Blue) = 186+16+60=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA103C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA103C is #45EFC3. Grayscale: #474747. Windows color (decimal): -4583364 or 3936442. OLE color: 3936442.
HSL color Cylindrical-coordinate representation of color #BA103C: hue angle of 344.47º degrees, saturation: 0.84, 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 #BA103C is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 60 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.27 |
| HSL | 344.47º | 0.84% | 0.4% | - |
| HSV(B) | 344.47º | 0.91% | 0.73% | - |
| XYZ | 21.25 | 11.14 | 5.3 | - |
| YUV | 71.85 | 121.32 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 60 | 0 | 0.91 | 0.68 | 0.27 | 344.47 | 0.84 | 0.4 |
| Hex | BA | 10 | 3C | 0 | 5B | 44 | 1B | 158 | 54 | 28 |
| Octal | 272 | 20 | 74 | 0 | 133 | 104 | 33 | 530 | 124 | 50 |
| Binary | 10111010 | 10000 | 111100 | 0 | 1011011 | 1000100 | 11011 | 101011000 | 1010100 | 101000 |
Color Harmonies of #BA103C
Complementary color
Monochromatic Colors of #BA103C
Black with #BA103C
Text Example
Text Example
White with #BA103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA103C; }
p { color: rgb(186,16,60); }
H1.HeaderClassName
{
color: #BA103C;
}
.AnyTagClassName
{
color: #BA103C;
}
</style>
background-color css
<style>
a { background-color: #BA103C; }
a { background-color: rgb(186,16,60); }
div.DivClassName
{
background-color: #BA103C;
}
.BgClassName
{
background-color: #BA103C;
}
</style>
border-color css
<style>
span { border-color: #BA103C; }
span { border-color: rgb(186,16,60); }
td.TdClassName
{
border-color: #BA103C;
}
.TagClassName
{
border-color: #BA103C;
}
</style>