Shades of Cardinal #BA1D37
Tints of Cardinal #BA1D37
RGB
CMYK
RGB Variations
Color information
#BA1D37 (or 0xBA1D37) is known color: Cardinal. HEX triplet: BA, 1D and 37. RGB value is (186,29,55). Sum of RGB (Red+Green+Blue) = 186+29+55=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D37 is #45E2C8. Grayscale: #4E4E4E. Windows color (decimal): -4580041 or 3612090. OLE color: 3612090.
HSL color Cylindrical-coordinate representation of color #BA1D37: hue angle of 350.06º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA1D37 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 55 | - |
| CMYK | 0 | 0.84 | 0.70 | 0.27 |
| HSL | 350.06º | 0.73% | 0.42% | - |
| HSV(B) | 350.06º | 0.84% | 0.73% | - |
| XYZ | 21.38 | 11.59 | 4.73 | - |
| YUV | 78.91 | 114.51 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 55 | 0 | 0.84 | 0.70 | 0.27 | 350.06 | 0.73 | 0.42 |
| Hex | BA | 1D | 37 | 0 | 54 | 46 | 1B | 15E | 49 | 2A |
| Octal | 272 | 35 | 67 | 0 | 124 | 106 | 33 | 536 | 111 | 52 |
| Binary | 10111010 | 11101 | 110111 | 0 | 1010100 | 1000110 | 11011 | 101011110 | 1001001 | 101010 |
Color Harmonies of #BA1D37
Complementary color
Monochromatic Colors of #BA1D37
Black with #BA1D37
Text Example
Text Example
White with #BA1D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D37; }
p { color: rgb(186,29,55); }
H1.HeaderClassName
{
color: #BA1D37;
}
.AnyTagClassName
{
color: #BA1D37;
}
</style>
background-color css
<style>
a { background-color: #BA1D37; }
a { background-color: rgb(186,29,55); }
div.DivClassName
{
background-color: #BA1D37;
}
.BgClassName
{
background-color: #BA1D37;
}
</style>
border-color css
<style>
span { border-color: #BA1D37; }
span { border-color: rgb(186,29,55); }
td.TdClassName
{
border-color: #BA1D37;
}
.TagClassName
{
border-color: #BA1D37;
}
</style>