Shades of Cardinal #BC0C49
Tints of Cardinal #BC0C49
RGB
CMYK
RGB Variations
Color information
#BC0C49 (or 0xBC0C49) is known color: Cardinal. HEX triplet: BC, 0C and 49. RGB value is (188,12,73). Sum of RGB (Red+Green+Blue) = 188+12+73=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C49 is #43F3B6. Grayscale: #474747. Windows color (decimal): -4453303 or 4787388. OLE color: 4787388.
HSL color Cylindrical-coordinate representation of color #BC0C49: hue angle of 339.2º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C49 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 73 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.26 |
| HSL | 339.2º | 0.88% | 0.39% | - |
| HSV(B) | 339.2º | 0.94% | 0.74% | - |
| XYZ | 22.07 | 11.44 | 7.35 | - |
| YUV | 71.58 | 128.81 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 73 | 0 | 0.94 | 0.61 | 0.26 | 339.2 | 0.88 | 0.39 |
| Hex | BC | C | 49 | 0 | 5E | 3D | 1A | 153 | 58 | 27 |
| Octal | 274 | 14 | 111 | 0 | 136 | 75 | 32 | 523 | 130 | 47 |
| Binary | 10111100 | 1100 | 1001001 | 0 | 1011110 | 111101 | 11010 | 101010011 | 1011000 | 100111 |
Color Harmonies of #BC0C49
Complementary color
Monochromatic Colors of #BC0C49
Black with #BC0C49
Text Example
Text Example
White with #BC0C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C49; }
p { color: rgb(188,12,73); }
H1.HeaderClassName
{
color: #BC0C49;
}
.AnyTagClassName
{
color: #BC0C49;
}
</style>
background-color css
<style>
a { background-color: #BC0C49; }
a { background-color: rgb(188,12,73); }
div.DivClassName
{
background-color: #BC0C49;
}
.BgClassName
{
background-color: #BC0C49;
}
</style>
border-color css
<style>
span { border-color: #BC0C49; }
span { border-color: rgb(188,12,73); }
td.TdClassName
{
border-color: #BC0C49;
}
.TagClassName
{
border-color: #BC0C49;
}
</style>