Shades of Cardinal #BA2634
Tints of Cardinal #BA2634
RGB
CMYK
RGB Variations
Color information
#BA2634 (or 0xBA2634) is known color: Cardinal. HEX triplet: BA, 26 and 34. RGB value is (186,38,52). Sum of RGB (Red+Green+Blue) = 186+38+52=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2634 is #45D9CB. Grayscale: #535353. Windows color (decimal): -4577740 or 3417786. OLE color: 3417786.
HSL color Cylindrical-coordinate representation of color #BA2634: hue angle of 354.32º 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 #BA2634 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 52 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.27 |
| HSL | 354.32º | 0.66% | 0.44% | - |
| HSV(B) | 354.32º | 0.8% | 0.73% | - |
| XYZ | 21.56 | 12.07 | 4.44 | - |
| YUV | 83.85 | 110.03 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 52 | 0 | 0.80 | 0.72 | 0.27 | 354.32 | 0.66 | 0.44 |
| Hex | BA | 26 | 34 | 0 | 50 | 48 | 1B | 162 | 42 | 2C |
| Octal | 272 | 46 | 64 | 0 | 120 | 110 | 33 | 542 | 102 | 54 |
| Binary | 10111010 | 100110 | 110100 | 0 | 1010000 | 1001000 | 11011 | 101100010 | 1000010 | 101100 |
Color Harmonies of #BA2634
Complementary color
Monochromatic Colors of #BA2634
Black with #BA2634
Text Example
Text Example
White with #BA2634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2634; }
p { color: rgb(186,38,52); }
H1.HeaderClassName
{
color: #BA2634;
}
.AnyTagClassName
{
color: #BA2634;
}
</style>
background-color css
<style>
a { background-color: #BA2634; }
a { background-color: rgb(186,38,52); }
div.DivClassName
{
background-color: #BA2634;
}
.BgClassName
{
background-color: #BA2634;
}
</style>
border-color css
<style>
span { border-color: #BA2634; }
span { border-color: rgb(186,38,52); }
td.TdClassName
{
border-color: #BA2634;
}
.TagClassName
{
border-color: #BA2634;
}
</style>