Shades of Cardinal #BA122F
Tints of Cardinal #BA122F
RGB
CMYK
RGB Variations
Color information
#BA122F (or 0xBA122F) is known color: Cardinal. HEX triplet: BA, 12 and 2F. RGB value is (186,18,47). Sum of RGB (Red+Green+Blue) = 186+18+47=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA122F is #45EDD0. Grayscale: #474747. Windows color (decimal): -4582865 or 3084986. OLE color: 3084986.
HSL color Cylindrical-coordinate representation of color #BA122F: hue angle of 349.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA122F is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 18 | 47 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.27 |
| HSL | 349.64º | 0.82% | 0.4% | - |
| HSV(B) | 349.64º | 0.9% | 0.73% | - |
| XYZ | 20.98 | 11.08 | 3.72 | - |
| YUV | 71.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 18 | 47 | 0 | 0.90 | 0.75 | 0.27 | 349.64 | 0.82 | 0.4 |
| Hex | BA | 12 | 2F | 0 | 5A | 4B | 1B | 15E | 52 | 28 |
| Octal | 272 | 22 | 57 | 0 | 132 | 113 | 33 | 536 | 122 | 50 |
| Binary | 10111010 | 10010 | 101111 | 0 | 1011010 | 1001011 | 11011 | 101011110 | 1010010 | 101000 |
Color Harmonies of #BA122F
Complementary color
Monochromatic Colors of #BA122F
Black with #BA122F
Text Example
Text Example
White with #BA122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA122F; }
p { color: rgb(186,18,47); }
H1.HeaderClassName
{
color: #BA122F;
}
.AnyTagClassName
{
color: #BA122F;
}
</style>
background-color css
<style>
a { background-color: #BA122F; }
a { background-color: rgb(186,18,47); }
div.DivClassName
{
background-color: #BA122F;
}
.BgClassName
{
background-color: #BA122F;
}
</style>
border-color css
<style>
span { border-color: #BA122F; }
span { border-color: rgb(186,18,47); }
td.TdClassName
{
border-color: #BA122F;
}
.TagClassName
{
border-color: #BA122F;
}
</style>