Shades of Cardinal #BC202D
Tints of Cardinal #BC202D
RGB
CMYK
RGB Variations
Color information
#BC202D (or 0xBC202D) is known color: Cardinal. HEX triplet: BC, 20 and 2D. RGB value is (188,32,45). Sum of RGB (Red+Green+Blue) = 188+32+45=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC202D is #43DFD2. Grayscale: #505050. Windows color (decimal): -4448211 or 2957500. OLE color: 2957500.
HSL color Cylindrical-coordinate representation of color #BC202D: hue angle of 355º 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 #BC202D is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 45 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.26 |
| HSL | 355º | 0.71% | 0.43% | - |
| HSV(B) | 355º | 0.83% | 0.74% | - |
| XYZ | 21.73 | 11.91 | 3.64 | - |
| YUV | 80.13 | 108.18 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 45 | 0 | 0.83 | 0.76 | 0.26 | 355 | 0.71 | 0.43 |
| Hex | BC | 20 | 2D | 0 | 53 | 4C | 1A | 163 | 47 | 2B |
| Octal | 274 | 40 | 55 | 0 | 123 | 114 | 32 | 543 | 107 | 53 |
| Binary | 10111100 | 100000 | 101101 | 0 | 1010011 | 1001100 | 11010 | 101100011 | 1000111 | 101011 |
Color Harmonies of #BC202D
Complementary color
Monochromatic Colors of #BC202D
Black with #BC202D
Text Example
Text Example
White with #BC202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC202D; }
p { color: rgb(188,32,45); }
H1.HeaderClassName
{
color: #BC202D;
}
.AnyTagClassName
{
color: #BC202D;
}
</style>
background-color css
<style>
a { background-color: #BC202D; }
a { background-color: rgb(188,32,45); }
div.DivClassName
{
background-color: #BC202D;
}
.BgClassName
{
background-color: #BC202D;
}
</style>
border-color css
<style>
span { border-color: #BC202D; }
span { border-color: rgb(188,32,45); }
td.TdClassName
{
border-color: #BC202D;
}
.TagClassName
{
border-color: #BC202D;
}
</style>