Shades of Cardinal #BA2635
Tints of Cardinal #BA2635
RGB
CMYK
RGB Variations
Color information
#BA2635 (or 0xBA2635) is known color: Cardinal. HEX triplet: BA, 26 and 35. RGB value is (186,38,53). Sum of RGB (Red+Green+Blue) = 186+38+53=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2635 is #45D9CA. Grayscale: #545454. Windows color (decimal): -4577739 or 3483322. OLE color: 3483322.
HSL color Cylindrical-coordinate representation of color #BA2635: hue angle of 353.92º degrees, saturation: 0.66, 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 #BA2635 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 53 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.27 |
| HSL | 353.92º | 0.66% | 0.44% | - |
| HSV(B) | 353.92º | 0.8% | 0.73% | - |
| XYZ | 21.59 | 12.08 | 4.56 | - |
| YUV | 83.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 53 | 0 | 0.80 | 0.72 | 0.27 | 353.92 | 0.66 | 0.44 |
| Hex | BA | 26 | 35 | 0 | 50 | 48 | 1B | 162 | 42 | 2C |
| Octal | 272 | 46 | 65 | 0 | 120 | 110 | 33 | 542 | 102 | 54 |
| Binary | 10111010 | 100110 | 110101 | 0 | 1010000 | 1001000 | 11011 | 101100010 | 1000010 | 101100 |
Color Harmonies of #BA2635
Complementary color
Monochromatic Colors of #BA2635
Black with #BA2635
Text Example
Text Example
White with #BA2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2635; }
p { color: rgb(186,38,53); }
H1.HeaderClassName
{
color: #BA2635;
}
.AnyTagClassName
{
color: #BA2635;
}
</style>
background-color css
<style>
a { background-color: #BA2635; }
a { background-color: rgb(186,38,53); }
div.DivClassName
{
background-color: #BA2635;
}
.BgClassName
{
background-color: #BA2635;
}
</style>
border-color css
<style>
span { border-color: #BA2635; }
span { border-color: rgb(186,38,53); }
td.TdClassName
{
border-color: #BA2635;
}
.TagClassName
{
border-color: #BA2635;
}
</style>