Shades of Cardinal #BA132D
Tints of Cardinal #BA132D
RGB
CMYK
RGB Variations
Color information
#BA132D (or 0xBA132D) is known color: Cardinal. HEX triplet: BA, 13 and 2D. RGB value is (186,19,45). Sum of RGB (Red+Green+Blue) = 186+19+45=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 19 (7.81% from 255 or 7.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA132D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA132D is #45ECD2. Grayscale: #474747. Windows color (decimal): -4582611 or 2954170. OLE color: 2954170.
HSL color Cylindrical-coordinate representation of color #BA132D: hue angle of 350.66º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA132D is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 45 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.27 |
| HSL | 350.66º | 0.81% | 0.4% | - |
| HSV(B) | 350.66º | 0.9% | 0.73% | - |
| XYZ | 20.96 | 11.09 | 3.52 | - |
| YUV | 71.9 | 112.83 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 45 | 0 | 0.90 | 0.76 | 0.27 | 350.66 | 0.81 | 0.4 |
| Hex | BA | 13 | 2D | 0 | 5A | 4C | 1B | 15F | 51 | 28 |
| Octal | 272 | 23 | 55 | 0 | 132 | 114 | 33 | 537 | 121 | 50 |
| Binary | 10111010 | 10011 | 101101 | 0 | 1011010 | 1001100 | 11011 | 101011111 | 1010001 | 101000 |
Color Harmonies of #BA132D
Complementary color
Monochromatic Colors of #BA132D
Black with #BA132D
Text Example
Text Example
White with #BA132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA132D; }
p { color: rgb(186,19,45); }
H1.HeaderClassName
{
color: #BA132D;
}
.AnyTagClassName
{
color: #BA132D;
}
</style>
background-color css
<style>
a { background-color: #BA132D; }
a { background-color: rgb(186,19,45); }
div.DivClassName
{
background-color: #BA132D;
}
.BgClassName
{
background-color: #BA132D;
}
</style>
border-color css
<style>
span { border-color: #BA132D; }
span { border-color: rgb(186,19,45); }
td.TdClassName
{
border-color: #BA132D;
}
.TagClassName
{
border-color: #BA132D;
}
</style>