Shades of Cardinal #BA113F
Tints of Cardinal #BA113F
RGB
CMYK
RGB Variations
Color information
#BA113F (or 0xBA113F) is known color: Cardinal. HEX triplet: BA, 11 and 3F. RGB value is (186,17,63). Sum of RGB (Red+Green+Blue) = 186+17+63=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA113F is #45EEC0. Grayscale: #484848. Windows color (decimal): -4583105 or 4133306. OLE color: 4133306.
HSL color Cylindrical-coordinate representation of color #BA113F: hue angle of 343.67º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA113F is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 17 | 63 | - |
| CMYK | 0 | 0.91 | 0.66 | 0.27 |
| HSL | 343.67º | 0.83% | 0.4% | - |
| HSV(B) | 343.67º | 0.91% | 0.73% | - |
| XYZ | 21.35 | 11.2 | 5.74 | - |
| YUV | 72.78 | 122.49 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 17 | 63 | 0 | 0.91 | 0.66 | 0.27 | 343.67 | 0.83 | 0.4 |
| Hex | BA | 11 | 3F | 0 | 5B | 42 | 1B | 158 | 53 | 28 |
| Octal | 272 | 21 | 77 | 0 | 133 | 102 | 33 | 530 | 123 | 50 |
| Binary | 10111010 | 10001 | 111111 | 0 | 1011011 | 1000010 | 11011 | 101011000 | 1010011 | 101000 |
Color Harmonies of #BA113F
Complementary color
Monochromatic Colors of #BA113F
Black with #BA113F
Text Example
Text Example
White with #BA113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA113F; }
p { color: rgb(186,17,63); }
H1.HeaderClassName
{
color: #BA113F;
}
.AnyTagClassName
{
color: #BA113F;
}
</style>
background-color css
<style>
a { background-color: #BA113F; }
a { background-color: rgb(186,17,63); }
div.DivClassName
{
background-color: #BA113F;
}
.BgClassName
{
background-color: #BA113F;
}
</style>
border-color css
<style>
span { border-color: #BA113F; }
span { border-color: rgb(186,17,63); }
td.TdClassName
{
border-color: #BA113F;
}
.TagClassName
{
border-color: #BA113F;
}
</style>