Shades of Cardinal #BC2142
Tints of Cardinal #BC2142
RGB
CMYK
RGB Variations
Color information
#BC2142 (or 0xBC2142) is known color: Cardinal. HEX triplet: BC, 21 and 42. RGB value is (188,33,66). Sum of RGB (Red+Green+Blue) = 188+33+66=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2142 is #43DEBD. Grayscale: #535353. Windows color (decimal): -4447934 or 4334012. OLE color: 4334012.
HSL color Cylindrical-coordinate representation of color #BC2142: hue angle of 347.23º 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 #BC2142 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 66 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.26 |
| HSL | 347.23º | 0.7% | 0.43% | - |
| HSV(B) | 347.23º | 0.82% | 0.74% | - |
| XYZ | 22.27 | 12.17 | 6.33 | - |
| YUV | 83.11 | 118.35 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 66 | 0 | 0.82 | 0.65 | 0.26 | 347.23 | 0.7 | 0.43 |
| Hex | BC | 21 | 42 | 0 | 52 | 41 | 1A | 15B | 46 | 2B |
| Octal | 274 | 41 | 102 | 0 | 122 | 101 | 32 | 533 | 106 | 53 |
| Binary | 10111100 | 100001 | 1000010 | 0 | 1010010 | 1000001 | 11010 | 101011011 | 1000110 | 101011 |
Color Harmonies of #BC2142
Complementary color
Monochromatic Colors of #BC2142
Black with #BC2142
Text Example
Text Example
White with #BC2142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2142; }
p { color: rgb(188,33,66); }
H1.HeaderClassName
{
color: #BC2142;
}
.AnyTagClassName
{
color: #BC2142;
}
</style>
background-color css
<style>
a { background-color: #BC2142; }
a { background-color: rgb(188,33,66); }
div.DivClassName
{
background-color: #BC2142;
}
.BgClassName
{
background-color: #BC2142;
}
</style>
border-color css
<style>
span { border-color: #BC2142; }
span { border-color: rgb(188,33,66); }
td.TdClassName
{
border-color: #BC2142;
}
.TagClassName
{
border-color: #BC2142;
}
</style>