Shades of Cardinal #BA1E2C
Tints of Cardinal #BA1E2C
RGB
CMYK
RGB Variations
Color information
#BA1E2C (or 0xBA1E2C) is known color: Cardinal. HEX triplet: BA, 1E and 2C. RGB value is (186,30,44). Sum of RGB (Red+Green+Blue) = 186+30+44=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E2C is #45E1D3. Grayscale: #4E4E4E. Windows color (decimal): -4579796 or 2891450. OLE color: 2891450.
HSL color Cylindrical-coordinate representation of color #BA1E2C: hue angle of 354.62º degrees, saturation: 0.72, 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 #BA1E2C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 30 | 44 | - |
| CMYK | 0 | 0.84 | 0.76 | 0.27 |
| HSL | 354.62º | 0.72% | 0.42% | - |
| HSV(B) | 354.62º | 0.84% | 0.73% | - |
| XYZ | 21.17 | 11.55 | 3.5 | - |
| YUV | 78.24 | 108.68 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 44 | 0 | 0.84 | 0.76 | 0.27 | 354.62 | 0.72 | 0.42 |
| Hex | BA | 1E | 2C | 0 | 54 | 4C | 1B | 163 | 48 | 2A |
| Octal | 272 | 36 | 54 | 0 | 124 | 114 | 33 | 543 | 110 | 52 |
| Binary | 10111010 | 11110 | 101100 | 0 | 1010100 | 1001100 | 11011 | 101100011 | 1001000 | 101010 |
Color Harmonies of #BA1E2C
Complementary color
Monochromatic Colors of #BA1E2C
Black with #BA1E2C
Text Example
Text Example
White with #BA1E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1E2C; }
p { color: rgb(186,30,44); }
H1.HeaderClassName
{
color: #BA1E2C;
}
.AnyTagClassName
{
color: #BA1E2C;
}
</style>
background-color css
<style>
a { background-color: #BA1E2C; }
a { background-color: rgb(186,30,44); }
div.DivClassName
{
background-color: #BA1E2C;
}
.BgClassName
{
background-color: #BA1E2C;
}
</style>
border-color css
<style>
span { border-color: #BA1E2C; }
span { border-color: rgb(186,30,44); }
td.TdClassName
{
border-color: #BA1E2C;
}
.TagClassName
{
border-color: #BA1E2C;
}
</style>