Shades of Cardinal #BA104D
Tints of Cardinal #BA104D
RGB
CMYK
RGB Variations
Color information
#BA104D (or 0xBA104D) is known color: Cardinal. HEX triplet: BA, 10 and 4D. RGB value is (186,16,77). Sum of RGB (Red+Green+Blue) = 186+16+77=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 16 (6.64% from 255 or 5.73% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA104D is #45EFB2. Grayscale: #494949. Windows color (decimal): -4583347 or 5050554. OLE color: 5050554.
HSL color Cylindrical-coordinate representation of color #BA104D: hue angle of 338.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 #BA104D is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 77 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.27 |
| HSL | 338.47º | 0.84% | 0.4% | - |
| HSV(B) | 338.47º | 0.91% | 0.73% | - |
| XYZ | 21.77 | 11.35 | 8.06 | - |
| YUV | 73.78 | 129.82 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 77 | 0 | 0.91 | 0.59 | 0.27 | 338.47 | 0.84 | 0.4 |
| Hex | BA | 10 | 4D | 0 | 5B | 3B | 1B | 152 | 54 | 28 |
| Octal | 272 | 20 | 115 | 0 | 133 | 73 | 33 | 522 | 124 | 50 |
| Binary | 10111010 | 10000 | 1001101 | 0 | 1011011 | 111011 | 11011 | 101010010 | 1010100 | 101000 |
Color Harmonies of #BA104D
Complementary color
Monochromatic Colors of #BA104D
Black with #BA104D
Text Example
Text Example
White with #BA104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA104D; }
p { color: rgb(186,16,77); }
H1.HeaderClassName
{
color: #BA104D;
}
.AnyTagClassName
{
color: #BA104D;
}
</style>
background-color css
<style>
a { background-color: #BA104D; }
a { background-color: rgb(186,16,77); }
div.DivClassName
{
background-color: #BA104D;
}
.BgClassName
{
background-color: #BA104D;
}
</style>
border-color css
<style>
span { border-color: #BA104D; }
span { border-color: rgb(186,16,77); }
td.TdClassName
{
border-color: #BA104D;
}
.TagClassName
{
border-color: #BA104D;
}
</style>