Shades of Cardinal #BA1D2E
Tints of Cardinal #BA1D2E
RGB
CMYK
RGB Variations
Color information
#BA1D2E (or 0xBA1D2E) is known color: Cardinal. HEX triplet: BA, 1D and 2E. RGB value is (186,29,46). Sum of RGB (Red+Green+Blue) = 186+29+46=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D2E is #45E2D1. Grayscale: #4D4D4D. Windows color (decimal): -4580050 or 3022266. OLE color: 3022266.
HSL color Cylindrical-coordinate representation of color #BA1D2E: hue angle of 353.5º 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 #BA1D2E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 46 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.27 |
| HSL | 353.5º | 0.73% | 0.42% | - |
| HSV(B) | 353.5º | 0.84% | 0.73% | - |
| XYZ | 21.18 | 11.52 | 3.69 | - |
| YUV | 77.88 | 110.01 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 46 | 0 | 0.84 | 0.75 | 0.27 | 353.5 | 0.73 | 0.42 |
| Hex | BA | 1D | 2E | 0 | 54 | 4B | 1B | 162 | 49 | 2A |
| Octal | 272 | 35 | 56 | 0 | 124 | 113 | 33 | 542 | 111 | 52 |
| Binary | 10111010 | 11101 | 101110 | 0 | 1010100 | 1001011 | 11011 | 101100010 | 1001001 | 101010 |
Color Harmonies of #BA1D2E
Complementary color
Monochromatic Colors of #BA1D2E
Black with #BA1D2E
Text Example
Text Example
White with #BA1D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D2E; }
p { color: rgb(186,29,46); }
H1.HeaderClassName
{
color: #BA1D2E;
}
.AnyTagClassName
{
color: #BA1D2E;
}
</style>
background-color css
<style>
a { background-color: #BA1D2E; }
a { background-color: rgb(186,29,46); }
div.DivClassName
{
background-color: #BA1D2E;
}
.BgClassName
{
background-color: #BA1D2E;
}
</style>
border-color css
<style>
span { border-color: #BA1D2E; }
span { border-color: rgb(186,29,46); }
td.TdClassName
{
border-color: #BA1D2E;
}
.TagClassName
{
border-color: #BA1D2E;
}
</style>