Shades of Cardinal #BC112D
Tints of Cardinal #BC112D
RGB
CMYK
RGB Variations
Color information
#BC112D (or 0xBC112D) is known color: Cardinal. HEX triplet: BC, 11 and 2D. RGB value is (188,17,45). Sum of RGB (Red+Green+Blue) = 188+17+45=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC112D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC112D is #43EED2. Grayscale: #474747. Windows color (decimal): -4452051 or 2953660. OLE color: 2953660.
HSL color Cylindrical-coordinate representation of color #BC112D: hue angle of 350.18º 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 #BC112D is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 45 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.26 |
| HSL | 350.18º | 0.83% | 0.4% | - |
| HSV(B) | 350.18º | 0.91% | 0.74% | - |
| XYZ | 21.41 | 11.28 | 3.53 | - |
| YUV | 71.32 | 113.15 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 45 | 0 | 0.91 | 0.76 | 0.26 | 350.18 | 0.83 | 0.4 |
| Hex | BC | 11 | 2D | 0 | 5B | 4C | 1A | 15E | 53 | 28 |
| Octal | 274 | 21 | 55 | 0 | 133 | 114 | 32 | 536 | 123 | 50 |
| Binary | 10111100 | 10001 | 101101 | 0 | 1011011 | 1001100 | 11010 | 101011110 | 1010011 | 101000 |
Color Harmonies of #BC112D
Complementary color
Monochromatic Colors of #BC112D
Black with #BC112D
Text Example
Text Example
White with #BC112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC112D; }
p { color: rgb(188,17,45); }
H1.HeaderClassName
{
color: #BC112D;
}
.AnyTagClassName
{
color: #BC112D;
}
</style>
background-color css
<style>
a { background-color: #BC112D; }
a { background-color: rgb(188,17,45); }
div.DivClassName
{
background-color: #BC112D;
}
.BgClassName
{
background-color: #BC112D;
}
</style>
border-color css
<style>
span { border-color: #BC112D; }
span { border-color: rgb(188,17,45); }
td.TdClassName
{
border-color: #BC112D;
}
.TagClassName
{
border-color: #BC112D;
}
</style>