Shades of Cardinal #BC113B
Tints of Cardinal #BC113B
RGB
CMYK
RGB Variations
Color information
#BC113B (or 0xBC113B) is known color: Cardinal. HEX triplet: BC, 11 and 3B. RGB value is (188,17,59). Sum of RGB (Red+Green+Blue) = 188+17+59=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC113B is #43EEC4. Grayscale: #484848. Windows color (decimal): -4452037 or 3871164. OLE color: 3871164.
HSL color Cylindrical-coordinate representation of color #BC113B: hue angle of 345.26º 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 #BC113B is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 59 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.26 |
| HSL | 345.26º | 0.83% | 0.4% | - |
| HSV(B) | 345.26º | 0.91% | 0.74% | - |
| XYZ | 21.73 | 11.41 | 5.19 | - |
| YUV | 72.92 | 120.15 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 59 | 0 | 0.91 | 0.69 | 0.26 | 345.26 | 0.83 | 0.4 |
| Hex | BC | 11 | 3B | 0 | 5B | 45 | 1A | 159 | 53 | 28 |
| Octal | 274 | 21 | 73 | 0 | 133 | 105 | 32 | 531 | 123 | 50 |
| Binary | 10111100 | 10001 | 111011 | 0 | 1011011 | 1000101 | 11010 | 101011001 | 1010011 | 101000 |
Color Harmonies of #BC113B
Complementary color
Monochromatic Colors of #BC113B
Black with #BC113B
Text Example
Text Example
White with #BC113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC113B; }
p { color: rgb(188,17,59); }
H1.HeaderClassName
{
color: #BC113B;
}
.AnyTagClassName
{
color: #BC113B;
}
</style>
background-color css
<style>
a { background-color: #BC113B; }
a { background-color: rgb(188,17,59); }
div.DivClassName
{
background-color: #BC113B;
}
.BgClassName
{
background-color: #BC113B;
}
</style>
border-color css
<style>
span { border-color: #BC113B; }
span { border-color: rgb(188,17,59); }
td.TdClassName
{
border-color: #BC113B;
}
.TagClassName
{
border-color: #BC113B;
}
</style>