Shades of Cardinal #BC113A
Tints of Cardinal #BC113A
RGB
CMYK
RGB Variations
Color information
#BC113A (or 0xBC113A) is known color: Cardinal. HEX triplet: BC, 11 and 3A. RGB value is (188,17,58). Sum of RGB (Red+Green+Blue) = 188+17+58=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC113A is #43EEC5. Grayscale: #484848. Windows color (decimal): -4452038 or 3805628. OLE color: 3805628.
HSL color Cylindrical-coordinate representation of color #BC113A: hue angle of 345.61º 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 #BC113A is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 58 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.26 |
| HSL | 345.61º | 0.83% | 0.4% | - |
| HSV(B) | 345.61º | 0.91% | 0.74% | - |
| XYZ | 21.7 | 11.4 | 5.06 | - |
| YUV | 72.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 58 | 0 | 0.91 | 0.69 | 0.26 | 345.61 | 0.83 | 0.4 |
| Hex | BC | 11 | 3A | 0 | 5B | 45 | 1A | 15A | 53 | 28 |
| Octal | 274 | 21 | 72 | 0 | 133 | 105 | 32 | 532 | 123 | 50 |
| Binary | 10111100 | 10001 | 111010 | 0 | 1011011 | 1000101 | 11010 | 101011010 | 1010011 | 101000 |
Color Harmonies of #BC113A
Complementary color
Monochromatic Colors of #BC113A
Black with #BC113A
Text Example
Text Example
White with #BC113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC113A; }
p { color: rgb(188,17,58); }
H1.HeaderClassName
{
color: #BC113A;
}
.AnyTagClassName
{
color: #BC113A;
}
</style>
background-color css
<style>
a { background-color: #BC113A; }
a { background-color: rgb(188,17,58); }
div.DivClassName
{
background-color: #BC113A;
}
.BgClassName
{
background-color: #BC113A;
}
</style>
border-color css
<style>
span { border-color: #BC113A; }
span { border-color: rgb(188,17,58); }
td.TdClassName
{
border-color: #BC113A;
}
.TagClassName
{
border-color: #BC113A;
}
</style>