Shades of Cardinal #BA2532
Tints of Cardinal #BA2532
RGB
CMYK
RGB Variations
Color information
#BA2532 (or 0xBA2532) is known color: Cardinal. HEX triplet: BA, 25 and 32. RGB value is (186,37,50). Sum of RGB (Red+Green+Blue) = 186+37+50=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2532 is #45DACD. Grayscale: #535353. Windows color (decimal): -4577998 or 3286458. OLE color: 3286458.
HSL color Cylindrical-coordinate representation of color #BA2532: hue angle of 354.77º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2532 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 50 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.27 |
| HSL | 354.77º | 0.67% | 0.44% | - |
| HSV(B) | 354.77º | 0.8% | 0.73% | - |
| XYZ | 21.49 | 11.99 | 4.2 | - |
| YUV | 83.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 50 | 0 | 0.80 | 0.73 | 0.27 | 354.77 | 0.67 | 0.44 |
| Hex | BA | 25 | 32 | 0 | 50 | 49 | 1B | 163 | 43 | 2C |
| Octal | 272 | 45 | 62 | 0 | 120 | 111 | 33 | 543 | 103 | 54 |
| Binary | 10111010 | 100101 | 110010 | 0 | 1010000 | 1001001 | 11011 | 101100011 | 1000011 | 101100 |
Color Harmonies of #BA2532
Complementary color
Monochromatic Colors of #BA2532
Black with #BA2532
Text Example
Text Example
White with #BA2532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2532; }
p { color: rgb(186,37,50); }
H1.HeaderClassName
{
color: #BA2532;
}
.AnyTagClassName
{
color: #BA2532;
}
</style>
background-color css
<style>
a { background-color: #BA2532; }
a { background-color: rgb(186,37,50); }
div.DivClassName
{
background-color: #BA2532;
}
.BgClassName
{
background-color: #BA2532;
}
</style>
border-color css
<style>
span { border-color: #BA2532; }
span { border-color: rgb(186,37,50); }
td.TdClassName
{
border-color: #BA2532;
}
.TagClassName
{
border-color: #BA2532;
}
</style>