Shades of Cardinal #BC1037
Tints of Cardinal #BC1037
RGB
CMYK
RGB Variations
Color information
#BC1037 (or 0xBC1037) is known color: Cardinal. HEX triplet: BC, 10 and 37. RGB value is (188,16,55). Sum of RGB (Red+Green+Blue) = 188+16+55=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1037 is #43EFC8. Grayscale: #474747. Windows color (decimal): -4452297 or 3608764. OLE color: 3608764.
HSL color Cylindrical-coordinate representation of color #BC1037: hue angle of 346.4º 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 #BC1037 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 55 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.26 |
| HSL | 346.4º | 0.84% | 0.4% | - |
| HSV(B) | 346.4º | 0.91% | 0.74% | - |
| XYZ | 21.61 | 11.34 | 4.66 | - |
| YUV | 71.87 | 118.48 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 55 | 0 | 0.91 | 0.71 | 0.26 | 346.4 | 0.84 | 0.4 |
| Hex | BC | 10 | 37 | 0 | 5B | 47 | 1A | 15A | 54 | 28 |
| Octal | 274 | 20 | 67 | 0 | 133 | 107 | 32 | 532 | 124 | 50 |
| Binary | 10111100 | 10000 | 110111 | 0 | 1011011 | 1000111 | 11010 | 101011010 | 1010100 | 101000 |
Color Harmonies of #BC1037
Complementary color
Monochromatic Colors of #BC1037
Black with #BC1037
Text Example
Text Example
White with #BC1037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1037; }
p { color: rgb(188,16,55); }
H1.HeaderClassName
{
color: #BC1037;
}
.AnyTagClassName
{
color: #BC1037;
}
</style>
background-color css
<style>
a { background-color: #BC1037; }
a { background-color: rgb(188,16,55); }
div.DivClassName
{
background-color: #BC1037;
}
.BgClassName
{
background-color: #BC1037;
}
</style>
border-color css
<style>
span { border-color: #BC1037; }
span { border-color: rgb(188,16,55); }
td.TdClassName
{
border-color: #BC1037;
}
.TagClassName
{
border-color: #BC1037;
}
</style>