Shades of Cardinal #BA213C
Tints of Cardinal #BA213C
RGB
CMYK
RGB Variations
Color information
#BA213C (or 0xBA213C) is known color: Cardinal. HEX triplet: BA, 21 and 3C. RGB value is (186,33,60). Sum of RGB (Red+Green+Blue) = 186+33+60=279 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.67% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 60 (23.83% from 255 or 21.51% from 279); Max value from RGB is 186 - color contains mainly: red. Hex color #BA213C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA213C is #45DEC3. Grayscale: #515151. Windows color (decimal): -4579012 or 3940794. OLE color: 3940794.
HSL color Cylindrical-coordinate representation of color #BA213C: hue angle of 349.41º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA213C is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 33 | 60 | - |
| CMYK | 0 | 0.82 | 0.68 | 0.27 |
| HSL | 349.41º | 0.7% | 0.43% | - |
| HSV(B) | 349.41º | 0.82% | 0.73% | - |
| XYZ | 21.61 | 11.85 | 5.42 | - |
| YUV | 81.83 | 115.69 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 33 | 60 | 0 | 0.82 | 0.68 | 0.27 | 349.41 | 0.7 | 0.43 |
| Hex | BA | 21 | 3C | 0 | 52 | 44 | 1B | 15D | 46 | 2B |
| Octal | 272 | 41 | 74 | 0 | 122 | 104 | 33 | 535 | 106 | 53 |
| Binary | 10111010 | 100001 | 111100 | 0 | 1010010 | 1000100 | 11011 | 101011101 | 1000110 | 101011 |
Color Harmonies of #BA213C
Complementary color
Monochromatic Colors of #BA213C
Black with #BA213C
Text Example
Text Example
White with #BA213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA213C; }
p { color: rgb(186,33,60); }
H1.HeaderClassName
{
color: #BA213C;
}
.AnyTagClassName
{
color: #BA213C;
}
</style>
background-color css
<style>
a { background-color: #BA213C; }
a { background-color: rgb(186,33,60); }
div.DivClassName
{
background-color: #BA213C;
}
.BgClassName
{
background-color: #BA213C;
}
</style>
border-color css
<style>
span { border-color: #BA213C; }
span { border-color: rgb(186,33,60); }
td.TdClassName
{
border-color: #BA213C;
}
.TagClassName
{
border-color: #BA213C;
}
</style>