Shades of Cardinal #BC1036
Tints of Cardinal #BC1036
RGB
CMYK
RGB Variations
Color information
#BC1036 (or 0xBC1036) is known color: Cardinal. HEX triplet: BC, 10 and 36. RGB value is (188,16,54). Sum of RGB (Red+Green+Blue) = 188+16+54=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1036 is #43EFC9. Grayscale: #474747. Windows color (decimal): -4452298 or 3543228. OLE color: 3543228.
HSL color Cylindrical-coordinate representation of color #BC1036: hue angle of 346.74º 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 #BC1036 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 54 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.26 |
| HSL | 346.74º | 0.84% | 0.4% | - |
| HSV(B) | 346.74º | 0.91% | 0.74% | - |
| XYZ | 21.59 | 11.33 | 4.54 | - |
| YUV | 71.76 | 117.98 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 54 | 0 | 0.91 | 0.71 | 0.26 | 346.74 | 0.84 | 0.4 |
| Hex | BC | 10 | 36 | 0 | 5B | 47 | 1A | 15B | 54 | 28 |
| Octal | 274 | 20 | 66 | 0 | 133 | 107 | 32 | 533 | 124 | 50 |
| Binary | 10111100 | 10000 | 110110 | 0 | 1011011 | 1000111 | 11010 | 101011011 | 1010100 | 101000 |
Color Harmonies of #BC1036
Complementary color
Monochromatic Colors of #BC1036
Black with #BC1036
Text Example
Text Example
White with #BC1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1036; }
p { color: rgb(188,16,54); }
H1.HeaderClassName
{
color: #BC1036;
}
.AnyTagClassName
{
color: #BC1036;
}
</style>
background-color css
<style>
a { background-color: #BC1036; }
a { background-color: rgb(188,16,54); }
div.DivClassName
{
background-color: #BC1036;
}
.BgClassName
{
background-color: #BC1036;
}
</style>
border-color css
<style>
span { border-color: #BC1036; }
span { border-color: rgb(188,16,54); }
td.TdClassName
{
border-color: #BC1036;
}
.TagClassName
{
border-color: #BC1036;
}
</style>