Shades of Cardinal #BC112B
Tints of Cardinal #BC112B
RGB
CMYK
RGB Variations
Color information
#BC112B (or 0xBC112B) is known color: Cardinal. HEX triplet: BC, 11 and 2B. RGB value is (188,17,43). Sum of RGB (Red+Green+Blue) = 188+17+43=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC112B is #43EED4. Grayscale: #474747. Windows color (decimal): -4452053 or 2822588. OLE color: 2822588.
HSL color Cylindrical-coordinate representation of color #BC112B: hue angle of 350.88º 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 #BC112B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 43 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.26 |
| HSL | 350.88º | 0.83% | 0.4% | - |
| HSV(B) | 350.88º | 0.91% | 0.74% | - |
| XYZ | 21.38 | 11.27 | 3.33 | - |
| YUV | 71.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 43 | 0 | 0.91 | 0.77 | 0.26 | 350.88 | 0.83 | 0.4 |
| Hex | BC | 11 | 2B | 0 | 5B | 4D | 1A | 15F | 53 | 28 |
| Octal | 274 | 21 | 53 | 0 | 133 | 115 | 32 | 537 | 123 | 50 |
| Binary | 10111100 | 10001 | 101011 | 0 | 1011011 | 1001101 | 11010 | 101011111 | 1010011 | 101000 |
Color Harmonies of #BC112B
Complementary color
Monochromatic Colors of #BC112B
Black with #BC112B
Text Example
Text Example
White with #BC112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC112B; }
p { color: rgb(188,17,43); }
H1.HeaderClassName
{
color: #BC112B;
}
.AnyTagClassName
{
color: #BC112B;
}
</style>
background-color css
<style>
a { background-color: #BC112B; }
a { background-color: rgb(188,17,43); }
div.DivClassName
{
background-color: #BC112B;
}
.BgClassName
{
background-color: #BC112B;
}
</style>
border-color css
<style>
span { border-color: #BC112B; }
span { border-color: rgb(188,17,43); }
td.TdClassName
{
border-color: #BC112B;
}
.TagClassName
{
border-color: #BC112B;
}
</style>