Shades of Cardinal #BA0333
Tints of Cardinal #BA0333
RGB
CMYK
RGB Variations
Color information
#BA0333 (or 0xBA0333) is known color: Cardinal. HEX triplet: BA, 03 and 33. RGB value is (186,3,51). Sum of RGB (Red+Green+Blue) = 186+3+51=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0333 is #45FCCC. Grayscale: #3F3F3F. Windows color (decimal): -4586701 or 3343290. OLE color: 3343290.
HSL color Cylindrical-coordinate representation of color #BA0333: hue angle of 344.26º 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 #BA0333 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 51 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.27 |
| HSL | 344.26º | 0.97% | 0.37% | - |
| HSV(B) | 344.26º | 0.98% | 0.73% | - |
| XYZ | 20.88 | 10.74 | 4.11 | - |
| YUV | 63.19 | 121.13 | 215.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 51 | 0 | 0.98 | 0.73 | 0.27 | 344.26 | 0.97 | 0.37 |
| Hex | BA | 3 | 33 | 0 | 62 | 49 | 1B | 158 | 61 | 25 |
| Octal | 272 | 3 | 63 | 0 | 142 | 111 | 33 | 530 | 141 | 45 |
| Binary | 10111010 | 11 | 110011 | 0 | 1100010 | 1001001 | 11011 | 101011000 | 1100001 | 100101 |
Color Harmonies of #BA0333
Complementary color
Monochromatic Colors of #BA0333
Black with #BA0333
Text Example
Text Example
White with #BA0333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0333; }
p { color: rgb(186,3,51); }
H1.HeaderClassName
{
color: #BA0333;
}
.AnyTagClassName
{
color: #BA0333;
}
</style>
background-color css
<style>
a { background-color: #BA0333; }
a { background-color: rgb(186,3,51); }
div.DivClassName
{
background-color: #BA0333;
}
.BgClassName
{
background-color: #BA0333;
}
</style>
border-color css
<style>
span { border-color: #BA0333; }
span { border-color: rgb(186,3,51); }
td.TdClassName
{
border-color: #BA0333;
}
.TagClassName
{
border-color: #BA0333;
}
</style>