Shades of Cardinal #BC202B
Tints of Cardinal #BC202B
RGB
CMYK
RGB Variations
Color information
#BC202B (or 0xBC202B) is known color: Cardinal. HEX triplet: BC, 20 and 2B. RGB value is (188,32,43). Sum of RGB (Red+Green+Blue) = 188+32+43=263 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.48% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 188 - color contains mainly: red. Hex color #BC202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC202B is #43DFD4. Grayscale: #505050. Windows color (decimal): -4448213 or 2826428. OLE color: 2826428.
HSL color Cylindrical-coordinate representation of color #BC202B: hue angle of 355.77º 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 #BC202B is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 43 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.26 |
| HSL | 355.77º | 0.71% | 0.43% | - |
| HSV(B) | 355.77º | 0.83% | 0.74% | - |
| XYZ | 21.69 | 11.9 | 3.44 | - |
| YUV | 79.9 | 107.18 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 43 | 0 | 0.83 | 0.77 | 0.26 | 355.77 | 0.71 | 0.43 |
| Hex | BC | 20 | 2B | 0 | 53 | 4D | 1A | 164 | 47 | 2B |
| Octal | 274 | 40 | 53 | 0 | 123 | 115 | 32 | 544 | 107 | 53 |
| Binary | 10111100 | 100000 | 101011 | 0 | 1010011 | 1001101 | 11010 | 101100100 | 1000111 | 101011 |
Color Harmonies of #BC202B
Complementary color
Monochromatic Colors of #BC202B
Black with #BC202B
Text Example
Text Example
White with #BC202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC202B; }
p { color: rgb(188,32,43); }
H1.HeaderClassName
{
color: #BC202B;
}
.AnyTagClassName
{
color: #BC202B;
}
</style>
background-color css
<style>
a { background-color: #BC202B; }
a { background-color: rgb(188,32,43); }
div.DivClassName
{
background-color: #BC202B;
}
.BgClassName
{
background-color: #BC202B;
}
</style>
border-color css
<style>
span { border-color: #BC202B; }
span { border-color: rgb(188,32,43); }
td.TdClassName
{
border-color: #BC202B;
}
.TagClassName
{
border-color: #BC202B;
}
</style>