Shades of Cardinal #BA2533
Tints of Cardinal #BA2533
RGB
CMYK
RGB Variations
Color information
#BA2533 (or 0xBA2533) is known color: Cardinal. HEX triplet: BA, 25 and 33. RGB value is (186,37,51). Sum of RGB (Red+Green+Blue) = 186+37+51=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2533 is #45DACC. Grayscale: #535353. Windows color (decimal): -4577997 or 3351994. OLE color: 3351994.
HSL color Cylindrical-coordinate representation of color #BA2533: hue angle of 354.36º 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 #BA2533 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 37 | 51 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.27 |
| HSL | 354.36º | 0.67% | 0.44% | - |
| HSV(B) | 354.36º | 0.8% | 0.73% | - |
| XYZ | 21.51 | 12 | 4.31 | - |
| YUV | 83.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 51 | 0 | 0.80 | 0.73 | 0.27 | 354.36 | 0.67 | 0.44 |
| Hex | BA | 25 | 33 | 0 | 50 | 49 | 1B | 162 | 43 | 2C |
| Octal | 272 | 45 | 63 | 0 | 120 | 111 | 33 | 542 | 103 | 54 |
| Binary | 10111010 | 100101 | 110011 | 0 | 1010000 | 1001001 | 11011 | 101100010 | 1000011 | 101100 |
Color Harmonies of #BA2533
Complementary color
Monochromatic Colors of #BA2533
Black with #BA2533
Text Example
Text Example
White with #BA2533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2533; }
p { color: rgb(186,37,51); }
H1.HeaderClassName
{
color: #BA2533;
}
.AnyTagClassName
{
color: #BA2533;
}
</style>
background-color css
<style>
a { background-color: #BA2533; }
a { background-color: rgb(186,37,51); }
div.DivClassName
{
background-color: #BA2533;
}
.BgClassName
{
background-color: #BA2533;
}
</style>
border-color css
<style>
span { border-color: #BA2533; }
span { border-color: rgb(186,37,51); }
td.TdClassName
{
border-color: #BA2533;
}
.TagClassName
{
border-color: #BA2533;
}
</style>