Shades of Cardinal #BC122C
Tints of Cardinal #BC122C
RGB
CMYK
RGB Variations
Color information
#BC122C (or 0xBC122C) is known color: Cardinal. HEX triplet: BC, 12 and 2C. RGB value is (188,18,44). Sum of RGB (Red+Green+Blue) = 188+18+44=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC122C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC122C is #43EDD3. Grayscale: #474747. Windows color (decimal): -4451796 or 2888380. OLE color: 2888380.
HSL color Cylindrical-coordinate representation of color #BC122C: hue angle of 350.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC122C is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 44 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.26 |
| HSL | 350.82º | 0.83% | 0.4% | - |
| HSV(B) | 350.82º | 0.9% | 0.74% | - |
| XYZ | 21.41 | 11.31 | 3.44 | - |
| YUV | 71.79 | 112.32 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 44 | 0 | 0.90 | 0.77 | 0.26 | 350.82 | 0.83 | 0.4 |
| Hex | BC | 12 | 2C | 0 | 5A | 4D | 1A | 15F | 53 | 28 |
| Octal | 274 | 22 | 54 | 0 | 132 | 115 | 32 | 537 | 123 | 50 |
| Binary | 10111100 | 10010 | 101100 | 0 | 1011010 | 1001101 | 11010 | 101011111 | 1010011 | 101000 |
Color Harmonies of #BC122C
Complementary color
Monochromatic Colors of #BC122C
Black with #BC122C
Text Example
Text Example
White with #BC122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC122C; }
p { color: rgb(188,18,44); }
H1.HeaderClassName
{
color: #BC122C;
}
.AnyTagClassName
{
color: #BC122C;
}
</style>
background-color css
<style>
a { background-color: #BC122C; }
a { background-color: rgb(188,18,44); }
div.DivClassName
{
background-color: #BC122C;
}
.BgClassName
{
background-color: #BC122C;
}
</style>
border-color css
<style>
span { border-color: #BC122C; }
span { border-color: rgb(188,18,44); }
td.TdClassName
{
border-color: #BC122C;
}
.TagClassName
{
border-color: #BC122C;
}
</style>