Shades of Cardinal #BA104A
Tints of Cardinal #BA104A
RGB
CMYK
RGB Variations
Color information
#BA104A (or 0xBA104A) is known color: Cardinal. HEX triplet: BA, 10 and 4A. RGB value is (186,16,74). Sum of RGB (Red+Green+Blue) = 186+16+74=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA104A is #45EFB5. Grayscale: #494949. Windows color (decimal): -4583350 or 4853946. OLE color: 4853946.
HSL color Cylindrical-coordinate representation of color #BA104A: hue angle of 339.53º 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 #BA104A is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 74 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.27 |
| HSL | 339.53º | 0.84% | 0.4% | - |
| HSV(B) | 339.53º | 0.91% | 0.73% | - |
| XYZ | 21.67 | 11.3 | 7.52 | - |
| YUV | 73.44 | 128.32 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 74 | 0 | 0.91 | 0.60 | 0.27 | 339.53 | 0.84 | 0.4 |
| Hex | BA | 10 | 4A | 0 | 5B | 3C | 1B | 154 | 54 | 28 |
| Octal | 272 | 20 | 112 | 0 | 133 | 74 | 33 | 524 | 124 | 50 |
| Binary | 10111010 | 10000 | 1001010 | 0 | 1011011 | 111100 | 11011 | 101010100 | 1010100 | 101000 |
Color Harmonies of #BA104A
Complementary color
Monochromatic Colors of #BA104A
Black with #BA104A
Text Example
Text Example
White with #BA104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA104A; }
p { color: rgb(186,16,74); }
H1.HeaderClassName
{
color: #BA104A;
}
.AnyTagClassName
{
color: #BA104A;
}
</style>
background-color css
<style>
a { background-color: #BA104A; }
a { background-color: rgb(186,16,74); }
div.DivClassName
{
background-color: #BA104A;
}
.BgClassName
{
background-color: #BA104A;
}
</style>
border-color css
<style>
span { border-color: #BA104A; }
span { border-color: rgb(186,16,74); }
td.TdClassName
{
border-color: #BA104A;
}
.TagClassName
{
border-color: #BA104A;
}
</style>