Shades of Cardinal #BC112C
Tints of Cardinal #BC112C
RGB
CMYK
RGB Variations
Color information
#BC112C (or 0xBC112C) is known color: Cardinal. HEX triplet: BC, 11 and 2C. RGB value is (188,17,44). Sum of RGB (Red+Green+Blue) = 188+17+44=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC112C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC112C is #43EED3. Grayscale: #474747. Windows color (decimal): -4452052 or 2888124. OLE color: 2888124.
HSL color Cylindrical-coordinate representation of color #BC112C: hue angle of 350.53º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC112C is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 44 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.26 |
| HSL | 350.53º | 0.83% | 0.4% | - |
| HSV(B) | 350.53º | 0.91% | 0.74% | - |
| XYZ | 21.39 | 11.27 | 3.43 | - |
| YUV | 71.21 | 112.65 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 44 | 0 | 0.91 | 0.77 | 0.26 | 350.53 | 0.83 | 0.4 |
| Hex | BC | 11 | 2C | 0 | 5B | 4D | 1A | 15F | 53 | 28 |
| Octal | 274 | 21 | 54 | 0 | 133 | 115 | 32 | 537 | 123 | 50 |
| Binary | 10111100 | 10001 | 101100 | 0 | 1011011 | 1001101 | 11010 | 101011111 | 1010011 | 101000 |
Color Harmonies of #BC112C
Complementary color
Monochromatic Colors of #BC112C
Black with #BC112C
Text Example
Text Example
White with #BC112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC112C; }
p { color: rgb(188,17,44); }
H1.HeaderClassName
{
color: #BC112C;
}
.AnyTagClassName
{
color: #BC112C;
}
</style>
background-color css
<style>
a { background-color: #BC112C; }
a { background-color: rgb(188,17,44); }
div.DivClassName
{
background-color: #BC112C;
}
.BgClassName
{
background-color: #BC112C;
}
</style>
border-color css
<style>
span { border-color: #BC112C; }
span { border-color: rgb(188,17,44); }
td.TdClassName
{
border-color: #BC112C;
}
.TagClassName
{
border-color: #BC112C;
}
</style>