Shades of Cardinal #BA2835
Tints of Cardinal #BA2835
RGB
CMYK
RGB Variations
Color information
#BA2835 (or 0xBA2835) is known color: Cardinal. HEX triplet: BA, 28 and 35. RGB value is (186,40,53). Sum of RGB (Red+Green+Blue) = 186+40+53=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2835 is #45D7CA. Grayscale: #555555. Windows color (decimal): -4577227 or 3483834. OLE color: 3483834.
HSL color Cylindrical-coordinate representation of color #BA2835: hue angle of 354.66º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2835 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 40 | 53 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.27 |
| HSL | 354.66º | 0.65% | 0.44% | - |
| HSV(B) | 354.66º | 0.78% | 0.73% | - |
| XYZ | 21.65 | 12.21 | 4.58 | - |
| YUV | 85.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 53 | 0 | 0.78 | 0.72 | 0.27 | 354.66 | 0.65 | 0.44 |
| Hex | BA | 28 | 35 | 0 | 4E | 48 | 1B | 163 | 41 | 2C |
| Octal | 272 | 50 | 65 | 0 | 116 | 110 | 33 | 543 | 101 | 54 |
| Binary | 10111010 | 101000 | 110101 | 0 | 1001110 | 1001000 | 11011 | 101100011 | 1000001 | 101100 |
Color Harmonies of #BA2835
Complementary color
Monochromatic Colors of #BA2835
Black with #BA2835
Text Example
Text Example
White with #BA2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2835; }
p { color: rgb(186,40,53); }
H1.HeaderClassName
{
color: #BA2835;
}
.AnyTagClassName
{
color: #BA2835;
}
</style>
background-color css
<style>
a { background-color: #BA2835; }
a { background-color: rgb(186,40,53); }
div.DivClassName
{
background-color: #BA2835;
}
.BgClassName
{
background-color: #BA2835;
}
</style>
border-color css
<style>
span { border-color: #BA2835; }
span { border-color: rgb(186,40,53); }
td.TdClassName
{
border-color: #BA2835;
}
.TagClassName
{
border-color: #BA2835;
}
</style>