Shades of Cardinal #BC0544
Tints of Cardinal #BC0544
RGB
CMYK
RGB Variations
Color information
#BC0544 (or 0xBC0544) is known color: Cardinal. HEX triplet: BC, 05 and 44. RGB value is (188,5,68). Sum of RGB (Red+Green+Blue) = 188+5+68=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0544 is #43FABB. Grayscale: #424242. Windows color (decimal): -4455100 or 4457916. OLE color: 4457916.
HSL color Cylindrical-coordinate representation of color #BC0544: hue angle of 339.34º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0544 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 68 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.26 |
| HSL | 339.34º | 0.95% | 0.38% | - |
| HSV(B) | 339.34º | 0.97% | 0.74% | - |
| XYZ | 21.84 | 11.22 | 6.48 | - |
| YUV | 66.9 | 128.63 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 68 | 0 | 0.97 | 0.64 | 0.26 | 339.34 | 0.95 | 0.38 |
| Hex | BC | 5 | 44 | 0 | 61 | 40 | 1A | 153 | 5F | 26 |
| Octal | 274 | 5 | 104 | 0 | 141 | 100 | 32 | 523 | 137 | 46 |
| Binary | 10111100 | 101 | 1000100 | 0 | 1100001 | 1000000 | 11010 | 101010011 | 1011111 | 100110 |
Color Harmonies of #BC0544
Complementary color
Monochromatic Colors of #BC0544
Black with #BC0544
Text Example
Text Example
White with #BC0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0544; }
p { color: rgb(188,5,68); }
H1.HeaderClassName
{
color: #BC0544;
}
.AnyTagClassName
{
color: #BC0544;
}
</style>
background-color css
<style>
a { background-color: #BC0544; }
a { background-color: rgb(188,5,68); }
div.DivClassName
{
background-color: #BC0544;
}
.BgClassName
{
background-color: #BC0544;
}
</style>
border-color css
<style>
span { border-color: #BC0544; }
span { border-color: rgb(188,5,68); }
td.TdClassName
{
border-color: #BC0544;
}
.TagClassName
{
border-color: #BC0544;
}
</style>