Shades of Cardinal #BC202E
Tints of Cardinal #BC202E
RGB
CMYK
RGB Variations
Color information
#BC202E (or 0xBC202E) is known color: Cardinal. HEX triplet: BC, 20 and 2E. RGB value is (188,32,46). Sum of RGB (Red+Green+Blue) = 188+32+46=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC202E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC202E is #43DFD1. Grayscale: #505050. Windows color (decimal): -4448210 or 3023036. OLE color: 3023036.
HSL color Cylindrical-coordinate representation of color #BC202E: hue angle of 354.62º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC202E is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 46 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.26 |
| HSL | 354.62º | 0.71% | 0.43% | - |
| HSV(B) | 354.62º | 0.83% | 0.74% | - |
| XYZ | 21.75 | 11.92 | 3.74 | - |
| YUV | 80.24 | 108.68 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 46 | 0 | 0.83 | 0.76 | 0.26 | 354.62 | 0.71 | 0.43 |
| Hex | BC | 20 | 2E | 0 | 53 | 4C | 1A | 163 | 47 | 2B |
| Octal | 274 | 40 | 56 | 0 | 123 | 114 | 32 | 543 | 107 | 53 |
| Binary | 10111100 | 100000 | 101110 | 0 | 1010011 | 1001100 | 11010 | 101100011 | 1000111 | 101011 |
Color Harmonies of #BC202E
Complementary color
Monochromatic Colors of #BC202E
Black with #BC202E
Text Example
Text Example
White with #BC202E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC202E; }
p { color: rgb(188,32,46); }
H1.HeaderClassName
{
color: #BC202E;
}
.AnyTagClassName
{
color: #BC202E;
}
</style>
background-color css
<style>
a { background-color: #BC202E; }
a { background-color: rgb(188,32,46); }
div.DivClassName
{
background-color: #BC202E;
}
.BgClassName
{
background-color: #BC202E;
}
</style>
border-color css
<style>
span { border-color: #BC202E; }
span { border-color: rgb(188,32,46); }
td.TdClassName
{
border-color: #BC202E;
}
.TagClassName
{
border-color: #BC202E;
}
</style>