Shades of Cardinal #BA2034
Tints of Cardinal #BA2034
RGB
CMYK
RGB Variations
Color information
#BA2034 (or 0xBA2034) is known color: Cardinal. HEX triplet: BA, 20 and 34. RGB value is (186,32,52). Sum of RGB (Red+Green+Blue) = 186+32+52=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2034 is #45DFCB. Grayscale: #505050. Windows color (decimal): -4579276 or 3416250. OLE color: 3416250.
HSL color Cylindrical-coordinate representation of color #BA2034: hue angle of 352.21º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA2034 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 52 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.27 |
| HSL | 352.21º | 0.71% | 0.43% | - |
| HSV(B) | 352.21º | 0.83% | 0.73% | - |
| XYZ | 21.39 | 11.72 | 4.38 | - |
| YUV | 80.33 | 112.02 | 203.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 52 | 0 | 0.83 | 0.72 | 0.27 | 352.21 | 0.71 | 0.43 |
| Hex | BA | 20 | 34 | 0 | 53 | 48 | 1B | 160 | 47 | 2B |
| Octal | 272 | 40 | 64 | 0 | 123 | 110 | 33 | 540 | 107 | 53 |
| Binary | 10111010 | 100000 | 110100 | 0 | 1010011 | 1001000 | 11011 | 101100000 | 1000111 | 101011 |
Color Harmonies of #BA2034
Complementary color
Monochromatic Colors of #BA2034
Black with #BA2034
Text Example
Text Example
White with #BA2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2034; }
p { color: rgb(186,32,52); }
H1.HeaderClassName
{
color: #BA2034;
}
.AnyTagClassName
{
color: #BA2034;
}
</style>
background-color css
<style>
a { background-color: #BA2034; }
a { background-color: rgb(186,32,52); }
div.DivClassName
{
background-color: #BA2034;
}
.BgClassName
{
background-color: #BA2034;
}
</style>
border-color css
<style>
span { border-color: #BA2034; }
span { border-color: rgb(186,32,52); }
td.TdClassName
{
border-color: #BA2034;
}
.TagClassName
{
border-color: #BA2034;
}
</style>