Shades of Cardinal #BA1135
Tints of Cardinal #BA1135
RGB
CMYK
RGB Variations
Color information
#BA1135 (or 0xBA1135) is known color: Cardinal. HEX triplet: BA, 11 and 35. RGB value is (186,17,53). Sum of RGB (Red+Green+Blue) = 186+17+53=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1135 is #45EECA. Grayscale: #474747. Windows color (decimal): -4583115 or 3477946. OLE color: 3477946.
HSL color Cylindrical-coordinate representation of color #BA1135: hue angle of 347.22º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1135 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 53 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.27 |
| HSL | 347.22º | 0.83% | 0.4% | - |
| HSV(B) | 347.22º | 0.91% | 0.73% | - |
| XYZ | 21.09 | 11.1 | 4.4 | - |
| YUV | 71.64 | 117.49 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 53 | 0 | 0.91 | 0.72 | 0.27 | 347.22 | 0.83 | 0.4 |
| Hex | BA | 11 | 35 | 0 | 5B | 48 | 1B | 15B | 53 | 28 |
| Octal | 272 | 21 | 65 | 0 | 133 | 110 | 33 | 533 | 123 | 50 |
| Binary | 10111010 | 10001 | 110101 | 0 | 1011011 | 1001000 | 11011 | 101011011 | 1010011 | 101000 |
Color Harmonies of #BA1135
Complementary color
Monochromatic Colors of #BA1135
Black with #BA1135
Text Example
Text Example
White with #BA1135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1135; }
p { color: rgb(186,17,53); }
H1.HeaderClassName
{
color: #BA1135;
}
.AnyTagClassName
{
color: #BA1135;
}
</style>
background-color css
<style>
a { background-color: #BA1135; }
a { background-color: rgb(186,17,53); }
div.DivClassName
{
background-color: #BA1135;
}
.BgClassName
{
background-color: #BA1135;
}
</style>
border-color css
<style>
span { border-color: #BA1135; }
span { border-color: rgb(186,17,53); }
td.TdClassName
{
border-color: #BA1135;
}
.TagClassName
{
border-color: #BA1135;
}
</style>