Shades of Cardinal #BA1D3E
Tints of Cardinal #BA1D3E
RGB
CMYK
RGB Variations
Color information
#BA1D3E (or 0xBA1D3E) is known color: Cardinal. HEX triplet: BA, 1D and 3E. RGB value is (186,29,62). Sum of RGB (Red+Green+Blue) = 186+29+62=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D3E is #45E2C1. Grayscale: #4F4F4F. Windows color (decimal): -4580034 or 4070842. OLE color: 4070842.
HSL color Cylindrical-coordinate representation of color #BA1D3E: hue angle of 347.39º 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 #BA1D3E is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 62 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.27 |
| HSL | 347.39º | 0.73% | 0.42% | - |
| HSV(B) | 347.39º | 0.84% | 0.73% | - |
| XYZ | 21.56 | 11.67 | 5.67 | - |
| YUV | 79.71 | 118.01 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 62 | 0 | 0.84 | 0.67 | 0.27 | 347.39 | 0.73 | 0.42 |
| Hex | BA | 1D | 3E | 0 | 54 | 43 | 1B | 15B | 49 | 2A |
| Octal | 272 | 35 | 76 | 0 | 124 | 103 | 33 | 533 | 111 | 52 |
| Binary | 10111010 | 11101 | 111110 | 0 | 1010100 | 1000011 | 11011 | 101011011 | 1001001 | 101010 |
Color Harmonies of #BA1D3E
Complementary color
Monochromatic Colors of #BA1D3E
Black with #BA1D3E
Text Example
Text Example
White with #BA1D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D3E; }
p { color: rgb(186,29,62); }
H1.HeaderClassName
{
color: #BA1D3E;
}
.AnyTagClassName
{
color: #BA1D3E;
}
</style>
background-color css
<style>
a { background-color: #BA1D3E; }
a { background-color: rgb(186,29,62); }
div.DivClassName
{
background-color: #BA1D3E;
}
.BgClassName
{
background-color: #BA1D3E;
}
</style>
border-color css
<style>
span { border-color: #BA1D3E; }
span { border-color: rgb(186,29,62); }
td.TdClassName
{
border-color: #BA1D3E;
}
.TagClassName
{
border-color: #BA1D3E;
}
</style>