Shades of Cardinal #BA2340
Tints of Cardinal #BA2340
RGB
CMYK
RGB Variations
Color information
#BA2340 (or 0xBA2340) is known color: Cardinal. HEX triplet: BA, 23 and 40. RGB value is (186,35,64). Sum of RGB (Red+Green+Blue) = 186+35+64=285 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.26% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2340 is #45DCBF. Grayscale: #535353. Windows color (decimal): -4578496 or 4203450. OLE color: 4203450.
HSL color Cylindrical-coordinate representation of color #BA2340: hue angle of 348.48º 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 #BA2340 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 35 | 64 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.27 |
| HSL | 348.48º | 0.68% | 0.43% | - |
| HSV(B) | 348.48º | 0.81% | 0.73% | - |
| XYZ | 21.78 | 12.01 | 6.02 | - |
| YUV | 83.46 | 117.03 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 35 | 64 | 0 | 0.81 | 0.66 | 0.27 | 348.48 | 0.68 | 0.43 |
| Hex | BA | 23 | 40 | 0 | 51 | 42 | 1B | 15C | 44 | 2B |
| Octal | 272 | 43 | 100 | 0 | 121 | 102 | 33 | 534 | 104 | 53 |
| Binary | 10111010 | 100011 | 1000000 | 0 | 1010001 | 1000010 | 11011 | 101011100 | 1000100 | 101011 |
Color Harmonies of #BA2340
Complementary color
Monochromatic Colors of #BA2340
Black with #BA2340
Text Example
Text Example
White with #BA2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2340; }
p { color: rgb(186,35,64); }
H1.HeaderClassName
{
color: #BA2340;
}
.AnyTagClassName
{
color: #BA2340;
}
</style>
background-color css
<style>
a { background-color: #BA2340; }
a { background-color: rgb(186,35,64); }
div.DivClassName
{
background-color: #BA2340;
}
.BgClassName
{
background-color: #BA2340;
}
</style>
border-color css
<style>
span { border-color: #BA2340; }
span { border-color: rgb(186,35,64); }
td.TdClassName
{
border-color: #BA2340;
}
.TagClassName
{
border-color: #BA2340;
}
</style>