Shades of Cardinal #BC104C
Tints of Cardinal #BC104C
RGB
CMYK
RGB Variations
Color information
#BC104C (or 0xBC104C) is known color: Cardinal. HEX triplet: BC, 10 and 4C. RGB value is (188,16,76). Sum of RGB (Red+Green+Blue) = 188+16+76=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC104C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC104C is #43EFB3. Grayscale: #4A4A4A. Windows color (decimal): -4452276 or 4985020. OLE color: 4985020.
HSL color Cylindrical-coordinate representation of color #BC104C: hue angle of 339.07º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC104C is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 76 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.26 |
| HSL | 339.07º | 0.84% | 0.4% | - |
| HSV(B) | 339.07º | 0.91% | 0.74% | - |
| XYZ | 22.23 | 11.58 | 7.9 | - |
| YUV | 74.27 | 128.98 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 76 | 0 | 0.91 | 0.60 | 0.26 | 339.07 | 0.84 | 0.4 |
| Hex | BC | 10 | 4C | 0 | 5B | 3C | 1A | 153 | 54 | 28 |
| Octal | 274 | 20 | 114 | 0 | 133 | 74 | 32 | 523 | 124 | 50 |
| Binary | 10111100 | 10000 | 1001100 | 0 | 1011011 | 111100 | 11010 | 101010011 | 1010100 | 101000 |
Color Harmonies of #BC104C
Complementary color
Monochromatic Colors of #BC104C
Black with #BC104C
Text Example
Text Example
White with #BC104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC104C; }
p { color: rgb(188,16,76); }
H1.HeaderClassName
{
color: #BC104C;
}
.AnyTagClassName
{
color: #BC104C;
}
</style>
background-color css
<style>
a { background-color: #BC104C; }
a { background-color: rgb(188,16,76); }
div.DivClassName
{
background-color: #BC104C;
}
.BgClassName
{
background-color: #BC104C;
}
</style>
border-color css
<style>
span { border-color: #BC104C; }
span { border-color: rgb(188,16,76); }
td.TdClassName
{
border-color: #BC104C;
}
.TagClassName
{
border-color: #BC104C;
}
</style>