Shades of Cardinal #BA1C3B
Tints of Cardinal #BA1C3B
RGB
CMYK
RGB Variations
Color information
#BA1C3B (or 0xBA1C3B) is known color: Cardinal. HEX triplet: BA, 1C and 3B. RGB value is (186,28,59). Sum of RGB (Red+Green+Blue) = 186+28+59=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 59 (23.44% from 255 or 21.61% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1C3B is #45E3C4. Grayscale: #4E4E4E. Windows color (decimal): -4580293 or 3873978. OLE color: 3873978.
HSL color Cylindrical-coordinate representation of color #BA1C3B: hue angle of 348.23º 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 #BA1C3B is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 59 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.27 |
| HSL | 348.23º | 0.74% | 0.42% | - |
| HSV(B) | 348.23º | 0.85% | 0.73% | - |
| XYZ | 21.45 | 11.59 | 5.24 | - |
| YUV | 78.78 | 116.85 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 59 | 0 | 0.85 | 0.68 | 0.27 | 348.23 | 0.74 | 0.42 |
| Hex | BA | 1C | 3B | 0 | 55 | 44 | 1B | 15C | 4A | 2A |
| Octal | 272 | 34 | 73 | 0 | 125 | 104 | 33 | 534 | 112 | 52 |
| Binary | 10111010 | 11100 | 111011 | 0 | 1010101 | 1000100 | 11011 | 101011100 | 1001010 | 101010 |
Color Harmonies of #BA1C3B
Complementary color
Monochromatic Colors of #BA1C3B
Black with #BA1C3B
Text Example
Text Example
White with #BA1C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1C3B; }
p { color: rgb(186,28,59); }
H1.HeaderClassName
{
color: #BA1C3B;
}
.AnyTagClassName
{
color: #BA1C3B;
}
</style>
background-color css
<style>
a { background-color: #BA1C3B; }
a { background-color: rgb(186,28,59); }
div.DivClassName
{
background-color: #BA1C3B;
}
.BgClassName
{
background-color: #BA1C3B;
}
</style>
border-color css
<style>
span { border-color: #BA1C3B; }
span { border-color: rgb(186,28,59); }
td.TdClassName
{
border-color: #BA1C3B;
}
.TagClassName
{
border-color: #BA1C3B;
}
</style>