Shades of Cardinal #BA2436
Tints of Cardinal #BA2436
RGB
CMYK
RGB Variations
Color information
#BA2436 (or 0xBA2436) is known color: Cardinal. HEX triplet: BA, 24 and 36. RGB value is (186,36,54). Sum of RGB (Red+Green+Blue) = 186+36+54=276 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.39% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2436 is #45DBC9. Grayscale: #525252. Windows color (decimal): -4578250 or 3548346. OLE color: 3548346.
HSL color Cylindrical-coordinate representation of color #BA2436: hue angle of 352.8º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA2436 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 36 | 54 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.27 |
| HSL | 352.8º | 0.68% | 0.44% | - |
| HSV(B) | 352.8º | 0.81% | 0.73% | - |
| XYZ | 21.55 | 11.97 | 4.66 | - |
| YUV | 82.9 | 111.7 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 36 | 54 | 0 | 0.81 | 0.71 | 0.27 | 352.8 | 0.68 | 0.44 |
| Hex | BA | 24 | 36 | 0 | 51 | 47 | 1B | 161 | 44 | 2C |
| Octal | 272 | 44 | 66 | 0 | 121 | 107 | 33 | 541 | 104 | 54 |
| Binary | 10111010 | 100100 | 110110 | 0 | 1010001 | 1000111 | 11011 | 101100001 | 1000100 | 101100 |
Color Harmonies of #BA2436
Complementary color
Monochromatic Colors of #BA2436
Black with #BA2436
Text Example
Text Example
White with #BA2436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2436; }
p { color: rgb(186,36,54); }
H1.HeaderClassName
{
color: #BA2436;
}
.AnyTagClassName
{
color: #BA2436;
}
</style>
background-color css
<style>
a { background-color: #BA2436; }
a { background-color: rgb(186,36,54); }
div.DivClassName
{
background-color: #BA2436;
}
.BgClassName
{
background-color: #BA2436;
}
</style>
border-color css
<style>
span { border-color: #BA2436; }
span { border-color: rgb(186,36,54); }
td.TdClassName
{
border-color: #BA2436;
}
.TagClassName
{
border-color: #BA2436;
}
</style>