Shades of Cardinal #BC124D
Tints of Cardinal #BC124D
RGB
CMYK
RGB Variations
Color information
#BC124D (or 0xBC124D) is known color: Cardinal. HEX triplet: BC, 12 and 4D. RGB value is (188,18,77). Sum of RGB (Red+Green+Blue) = 188+18+77=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC124D is #43EDB2. Grayscale: #4B4B4B. Windows color (decimal): -4451763 or 5051068. OLE color: 5051068.
HSL color Cylindrical-coordinate representation of color #BC124D: hue angle of 339.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC124D is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 77 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.26 |
| HSL | 339.18º | 0.83% | 0.4% | - |
| HSV(B) | 339.18º | 0.9% | 0.74% | - |
| XYZ | 22.29 | 11.66 | 8.1 | - |
| YUV | 75.56 | 128.82 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 77 | 0 | 0.90 | 0.59 | 0.26 | 339.18 | 0.83 | 0.4 |
| Hex | BC | 12 | 4D | 0 | 5A | 3B | 1A | 153 | 53 | 28 |
| Octal | 274 | 22 | 115 | 0 | 132 | 73 | 32 | 523 | 123 | 50 |
| Binary | 10111100 | 10010 | 1001101 | 0 | 1011010 | 111011 | 11010 | 101010011 | 1010011 | 101000 |
Color Harmonies of #BC124D
Complementary color
Monochromatic Colors of #BC124D
Black with #BC124D
Text Example
Text Example
White with #BC124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC124D; }
p { color: rgb(188,18,77); }
H1.HeaderClassName
{
color: #BC124D;
}
.AnyTagClassName
{
color: #BC124D;
}
</style>
background-color css
<style>
a { background-color: #BC124D; }
a { background-color: rgb(188,18,77); }
div.DivClassName
{
background-color: #BC124D;
}
.BgClassName
{
background-color: #BC124D;
}
</style>
border-color css
<style>
span { border-color: #BC124D; }
span { border-color: rgb(188,18,77); }
td.TdClassName
{
border-color: #BC124D;
}
.TagClassName
{
border-color: #BC124D;
}
</style>