Shades of Cardinal #BC2128
Tints of Cardinal #BC2128
RGB
CMYK
RGB Variations
Color information
#BC2128 (or 0xBC2128) is known color: Cardinal. HEX triplet: BC, 21 and 28. RGB value is (188,33,40). Sum of RGB (Red+Green+Blue) = 188+33+40=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2128 is #43DED7. Grayscale: #505050. Windows color (decimal): -4447960 or 2630076. OLE color: 2630076.
HSL color Cylindrical-coordinate representation of color #BC2128: hue angle of 357.29º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2128 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 40 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.26 |
| HSL | 357.29º | 0.7% | 0.43% | - |
| HSV(B) | 357.29º | 0.82% | 0.74% | - |
| XYZ | 21.67 | 11.93 | 3.17 | - |
| YUV | 80.14 | 105.35 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 40 | 0 | 0.82 | 0.79 | 0.26 | 357.29 | 0.7 | 0.43 |
| Hex | BC | 21 | 28 | 0 | 52 | 4F | 1A | 165 | 46 | 2B |
| Octal | 274 | 41 | 50 | 0 | 122 | 117 | 32 | 545 | 106 | 53 |
| Binary | 10111100 | 100001 | 101000 | 0 | 1010010 | 1001111 | 11010 | 101100101 | 1000110 | 101011 |
Color Harmonies of #BC2128
Complementary color
Monochromatic Colors of #BC2128
Black with #BC2128
Text Example
Text Example
White with #BC2128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2128; }
p { color: rgb(188,33,40); }
H1.HeaderClassName
{
color: #BC2128;
}
.AnyTagClassName
{
color: #BC2128;
}
</style>
background-color css
<style>
a { background-color: #BC2128; }
a { background-color: rgb(188,33,40); }
div.DivClassName
{
background-color: #BC2128;
}
.BgClassName
{
background-color: #BC2128;
}
</style>
border-color css
<style>
span { border-color: #BC2128; }
span { border-color: rgb(188,33,40); }
td.TdClassName
{
border-color: #BC2128;
}
.TagClassName
{
border-color: #BC2128;
}
</style>