Shades of Cardinal #BC154C
Tints of Cardinal #BC154C
RGB
CMYK
RGB Variations
Color information
#BC154C (or 0xBC154C) is known color: Cardinal. HEX triplet: BC, 15 and 4C. RGB value is (188,21,76). Sum of RGB (Red+Green+Blue) = 188+21+76=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC154C is #43EAB3. Grayscale: #4D4D4D. Windows color (decimal): -4450996 or 4986300. OLE color: 4986300.
HSL color Cylindrical-coordinate representation of color #BC154C: hue angle of 340.24º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC154C is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 76 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.26 |
| HSL | 340.24º | 0.8% | 0.41% | - |
| HSV(B) | 340.24º | 0.89% | 0.74% | - |
| XYZ | 22.31 | 11.75 | 7.93 | - |
| YUV | 77.2 | 127.33 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 76 | 0 | 0.89 | 0.60 | 0.26 | 340.24 | 0.8 | 0.41 |
| Hex | BC | 15 | 4C | 0 | 59 | 3C | 1A | 154 | 50 | 29 |
| Octal | 274 | 25 | 114 | 0 | 131 | 74 | 32 | 524 | 120 | 51 |
| Binary | 10111100 | 10101 | 1001100 | 0 | 1011001 | 111100 | 11010 | 101010100 | 1010000 | 101001 |
Color Harmonies of #BC154C
Complementary color
Monochromatic Colors of #BC154C
Black with #BC154C
Text Example
Text Example
White with #BC154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC154C; }
p { color: rgb(188,21,76); }
H1.HeaderClassName
{
color: #BC154C;
}
.AnyTagClassName
{
color: #BC154C;
}
</style>
background-color css
<style>
a { background-color: #BC154C; }
a { background-color: rgb(188,21,76); }
div.DivClassName
{
background-color: #BC154C;
}
.BgClassName
{
background-color: #BC154C;
}
</style>
border-color css
<style>
span { border-color: #BC154C; }
span { border-color: rgb(188,21,76); }
td.TdClassName
{
border-color: #BC154C;
}
.TagClassName
{
border-color: #BC154C;
}
</style>