Shades of Cardinal #BC154E
Tints of Cardinal #BC154E
RGB
CMYK
RGB Variations
Color information
#BC154E (or 0xBC154E) is known color: Cardinal. HEX triplet: BC, 15 and 4E. RGB value is (188,21,78). Sum of RGB (Red+Green+Blue) = 188+21+78=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC154E is #43EAB1. Grayscale: #4D4D4D. Windows color (decimal): -4450994 or 5117372. OLE color: 5117372.
HSL color Cylindrical-coordinate representation of color #BC154E: hue angle of 339.52º 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 #BC154E is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 78 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.26 |
| HSL | 339.52º | 0.8% | 0.41% | - |
| HSV(B) | 339.52º | 0.89% | 0.74% | - |
| XYZ | 22.38 | 11.78 | 8.3 | - |
| YUV | 77.43 | 128.33 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 78 | 0 | 0.89 | 0.59 | 0.26 | 339.52 | 0.8 | 0.41 |
| Hex | BC | 15 | 4E | 0 | 59 | 3B | 1A | 154 | 50 | 29 |
| Octal | 274 | 25 | 116 | 0 | 131 | 73 | 32 | 524 | 120 | 51 |
| Binary | 10111100 | 10101 | 1001110 | 0 | 1011001 | 111011 | 11010 | 101010100 | 1010000 | 101001 |
Color Harmonies of #BC154E
Complementary color
Monochromatic Colors of #BC154E
Black with #BC154E
Text Example
Text Example
White with #BC154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC154E; }
p { color: rgb(188,21,78); }
H1.HeaderClassName
{
color: #BC154E;
}
.AnyTagClassName
{
color: #BC154E;
}
</style>
background-color css
<style>
a { background-color: #BC154E; }
a { background-color: rgb(188,21,78); }
div.DivClassName
{
background-color: #BC154E;
}
.BgClassName
{
background-color: #BC154E;
}
</style>
border-color css
<style>
span { border-color: #BC154E; }
span { border-color: rgb(188,21,78); }
td.TdClassName
{
border-color: #BC154E;
}
.TagClassName
{
border-color: #BC154E;
}
</style>