Shades of Cardinal #BA203B
Tints of Cardinal #BA203B
RGB
CMYK
RGB Variations
Color information
#BA203B (or 0xBA203B) is known color: Cardinal. HEX triplet: BA, 20 and 3B. RGB value is (186,32,59). Sum of RGB (Red+Green+Blue) = 186+32+59=277 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.15% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 186 - color contains mainly: red. Hex color #BA203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA203B is #45DFC4. Grayscale: #515151. Windows color (decimal): -4579269 or 3875002. OLE color: 3875002.
HSL color Cylindrical-coordinate representation of color #BA203B: hue angle of 349.48º 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 #BA203B is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 32 | 59 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.27 |
| HSL | 349.48º | 0.71% | 0.43% | - |
| HSV(B) | 349.48º | 0.83% | 0.73% | - |
| XYZ | 21.56 | 11.79 | 5.28 | - |
| YUV | 81.12 | 115.52 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 32 | 59 | 0 | 0.83 | 0.68 | 0.27 | 349.48 | 0.71 | 0.43 |
| Hex | BA | 20 | 3B | 0 | 53 | 44 | 1B | 15D | 47 | 2B |
| Octal | 272 | 40 | 73 | 0 | 123 | 104 | 33 | 535 | 107 | 53 |
| Binary | 10111010 | 100000 | 111011 | 0 | 1010011 | 1000100 | 11011 | 101011101 | 1000111 | 101011 |
Color Harmonies of #BA203B
Complementary color
Monochromatic Colors of #BA203B
Black with #BA203B
Text Example
Text Example
White with #BA203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA203B; }
p { color: rgb(186,32,59); }
H1.HeaderClassName
{
color: #BA203B;
}
.AnyTagClassName
{
color: #BA203B;
}
</style>
background-color css
<style>
a { background-color: #BA203B; }
a { background-color: rgb(186,32,59); }
div.DivClassName
{
background-color: #BA203B;
}
.BgClassName
{
background-color: #BA203B;
}
</style>
border-color css
<style>
span { border-color: #BA203B; }
span { border-color: rgb(186,32,59); }
td.TdClassName
{
border-color: #BA203B;
}
.TagClassName
{
border-color: #BA203B;
}
</style>