Shades of Cardinal #BC124B
Tints of Cardinal #BC124B
RGB
CMYK
RGB Variations
Color information
#BC124B (or 0xBC124B) is known color: Cardinal. HEX triplet: BC, 12 and 4B. RGB value is (188,18,75). Sum of RGB (Red+Green+Blue) = 188+18+75=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC124B is #43EDB4. Grayscale: #4B4B4B. Windows color (decimal): -4451765 or 4919996. OLE color: 4919996.
HSL color Cylindrical-coordinate representation of color #BC124B: hue angle of 339.88º 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 #BC124B is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 75 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.26 |
| HSL | 339.88º | 0.83% | 0.4% | - |
| HSV(B) | 339.88º | 0.9% | 0.74% | - |
| XYZ | 22.23 | 11.63 | 7.73 | - |
| YUV | 75.33 | 127.82 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 75 | 0 | 0.90 | 0.60 | 0.26 | 339.88 | 0.83 | 0.4 |
| Hex | BC | 12 | 4B | 0 | 5A | 3C | 1A | 154 | 53 | 28 |
| Octal | 274 | 22 | 113 | 0 | 132 | 74 | 32 | 524 | 123 | 50 |
| Binary | 10111100 | 10010 | 1001011 | 0 | 1011010 | 111100 | 11010 | 101010100 | 1010011 | 101000 |
Color Harmonies of #BC124B
Complementary color
Monochromatic Colors of #BC124B
Black with #BC124B
Text Example
Text Example
White with #BC124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC124B; }
p { color: rgb(188,18,75); }
H1.HeaderClassName
{
color: #BC124B;
}
.AnyTagClassName
{
color: #BC124B;
}
</style>
background-color css
<style>
a { background-color: #BC124B; }
a { background-color: rgb(188,18,75); }
div.DivClassName
{
background-color: #BC124B;
}
.BgClassName
{
background-color: #BC124B;
}
</style>
border-color css
<style>
span { border-color: #BC124B; }
span { border-color: rgb(188,18,75); }
td.TdClassName
{
border-color: #BC124B;
}
.TagClassName
{
border-color: #BC124B;
}
</style>