Shades of Cardinal #BA1D3B
Tints of Cardinal #BA1D3B
RGB
CMYK
RGB Variations
Color information
#BA1D3B (or 0xBA1D3B) is known color: Cardinal. HEX triplet: BA, 1D and 3B. RGB value is (186,29,59). Sum of RGB (Red+Green+Blue) = 186+29+59=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1D3B is #45E2C4. Grayscale: #4F4F4F. Windows color (decimal): -4580037 or 3874234. OLE color: 3874234.
HSL color Cylindrical-coordinate representation of color #BA1D3B: hue angle of 348.54º 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 #BA1D3B is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 29 | 59 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.27 |
| HSL | 348.54º | 0.73% | 0.42% | - |
| HSV(B) | 348.54º | 0.84% | 0.73% | - |
| XYZ | 21.48 | 11.63 | 5.25 | - |
| YUV | 79.36 | 116.51 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 29 | 59 | 0 | 0.84 | 0.68 | 0.27 | 348.54 | 0.73 | 0.42 |
| Hex | BA | 1D | 3B | 0 | 54 | 44 | 1B | 15D | 49 | 2A |
| Octal | 272 | 35 | 73 | 0 | 124 | 104 | 33 | 535 | 111 | 52 |
| Binary | 10111010 | 11101 | 111011 | 0 | 1010100 | 1000100 | 11011 | 101011101 | 1001001 | 101010 |
Color Harmonies of #BA1D3B
Complementary color
Monochromatic Colors of #BA1D3B
Black with #BA1D3B
Text Example
Text Example
White with #BA1D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1D3B; }
p { color: rgb(186,29,59); }
H1.HeaderClassName
{
color: #BA1D3B;
}
.AnyTagClassName
{
color: #BA1D3B;
}
</style>
background-color css
<style>
a { background-color: #BA1D3B; }
a { background-color: rgb(186,29,59); }
div.DivClassName
{
background-color: #BA1D3B;
}
.BgClassName
{
background-color: #BA1D3B;
}
</style>
border-color css
<style>
span { border-color: #BA1D3B; }
span { border-color: rgb(186,29,59); }
td.TdClassName
{
border-color: #BA1D3B;
}
.TagClassName
{
border-color: #BA1D3B;
}
</style>