Shades of Cardinal #BC154B
Tints of Cardinal #BC154B
RGB
CMYK
RGB Variations
Color information
#BC154B (or 0xBC154B) is known color: Cardinal. HEX triplet: BC, 15 and 4B. RGB value is (188,21,75). Sum of RGB (Red+Green+Blue) = 188+21+75=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC154B is #43EAB4. Grayscale: #4D4D4D. Windows color (decimal): -4450997 or 4920764. OLE color: 4920764.
HSL color Cylindrical-coordinate representation of color #BC154B: hue angle of 340.6º 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 #BC154B is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 75 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.26 |
| HSL | 340.6º | 0.8% | 0.41% | - |
| HSV(B) | 340.6º | 0.89% | 0.74% | - |
| XYZ | 22.28 | 11.74 | 7.75 | - |
| YUV | 77.09 | 126.83 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 75 | 0 | 0.89 | 0.60 | 0.26 | 340.6 | 0.8 | 0.41 |
| Hex | BC | 15 | 4B | 0 | 59 | 3C | 1A | 155 | 50 | 29 |
| Octal | 274 | 25 | 113 | 0 | 131 | 74 | 32 | 525 | 120 | 51 |
| Binary | 10111100 | 10101 | 1001011 | 0 | 1011001 | 111100 | 11010 | 101010101 | 1010000 | 101001 |
Color Harmonies of #BC154B
Complementary color
Monochromatic Colors of #BC154B
Black with #BC154B
Text Example
Text Example
White with #BC154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC154B; }
p { color: rgb(188,21,75); }
H1.HeaderClassName
{
color: #BC154B;
}
.AnyTagClassName
{
color: #BC154B;
}
</style>
background-color css
<style>
a { background-color: #BC154B; }
a { background-color: rgb(188,21,75); }
div.DivClassName
{
background-color: #BC154B;
}
.BgClassName
{
background-color: #BC154B;
}
</style>
border-color css
<style>
span { border-color: #BC154B; }
span { border-color: rgb(188,21,75); }
td.TdClassName
{
border-color: #BC154B;
}
.TagClassName
{
border-color: #BC154B;
}
</style>