Shades of Cardinal #BC1138
Tints of Cardinal #BC1138
RGB
CMYK
RGB Variations
Color information
#BC1138 (or 0xBC1138) is known color: Cardinal. HEX triplet: BC, 11 and 38. RGB value is (188,17,56). Sum of RGB (Red+Green+Blue) = 188+17+56=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 56 (22.27% from 255 or 21.46% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1138 is #43EEC7. Grayscale: #484848. Windows color (decimal): -4452040 or 3674556. OLE color: 3674556.
HSL color Cylindrical-coordinate representation of color #BC1138: hue angle of 346.32º 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 #BC1138 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 56 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.26 |
| HSL | 346.32º | 0.83% | 0.4% | - |
| HSV(B) | 346.32º | 0.91% | 0.74% | - |
| XYZ | 21.65 | 11.38 | 4.8 | - |
| YUV | 72.58 | 118.65 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 56 | 0 | 0.91 | 0.70 | 0.26 | 346.32 | 0.83 | 0.4 |
| Hex | BC | 11 | 38 | 0 | 5B | 46 | 1A | 15A | 53 | 28 |
| Octal | 274 | 21 | 70 | 0 | 133 | 106 | 32 | 532 | 123 | 50 |
| Binary | 10111100 | 10001 | 111000 | 0 | 1011011 | 1000110 | 11010 | 101011010 | 1010011 | 101000 |
Color Harmonies of #BC1138
Complementary color
Monochromatic Colors of #BC1138
Black with #BC1138
Text Example
Text Example
White with #BC1138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1138; }
p { color: rgb(188,17,56); }
H1.HeaderClassName
{
color: #BC1138;
}
.AnyTagClassName
{
color: #BC1138;
}
</style>
background-color css
<style>
a { background-color: #BC1138; }
a { background-color: rgb(188,17,56); }
div.DivClassName
{
background-color: #BC1138;
}
.BgClassName
{
background-color: #BC1138;
}
</style>
border-color css
<style>
span { border-color: #BC1138; }
span { border-color: rgb(188,17,56); }
td.TdClassName
{
border-color: #BC1138;
}
.TagClassName
{
border-color: #BC1138;
}
</style>