Shades of Cardinal #BC2129
Tints of Cardinal #BC2129
RGB
CMYK
RGB Variations
Color information
#BC2129 (or 0xBC2129) is known color: Cardinal. HEX triplet: BC, 21 and 29. RGB value is (188,33,41). Sum of RGB (Red+Green+Blue) = 188+33+41=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 41 (16.41% from 255 or 15.65% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2129 is #43DED6. Grayscale: #505050. Windows color (decimal): -4447959 or 2695612. OLE color: 2695612.
HSL color Cylindrical-coordinate representation of color #BC2129: hue angle of 356.9º 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 #BC2129 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 41 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.26 |
| HSL | 356.9º | 0.7% | 0.43% | - |
| HSV(B) | 356.9º | 0.82% | 0.74% | - |
| XYZ | 21.68 | 11.94 | 3.26 | - |
| YUV | 80.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 41 | 0 | 0.82 | 0.78 | 0.26 | 356.9 | 0.7 | 0.43 |
| Hex | BC | 21 | 29 | 0 | 52 | 4E | 1A | 165 | 46 | 2B |
| Octal | 274 | 41 | 51 | 0 | 122 | 116 | 32 | 545 | 106 | 53 |
| Binary | 10111100 | 100001 | 101001 | 0 | 1010010 | 1001110 | 11010 | 101100101 | 1000110 | 101011 |
Color Harmonies of #BC2129
Complementary color
Monochromatic Colors of #BC2129
Black with #BC2129
Text Example
Text Example
White with #BC2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2129; }
p { color: rgb(188,33,41); }
H1.HeaderClassName
{
color: #BC2129;
}
.AnyTagClassName
{
color: #BC2129;
}
</style>
background-color css
<style>
a { background-color: #BC2129; }
a { background-color: rgb(188,33,41); }
div.DivClassName
{
background-color: #BC2129;
}
.BgClassName
{
background-color: #BC2129;
}
</style>
border-color css
<style>
span { border-color: #BC2129; }
span { border-color: rgb(188,33,41); }
td.TdClassName
{
border-color: #BC2129;
}
.TagClassName
{
border-color: #BC2129;
}
</style>