Shades of Cardinal #BA132B
Tints of Cardinal #BA132B
RGB
CMYK
RGB Variations
Color information
#BA132B (or 0xBA132B) is known color: Cardinal. HEX triplet: BA, 13 and 2B. RGB value is (186,19,43). Sum of RGB (Red+Green+Blue) = 186+19+43=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA132B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA132B is #45ECD4. Grayscale: #474747. Windows color (decimal): -4582613 or 2823098. OLE color: 2823098.
HSL color Cylindrical-coordinate representation of color #BA132B: hue angle of 351.38º 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 #BA132B is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 19 | 43 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.27 |
| HSL | 351.38º | 0.81% | 0.4% | - |
| HSV(B) | 351.38º | 0.9% | 0.73% | - |
| XYZ | 20.92 | 11.08 | 3.32 | - |
| YUV | 71.67 | 111.83 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 19 | 43 | 0 | 0.90 | 0.77 | 0.27 | 351.38 | 0.81 | 0.4 |
| Hex | BA | 13 | 2B | 0 | 5A | 4D | 1B | 15F | 51 | 28 |
| Octal | 272 | 23 | 53 | 0 | 132 | 115 | 33 | 537 | 121 | 50 |
| Binary | 10111010 | 10011 | 101011 | 0 | 1011010 | 1001101 | 11011 | 101011111 | 1010001 | 101000 |
Color Harmonies of #BA132B
Complementary color
Monochromatic Colors of #BA132B
Black with #BA132B
Text Example
Text Example
White with #BA132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA132B; }
p { color: rgb(186,19,43); }
H1.HeaderClassName
{
color: #BA132B;
}
.AnyTagClassName
{
color: #BA132B;
}
</style>
background-color css
<style>
a { background-color: #BA132B; }
a { background-color: rgb(186,19,43); }
div.DivClassName
{
background-color: #BA132B;
}
.BgClassName
{
background-color: #BA132B;
}
</style>
border-color css
<style>
span { border-color: #BA132B; }
span { border-color: rgb(186,19,43); }
td.TdClassName
{
border-color: #BA132B;
}
.TagClassName
{
border-color: #BA132B;
}
</style>