Shades of Cardinal #BC2035
Tints of Cardinal #BC2035
RGB
CMYK
RGB Variations
Color information
#BC2035 (or 0xBC2035) is known color: Cardinal. HEX triplet: BC, 20 and 35. RGB value is (188,32,53). Sum of RGB (Red+Green+Blue) = 188+32+53=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2035 is #43DFCA. Grayscale: #515151. Windows color (decimal): -4448203 or 3481788. OLE color: 3481788.
HSL color Cylindrical-coordinate representation of color #BC2035: hue angle of 351.92º 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 #BC2035 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 53 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.26 |
| HSL | 351.92º | 0.71% | 0.43% | - |
| HSV(B) | 351.92º | 0.83% | 0.74% | - |
| XYZ | 21.9 | 11.98 | 4.53 | - |
| YUV | 81.04 | 112.18 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 53 | 0 | 0.83 | 0.72 | 0.26 | 351.92 | 0.71 | 0.43 |
| Hex | BC | 20 | 35 | 0 | 53 | 48 | 1A | 160 | 47 | 2B |
| Octal | 274 | 40 | 65 | 0 | 123 | 110 | 32 | 540 | 107 | 53 |
| Binary | 10111100 | 100000 | 110101 | 0 | 1010011 | 1001000 | 11010 | 101100000 | 1000111 | 101011 |
Color Harmonies of #BC2035
Complementary color
Monochromatic Colors of #BC2035
Black with #BC2035
Text Example
Text Example
White with #BC2035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2035; }
p { color: rgb(188,32,53); }
H1.HeaderClassName
{
color: #BC2035;
}
.AnyTagClassName
{
color: #BC2035;
}
</style>
background-color css
<style>
a { background-color: #BC2035; }
a { background-color: rgb(188,32,53); }
div.DivClassName
{
background-color: #BC2035;
}
.BgClassName
{
background-color: #BC2035;
}
</style>
border-color css
<style>
span { border-color: #BC2035; }
span { border-color: rgb(188,32,53); }
td.TdClassName
{
border-color: #BC2035;
}
.TagClassName
{
border-color: #BC2035;
}
</style>