Shades of Cardinal #BC154D
Tints of Cardinal #BC154D
RGB
CMYK
RGB Variations
Color information
#BC154D (or 0xBC154D) is known color: Cardinal. HEX triplet: BC, 15 and 4D. RGB value is (188,21,77). Sum of RGB (Red+Green+Blue) = 188+21+77=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC154D is #43EAB2. Grayscale: #4D4D4D. Windows color (decimal): -4450995 or 5051836. OLE color: 5051836.
HSL color Cylindrical-coordinate representation of color #BC154D: hue angle of 339.88º 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 #BC154D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 77 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.26 |
| HSL | 339.88º | 0.8% | 0.41% | - |
| HSV(B) | 339.88º | 0.89% | 0.74% | - |
| XYZ | 22.35 | 11.76 | 8.11 | - |
| YUV | 77.32 | 127.83 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 77 | 0 | 0.89 | 0.59 | 0.26 | 339.88 | 0.8 | 0.41 |
| Hex | BC | 15 | 4D | 0 | 59 | 3B | 1A | 154 | 50 | 29 |
| Octal | 274 | 25 | 115 | 0 | 131 | 73 | 32 | 524 | 120 | 51 |
| Binary | 10111100 | 10101 | 1001101 | 0 | 1011001 | 111011 | 11010 | 101010100 | 1010000 | 101001 |
Color Harmonies of #BC154D
Complementary color
Monochromatic Colors of #BC154D
Black with #BC154D
Text Example
Text Example
White with #BC154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC154D; }
p { color: rgb(188,21,77); }
H1.HeaderClassName
{
color: #BC154D;
}
.AnyTagClassName
{
color: #BC154D;
}
</style>
background-color css
<style>
a { background-color: #BC154D; }
a { background-color: rgb(188,21,77); }
div.DivClassName
{
background-color: #BC154D;
}
.BgClassName
{
background-color: #BC154D;
}
</style>
border-color css
<style>
span { border-color: #BC154D; }
span { border-color: rgb(188,21,77); }
td.TdClassName
{
border-color: #BC154D;
}
.TagClassName
{
border-color: #BC154D;
}
</style>