Shades of Cardinal #BC114D
Tints of Cardinal #BC114D
RGB
CMYK
RGB Variations
Color information
#BC114D (or 0xBC114D) is known color: Cardinal. HEX triplet: BC, 11 and 4D. RGB value is (188,17,77). Sum of RGB (Red+Green+Blue) = 188+17+77=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC114D is #43EEB2. Grayscale: #4A4A4A. Windows color (decimal): -4452019 or 5050812. OLE color: 5050812.
HSL color Cylindrical-coordinate representation of color #BC114D: hue angle of 338.95º 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 #BC114D is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 77 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.26 |
| HSL | 338.95º | 0.83% | 0.4% | - |
| HSV(B) | 338.95º | 0.91% | 0.74% | - |
| XYZ | 22.28 | 11.63 | 8.09 | - |
| YUV | 74.97 | 129.15 | 208.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 77 | 0 | 0.91 | 0.59 | 0.26 | 338.95 | 0.83 | 0.4 |
| Hex | BC | 11 | 4D | 0 | 5B | 3B | 1A | 153 | 53 | 28 |
| Octal | 274 | 21 | 115 | 0 | 133 | 73 | 32 | 523 | 123 | 50 |
| Binary | 10111100 | 10001 | 1001101 | 0 | 1011011 | 111011 | 11010 | 101010011 | 1010011 | 101000 |
Color Harmonies of #BC114D
Complementary color
Monochromatic Colors of #BC114D
Black with #BC114D
Text Example
Text Example
White with #BC114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC114D; }
p { color: rgb(188,17,77); }
H1.HeaderClassName
{
color: #BC114D;
}
.AnyTagClassName
{
color: #BC114D;
}
</style>
background-color css
<style>
a { background-color: #BC114D; }
a { background-color: rgb(188,17,77); }
div.DivClassName
{
background-color: #BC114D;
}
.BgClassName
{
background-color: #BC114D;
}
</style>
border-color css
<style>
span { border-color: #BC114D; }
span { border-color: rgb(188,17,77); }
td.TdClassName
{
border-color: #BC114D;
}
.TagClassName
{
border-color: #BC114D;
}
</style>