Shades of Cardinal #BC1535
Tints of Cardinal #BC1535
RGB
CMYK
RGB Variations
Color information
#BC1535 (or 0xBC1535) is known color: Cardinal. HEX triplet: BC, 15 and 35. RGB value is (188,21,53). Sum of RGB (Red+Green+Blue) = 188+21+53=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1535 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1535 is #43EACA. Grayscale: #4A4A4A. Windows color (decimal): -4451019 or 3478972. OLE color: 3478972.
HSL color Cylindrical-coordinate representation of color #BC1535: hue angle of 348.5º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1535 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 53 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.26 |
| HSL | 348.5º | 0.8% | 0.41% | - |
| HSV(B) | 348.5º | 0.89% | 0.74% | - |
| XYZ | 21.65 | 11.48 | 4.44 | - |
| YUV | 74.58 | 115.83 | 208.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 53 | 0 | 0.89 | 0.72 | 0.26 | 348.5 | 0.8 | 0.41 |
| Hex | BC | 15 | 35 | 0 | 59 | 48 | 1A | 15D | 50 | 29 |
| Octal | 274 | 25 | 65 | 0 | 131 | 110 | 32 | 535 | 120 | 51 |
| Binary | 10111100 | 10101 | 110101 | 0 | 1011001 | 1001000 | 11010 | 101011101 | 1010000 | 101001 |
Color Harmonies of #BC1535
Complementary color
Monochromatic Colors of #BC1535
Black with #BC1535
Text Example
Text Example
White with #BC1535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1535; }
p { color: rgb(188,21,53); }
H1.HeaderClassName
{
color: #BC1535;
}
.AnyTagClassName
{
color: #BC1535;
}
</style>
background-color css
<style>
a { background-color: #BC1535; }
a { background-color: rgb(188,21,53); }
div.DivClassName
{
background-color: #BC1535;
}
.BgClassName
{
background-color: #BC1535;
}
</style>
border-color css
<style>
span { border-color: #BC1535; }
span { border-color: rgb(188,21,53); }
td.TdClassName
{
border-color: #BC1535;
}
.TagClassName
{
border-color: #BC1535;
}
</style>