Shades of Cardinal #BC104E
Tints of Cardinal #BC104E
RGB
CMYK
RGB Variations
Color information
#BC104E (or 0xBC104E) is known color: Cardinal. HEX triplet: BC, 10 and 4E. RGB value is (188,16,78). Sum of RGB (Red+Green+Blue) = 188+16+78=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC104E is #43EFB1. Grayscale: #4A4A4A. Windows color (decimal): -4452274 or 5116092. OLE color: 5116092.
HSL color Cylindrical-coordinate representation of color #BC104E: hue angle of 338.37º 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 #BC104E is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 78 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.26 |
| HSL | 338.37º | 0.84% | 0.4% | - |
| HSV(B) | 338.37º | 0.91% | 0.74% | - |
| XYZ | 22.3 | 11.61 | 8.27 | - |
| YUV | 74.5 | 129.98 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 78 | 0 | 0.91 | 0.59 | 0.26 | 338.37 | 0.84 | 0.4 |
| Hex | BC | 10 | 4E | 0 | 5B | 3B | 1A | 152 | 54 | 28 |
| Octal | 274 | 20 | 116 | 0 | 133 | 73 | 32 | 522 | 124 | 50 |
| Binary | 10111100 | 10000 | 1001110 | 0 | 1011011 | 111011 | 11010 | 101010010 | 1010100 | 101000 |
Color Harmonies of #BC104E
Complementary color
Monochromatic Colors of #BC104E
Black with #BC104E
Text Example
Text Example
White with #BC104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC104E; }
p { color: rgb(188,16,78); }
H1.HeaderClassName
{
color: #BC104E;
}
.AnyTagClassName
{
color: #BC104E;
}
</style>
background-color css
<style>
a { background-color: #BC104E; }
a { background-color: rgb(188,16,78); }
div.DivClassName
{
background-color: #BC104E;
}
.BgClassName
{
background-color: #BC104E;
}
</style>
border-color css
<style>
span { border-color: #BC104E; }
span { border-color: rgb(188,16,78); }
td.TdClassName
{
border-color: #BC104E;
}
.TagClassName
{
border-color: #BC104E;
}
</style>