Shades of Cardinal #BA203C
Tints of Cardinal #BA203C
RGB
CMYK
RGB Variations
Color information
#BA203C (or 0xBA203C) is known color: Cardinal. HEX triplet: BA, 20 and 3C. RGB value is (186,32,60). Sum of RGB (Red+Green+Blue) = 186+32+60=278 (36% of max value = 765). Red value is 186 (73.05% from 255 or 66.91% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 186 - color contains mainly: red. Hex color #BA203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA203C is #45DFC3. Grayscale: #515151. Windows color (decimal): -4579268 or 3940538. OLE color: 3940538.
HSL color Cylindrical-coordinate representation of color #BA203C: hue angle of 349.09º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA203C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 60 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.27 |
| HSL | 349.09º | 0.71% | 0.43% | - |
| HSV(B) | 349.09º | 0.83% | 0.73% | - |
| XYZ | 21.58 | 11.8 | 5.41 | - |
| YUV | 81.24 | 116.02 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 60 | 0 | 0.83 | 0.68 | 0.27 | 349.09 | 0.71 | 0.43 |
| Hex | BA | 20 | 3C | 0 | 53 | 44 | 1B | 15D | 47 | 2B |
| Octal | 272 | 40 | 74 | 0 | 123 | 104 | 33 | 535 | 107 | 53 |
| Binary | 10111010 | 100000 | 111100 | 0 | 1010011 | 1000100 | 11011 | 101011101 | 1000111 | 101011 |
Color Harmonies of #BA203C
Complementary color
Monochromatic Colors of #BA203C
Black with #BA203C
Text Example
Text Example
White with #BA203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA203C; }
p { color: rgb(186,32,60); }
H1.HeaderClassName
{
color: #BA203C;
}
.AnyTagClassName
{
color: #BA203C;
}
</style>
background-color css
<style>
a { background-color: #BA203C; }
a { background-color: rgb(186,32,60); }
div.DivClassName
{
background-color: #BA203C;
}
.BgClassName
{
background-color: #BA203C;
}
</style>
border-color css
<style>
span { border-color: #BA203C; }
span { border-color: rgb(186,32,60); }
td.TdClassName
{
border-color: #BA203C;
}
.TagClassName
{
border-color: #BA203C;
}
</style>