Shades of Cardinal #BC1139
Tints of Cardinal #BC1139
RGB
CMYK
RGB Variations
Color information
#BC1139 (or 0xBC1139) is known color: Cardinal. HEX triplet: BC, 11 and 39. RGB value is (188,17,57). Sum of RGB (Red+Green+Blue) = 188+17+57=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 17 (7.03% from 255 or 6.49% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1139 is #43EEC6. Grayscale: #484848. Windows color (decimal): -4452039 or 3740092. OLE color: 3740092.
HSL color Cylindrical-coordinate representation of color #BC1139: hue angle of 345.96º 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 #BC1139 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 57 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.26 |
| HSL | 345.96º | 0.83% | 0.4% | - |
| HSV(B) | 345.96º | 0.91% | 0.74% | - |
| XYZ | 21.68 | 11.39 | 4.93 | - |
| YUV | 72.69 | 119.15 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 57 | 0 | 0.91 | 0.70 | 0.26 | 345.96 | 0.83 | 0.4 |
| Hex | BC | 11 | 39 | 0 | 5B | 46 | 1A | 15A | 53 | 28 |
| Octal | 274 | 21 | 71 | 0 | 133 | 106 | 32 | 532 | 123 | 50 |
| Binary | 10111100 | 10001 | 111001 | 0 | 1011011 | 1000110 | 11010 | 101011010 | 1010011 | 101000 |
Color Harmonies of #BC1139
Complementary color
Monochromatic Colors of #BC1139
Black with #BC1139
Text Example
Text Example
White with #BC1139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1139; }
p { color: rgb(188,17,57); }
H1.HeaderClassName
{
color: #BC1139;
}
.AnyTagClassName
{
color: #BC1139;
}
</style>
background-color css
<style>
a { background-color: #BC1139; }
a { background-color: rgb(188,17,57); }
div.DivClassName
{
background-color: #BC1139;
}
.BgClassName
{
background-color: #BC1139;
}
</style>
border-color css
<style>
span { border-color: #BC1139; }
span { border-color: rgb(188,17,57); }
td.TdClassName
{
border-color: #BC1139;
}
.TagClassName
{
border-color: #BC1139;
}
</style>