Shades of Cardinal #BA142F
Tints of Cardinal #BA142F
RGB
CMYK
RGB Variations
Color information
#BA142F (or 0xBA142F) is known color: Cardinal. HEX triplet: BA, 14 and 2F. RGB value is (186,20,47). Sum of RGB (Red+Green+Blue) = 186+20+47=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA142F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA142F is #45EBD0. Grayscale: #484848. Windows color (decimal): -4582353 or 3085498. OLE color: 3085498.
HSL color Cylindrical-coordinate representation of color #BA142F: hue angle of 350.24º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA142F is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 20 | 47 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.27 |
| HSL | 350.24º | 0.81% | 0.4% | - |
| HSV(B) | 350.24º | 0.89% | 0.73% | - |
| XYZ | 21.01 | 11.14 | 3.73 | - |
| YUV | 72.71 | 113.5 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 20 | 47 | 0 | 0.89 | 0.75 | 0.27 | 350.24 | 0.81 | 0.4 |
| Hex | BA | 14 | 2F | 0 | 59 | 4B | 1B | 15E | 51 | 28 |
| Octal | 272 | 24 | 57 | 0 | 131 | 113 | 33 | 536 | 121 | 50 |
| Binary | 10111010 | 10100 | 101111 | 0 | 1011001 | 1001011 | 11011 | 101011110 | 1010001 | 101000 |
Color Harmonies of #BA142F
Complementary color
Monochromatic Colors of #BA142F
Black with #BA142F
Text Example
Text Example
White with #BA142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA142F; }
p { color: rgb(186,20,47); }
H1.HeaderClassName
{
color: #BA142F;
}
.AnyTagClassName
{
color: #BA142F;
}
</style>
background-color css
<style>
a { background-color: #BA142F; }
a { background-color: rgb(186,20,47); }
div.DivClassName
{
background-color: #BA142F;
}
.BgClassName
{
background-color: #BA142F;
}
</style>
border-color css
<style>
span { border-color: #BA142F; }
span { border-color: rgb(186,20,47); }
td.TdClassName
{
border-color: #BA142F;
}
.TagClassName
{
border-color: #BA142F;
}
</style>