Shades of Cardinal #BC0437
Tints of Cardinal #BC0437
RGB
CMYK
RGB Variations
Color information
#BC0437 (or 0xBC0437) is known color: Cardinal. HEX triplet: BC, 04 and 37. RGB value is (188,4,55). Sum of RGB (Red+Green+Blue) = 188+4+55=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0437 is #43FBC8. Grayscale: #404040. Windows color (decimal): -4455369 or 3605692. OLE color: 3605692.
HSL color Cylindrical-coordinate representation of color #BC0437: hue angle of 343.37º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0437 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 55 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.26 |
| HSL | 343.37º | 0.96% | 0.38% | - |
| HSV(B) | 343.37º | 0.98% | 0.74% | - |
| XYZ | 21.47 | 11.05 | 4.62 | - |
| YUV | 64.83 | 122.46 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 55 | 0 | 0.98 | 0.71 | 0.26 | 343.37 | 0.96 | 0.38 |
| Hex | BC | 4 | 37 | 0 | 62 | 47 | 1A | 157 | 60 | 26 |
| Octal | 274 | 4 | 67 | 0 | 142 | 107 | 32 | 527 | 140 | 46 |
| Binary | 10111100 | 100 | 110111 | 0 | 1100010 | 1000111 | 11010 | 101010111 | 1100000 | 100110 |
Color Harmonies of #BC0437
Complementary color
Monochromatic Colors of #BC0437
Black with #BC0437
Text Example
Text Example
White with #BC0437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0437; }
p { color: rgb(188,4,55); }
H1.HeaderClassName
{
color: #BC0437;
}
.AnyTagClassName
{
color: #BC0437;
}
</style>
background-color css
<style>
a { background-color: #BC0437; }
a { background-color: rgb(188,4,55); }
div.DivClassName
{
background-color: #BC0437;
}
.BgClassName
{
background-color: #BC0437;
}
</style>
border-color css
<style>
span { border-color: #BC0437; }
span { border-color: rgb(188,4,55); }
td.TdClassName
{
border-color: #BC0437;
}
.TagClassName
{
border-color: #BC0437;
}
</style>