Shades of Cardinal #BA2334
Tints of Cardinal #BA2334
RGB
CMYK
RGB Variations
Color information
#BA2334 (or 0xBA2334) is known color: Cardinal. HEX triplet: BA, 23 and 34. RGB value is (186,35,52). Sum of RGB (Red+Green+Blue) = 186+35+52=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2334 is #45DCCB. Grayscale: #525252. Windows color (decimal): -4578508 or 3417018. OLE color: 3417018.
HSL color Cylindrical-coordinate representation of color #BA2334: hue angle of 353.25º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2334 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 52 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.27 |
| HSL | 353.25º | 0.68% | 0.43% | - |
| HSV(B) | 353.25º | 0.81% | 0.73% | - |
| XYZ | 21.47 | 11.89 | 4.41 | - |
| YUV | 82.09 | 111.03 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 52 | 0 | 0.81 | 0.72 | 0.27 | 353.25 | 0.68 | 0.43 |
| Hex | BA | 23 | 34 | 0 | 51 | 48 | 1B | 161 | 44 | 2B |
| Octal | 272 | 43 | 64 | 0 | 121 | 110 | 33 | 541 | 104 | 53 |
| Binary | 10111010 | 100011 | 110100 | 0 | 1010001 | 1001000 | 11011 | 101100001 | 1000100 | 101011 |
Color Harmonies of #BA2334
Complementary color
Monochromatic Colors of #BA2334
Black with #BA2334
Text Example
Text Example
White with #BA2334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2334; }
p { color: rgb(186,35,52); }
H1.HeaderClassName
{
color: #BA2334;
}
.AnyTagClassName
{
color: #BA2334;
}
</style>
background-color css
<style>
a { background-color: #BA2334; }
a { background-color: rgb(186,35,52); }
div.DivClassName
{
background-color: #BA2334;
}
.BgClassName
{
background-color: #BA2334;
}
</style>
border-color css
<style>
span { border-color: #BA2334; }
span { border-color: rgb(186,35,52); }
td.TdClassName
{
border-color: #BA2334;
}
.TagClassName
{
border-color: #BA2334;
}
</style>