Shades of Cardinal #BA0331
Tints of Cardinal #BA0331
RGB
CMYK
RGB Variations
Color information
#BA0331 (or 0xBA0331) is known color: Cardinal. HEX triplet: BA, 03 and 31. RGB value is (186,3,49). Sum of RGB (Red+Green+Blue) = 186+3+49=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0331 is #45FCCE. Grayscale: #3E3E3E. Windows color (decimal): -4586703 or 3212218. OLE color: 3212218.
HSL color Cylindrical-coordinate representation of color #BA0331: hue angle of 344.92º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0331 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 49 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.27 |
| HSL | 344.92º | 0.97% | 0.37% | - |
| HSV(B) | 344.92º | 0.98% | 0.73% | - |
| XYZ | 20.84 | 10.73 | 3.88 | - |
| YUV | 62.96 | 120.13 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 49 | 0 | 0.98 | 0.74 | 0.27 | 344.92 | 0.97 | 0.37 |
| Hex | BA | 3 | 31 | 0 | 62 | 4A | 1B | 159 | 61 | 25 |
| Octal | 272 | 3 | 61 | 0 | 142 | 112 | 33 | 531 | 141 | 45 |
| Binary | 10111010 | 11 | 110001 | 0 | 1100010 | 1001010 | 11011 | 101011001 | 1100001 | 100101 |
Color Harmonies of #BA0331
Complementary color
Monochromatic Colors of #BA0331
Black with #BA0331
Text Example
Text Example
White with #BA0331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0331; }
p { color: rgb(186,3,49); }
H1.HeaderClassName
{
color: #BA0331;
}
.AnyTagClassName
{
color: #BA0331;
}
</style>
background-color css
<style>
a { background-color: #BA0331; }
a { background-color: rgb(186,3,49); }
div.DivClassName
{
background-color: #BA0331;
}
.BgClassName
{
background-color: #BA0331;
}
</style>
border-color css
<style>
span { border-color: #BA0331; }
span { border-color: rgb(186,3,49); }
td.TdClassName
{
border-color: #BA0331;
}
.TagClassName
{
border-color: #BA0331;
}
</style>