Shades of Cardinal #BA003F
Tints of Cardinal #BA003F
RGB
CMYK
RGB Variations
Color information
#BA003F (or 0xBA003F) is known color: Cardinal. HEX triplet: BA, 00 and 3F. RGB value is (186,0,63). Sum of RGB (Red+Green+Blue) = 186+0+63=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA003F is #45FFC0. Grayscale: #3E3E3E. Windows color (decimal): -4587457 or 4128954. OLE color: 4128954.
HSL color Cylindrical-coordinate representation of color #BA003F: hue angle of 339.68º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA003F is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.66 | 0.27 |
| HSL | 339.68º | 1% | 0.36% | - |
| HSV(B) | 339.68º | 1% | 0.73% | - |
| XYZ | 21.15 | 10.8 | 5.67 | - |
| YUV | 62.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 63 | 0 | 1 | 0.66 | 0.27 | 339.68 | 1 | 0.36 |
| Hex | BA | 0 | 3F | 0 | 64 | 42 | 1B | 154 | 64 | 24 |
| Octal | 272 | 0 | 77 | 0 | 144 | 102 | 33 | 524 | 144 | 44 |
| Binary | 10111010 | 0 | 111111 | 0 | 1100100 | 1000010 | 11011 | 101010100 | 1100100 | 100100 |
Color Harmonies of #BA003F
Complementary color
Monochromatic Colors of #BA003F
Black with #BA003F
Text Example
Text Example
White with #BA003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA003F; }
p { color: rgb(186,0,63); }
H1.HeaderClassName
{
color: #BA003F;
}
.AnyTagClassName
{
color: #BA003F;
}
</style>
background-color css
<style>
a { background-color: #BA003F; }
a { background-color: rgb(186,0,63); }
div.DivClassName
{
background-color: #BA003F;
}
.BgClassName
{
background-color: #BA003F;
}
</style>
border-color css
<style>
span { border-color: #BA003F; }
span { border-color: rgb(186,0,63); }
td.TdClassName
{
border-color: #BA003F;
}
.TagClassName
{
border-color: #BA003F;
}
</style>