Shades of Cardinal #BA0135
Tints of Cardinal #BA0135
RGB
CMYK
RGB Variations
Color information
#BA0135 (or 0xBA0135) is known color: Cardinal. HEX triplet: BA, 01 and 35. RGB value is (186,1,53). Sum of RGB (Red+Green+Blue) = 186+1+53=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 53 (21.09% from 255 or 22.08% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0135 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0135 is #45FECA. Grayscale: #3E3E3E. Windows color (decimal): -4587211 or 3473850. OLE color: 3473850.
HSL color Cylindrical-coordinate representation of color #BA0135: hue angle of 343.14º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0135 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.27 |
| HSL | 343.14º | 0.99% | 0.37% | - |
| HSV(B) | 343.14º | 0.99% | 0.73% | - |
| XYZ | 20.9 | 10.72 | 4.34 | - |
| YUV | 62.24 | 122.79 | 216.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 53 | 0 | 0.99 | 0.72 | 0.27 | 343.14 | 0.99 | 0.37 |
| Hex | BA | 1 | 35 | 0 | 63 | 48 | 1B | 157 | 63 | 25 |
| Octal | 272 | 1 | 65 | 0 | 143 | 110 | 33 | 527 | 143 | 45 |
| Binary | 10111010 | 1 | 110101 | 0 | 1100011 | 1001000 | 11011 | 101010111 | 1100011 | 100101 |
Color Harmonies of #BA0135
Complementary color
Monochromatic Colors of #BA0135
Black with #BA0135
Text Example
Text Example
White with #BA0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0135; }
p { color: rgb(186,1,53); }
H1.HeaderClassName
{
color: #BA0135;
}
.AnyTagClassName
{
color: #BA0135;
}
</style>
background-color css
<style>
a { background-color: #BA0135; }
a { background-color: rgb(186,1,53); }
div.DivClassName
{
background-color: #BA0135;
}
.BgClassName
{
background-color: #BA0135;
}
</style>
border-color css
<style>
span { border-color: #BA0135; }
span { border-color: rgb(186,1,53); }
td.TdClassName
{
border-color: #BA0135;
}
.TagClassName
{
border-color: #BA0135;
}
</style>