Shades of Cardinal #BA1C29
Tints of Cardinal #BA1C29
RGB
CMYK
RGB Variations
Color information
#BA1C29 (or 0xBA1C29) is known color: Cardinal. HEX triplet: BA, 1C and 29. RGB value is (186,28,41). Sum of RGB (Red+Green+Blue) = 186+28+41=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 28 (11.33% from 255 or 10.98% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1C29 is #45E3D6. Grayscale: #4C4C4C. Windows color (decimal): -4580311 or 2694330. OLE color: 2694330.
HSL color Cylindrical-coordinate representation of color #BA1C29: hue angle of 355.06º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1C29 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 41 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.27 |
| HSL | 355.06º | 0.74% | 0.42% | - |
| HSV(B) | 355.06º | 0.85% | 0.73% | - |
| XYZ | 21.07 | 11.43 | 3.19 | - |
| YUV | 76.72 | 107.85 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 41 | 0 | 0.85 | 0.78 | 0.27 | 355.06 | 0.74 | 0.42 |
| Hex | BA | 1C | 29 | 0 | 55 | 4E | 1B | 163 | 4A | 2A |
| Octal | 272 | 34 | 51 | 0 | 125 | 116 | 33 | 543 | 112 | 52 |
| Binary | 10111010 | 11100 | 101001 | 0 | 1010101 | 1001110 | 11011 | 101100011 | 1001010 | 101010 |
Color Harmonies of #BA1C29
Complementary color
Monochromatic Colors of #BA1C29
Black with #BA1C29
Text Example
Text Example
White with #BA1C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C29; }
p { color: rgb(186,28,41); }
H1.HeaderClassName
{
color: #BA1C29;
}
.AnyTagClassName
{
color: #BA1C29;
}
</style>
background-color css
<style>
a { background-color: #BA1C29; }
a { background-color: rgb(186,28,41); }
div.DivClassName
{
background-color: #BA1C29;
}
.BgClassName
{
background-color: #BA1C29;
}
</style>
border-color css
<style>
span { border-color: #BA1C29; }
span { border-color: rgb(186,28,41); }
td.TdClassName
{
border-color: #BA1C29;
}
.TagClassName
{
border-color: #BA1C29;
}
</style>