Shades of Cardinal #BC154A
Tints of Cardinal #BC154A
RGB
CMYK
RGB Variations
Color information
#BC154A (or 0xBC154A) is known color: Cardinal. HEX triplet: BC, 15 and 4A. RGB value is (188,21,74). Sum of RGB (Red+Green+Blue) = 188+21+74=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC154A is #43EAB5. Grayscale: #4C4C4C. Windows color (decimal): -4450998 or 4855228. OLE color: 4855228.
HSL color Cylindrical-coordinate representation of color #BC154A: hue angle of 340.96º 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 #BC154A is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 74 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.26 |
| HSL | 340.96º | 0.8% | 0.41% | - |
| HSV(B) | 340.96º | 0.89% | 0.74% | - |
| XYZ | 22.24 | 11.72 | 7.57 | - |
| YUV | 76.98 | 126.33 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 74 | 0 | 0.89 | 0.61 | 0.26 | 340.96 | 0.8 | 0.41 |
| Hex | BC | 15 | 4A | 0 | 59 | 3D | 1A | 155 | 50 | 29 |
| Octal | 274 | 25 | 112 | 0 | 131 | 75 | 32 | 525 | 120 | 51 |
| Binary | 10111100 | 10101 | 1001010 | 0 | 1011001 | 111101 | 11010 | 101010101 | 1010000 | 101001 |
Color Harmonies of #BC154A
Complementary color
Monochromatic Colors of #BC154A
Black with #BC154A
Text Example
Text Example
White with #BC154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC154A; }
p { color: rgb(188,21,74); }
H1.HeaderClassName
{
color: #BC154A;
}
.AnyTagClassName
{
color: #BC154A;
}
</style>
background-color css
<style>
a { background-color: #BC154A; }
a { background-color: rgb(188,21,74); }
div.DivClassName
{
background-color: #BC154A;
}
.BgClassName
{
background-color: #BC154A;
}
</style>
border-color css
<style>
span { border-color: #BC154A; }
span { border-color: rgb(188,21,74); }
td.TdClassName
{
border-color: #BC154A;
}
.TagClassName
{
border-color: #BC154A;
}
</style>