Shades of Cardinal #BA2638
Tints of Cardinal #BA2638
RGB
CMYK
RGB Variations
Color information
#BA2638 (or 0xBA2638) is known color: Cardinal. HEX triplet: BA, 26 and 38. RGB value is (186,38,56). Sum of RGB (Red+Green+Blue) = 186+38+56=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2638 is #45D9C7. Grayscale: #545454. Windows color (decimal): -4577736 or 3679930. OLE color: 3679930.
HSL color Cylindrical-coordinate representation of color #BA2638: hue angle of 352.7º 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 #BA2638 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 38 | 56 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.27 |
| HSL | 352.7º | 0.66% | 0.44% | - |
| HSV(B) | 352.7º | 0.8% | 0.73% | - |
| XYZ | 21.66 | 12.11 | 4.94 | - |
| YUV | 84.3 | 112.03 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 38 | 56 | 0 | 0.80 | 0.70 | 0.27 | 352.7 | 0.66 | 0.44 |
| Hex | BA | 26 | 38 | 0 | 50 | 46 | 1B | 161 | 42 | 2C |
| Octal | 272 | 46 | 70 | 0 | 120 | 106 | 33 | 541 | 102 | 54 |
| Binary | 10111010 | 100110 | 111000 | 0 | 1010000 | 1000110 | 11011 | 101100001 | 1000010 | 101100 |
Color Harmonies of #BA2638
Complementary color
Monochromatic Colors of #BA2638
Black with #BA2638
Text Example
Text Example
White with #BA2638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2638; }
p { color: rgb(186,38,56); }
H1.HeaderClassName
{
color: #BA2638;
}
.AnyTagClassName
{
color: #BA2638;
}
</style>
background-color css
<style>
a { background-color: #BA2638; }
a { background-color: rgb(186,38,56); }
div.DivClassName
{
background-color: #BA2638;
}
.BgClassName
{
background-color: #BA2638;
}
</style>
border-color css
<style>
span { border-color: #BA2638; }
span { border-color: rgb(186,38,56); }
td.TdClassName
{
border-color: #BA2638;
}
.TagClassName
{
border-color: #BA2638;
}
</style>