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