Shades of Cardinal #BA0334
Tints of Cardinal #BA0334
RGB
CMYK
RGB Variations
Color information
#BA0334 (or 0xBA0334) is known color: Cardinal. HEX triplet: BA, 03 and 34. RGB value is (186,3,52). Sum of RGB (Red+Green+Blue) = 186+3+52=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0334 is #45FCCB. Grayscale: #3F3F3F. Windows color (decimal): -4586700 or 3408826. OLE color: 3408826.
HSL color Cylindrical-coordinate representation of color #BA0334: hue angle of 343.93º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0334 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 52 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.27 |
| HSL | 343.93º | 0.97% | 0.37% | - |
| HSV(B) | 343.93º | 0.98% | 0.73% | - |
| XYZ | 20.9 | 10.75 | 4.22 | - |
| YUV | 63.3 | 121.63 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 52 | 0 | 0.98 | 0.72 | 0.27 | 343.93 | 0.97 | 0.37 |
| Hex | BA | 3 | 34 | 0 | 62 | 48 | 1B | 158 | 61 | 25 |
| Octal | 272 | 3 | 64 | 0 | 142 | 110 | 33 | 530 | 141 | 45 |
| Binary | 10111010 | 11 | 110100 | 0 | 1100010 | 1001000 | 11011 | 101011000 | 1100001 | 100101 |
Color Harmonies of #BA0334
Complementary color
Monochromatic Colors of #BA0334
Black with #BA0334
Text Example
Text Example
White with #BA0334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0334; }
p { color: rgb(186,3,52); }
H1.HeaderClassName
{
color: #BA0334;
}
.AnyTagClassName
{
color: #BA0334;
}
</style>
background-color css
<style>
a { background-color: #BA0334; }
a { background-color: rgb(186,3,52); }
div.DivClassName
{
background-color: #BA0334;
}
.BgClassName
{
background-color: #BA0334;
}
</style>
border-color css
<style>
span { border-color: #BA0334; }
span { border-color: rgb(186,3,52); }
td.TdClassName
{
border-color: #BA0334;
}
.TagClassName
{
border-color: #BA0334;
}
</style>