Shades of Cardinal #BC113D
Tints of Cardinal #BC113D
RGB
CMYK
RGB Variations
Color information
#BC113D (or 0xBC113D) is known color: Cardinal. HEX triplet: BC, 11 and 3D. RGB value is (188,17,61). Sum of RGB (Red+Green+Blue) = 188+17+61=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 17 (7.03% from 255 or 6.39% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC113D is #43EEC2. Grayscale: #494949. Windows color (decimal): -4452035 or 4002236. OLE color: 4002236.
HSL color Cylindrical-coordinate representation of color #BC113D: hue angle of 344.56º 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 #BC113D is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 61 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.26 |
| HSL | 344.56º | 0.83% | 0.4% | - |
| HSV(B) | 344.56º | 0.91% | 0.74% | - |
| XYZ | 21.78 | 11.43 | 5.47 | - |
| YUV | 73.15 | 121.15 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 61 | 0 | 0.91 | 0.68 | 0.26 | 344.56 | 0.83 | 0.4 |
| Hex | BC | 11 | 3D | 0 | 5B | 44 | 1A | 159 | 53 | 28 |
| Octal | 274 | 21 | 75 | 0 | 133 | 104 | 32 | 531 | 123 | 50 |
| Binary | 10111100 | 10001 | 111101 | 0 | 1011011 | 1000100 | 11010 | 101011001 | 1010011 | 101000 |
Color Harmonies of #BC113D
Complementary color
Monochromatic Colors of #BC113D
Black with #BC113D
Text Example
Text Example
White with #BC113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC113D; }
p { color: rgb(188,17,61); }
H1.HeaderClassName
{
color: #BC113D;
}
.AnyTagClassName
{
color: #BC113D;
}
</style>
background-color css
<style>
a { background-color: #BC113D; }
a { background-color: rgb(188,17,61); }
div.DivClassName
{
background-color: #BC113D;
}
.BgClassName
{
background-color: #BC113D;
}
</style>
border-color css
<style>
span { border-color: #BC113D; }
span { border-color: rgb(188,17,61); }
td.TdClassName
{
border-color: #BC113D;
}
.TagClassName
{
border-color: #BC113D;
}
</style>