Shades of Cardinal #BC1533
Tints of Cardinal #BC1533
RGB
CMYK
RGB Variations
Color information
#BC1533 (or 0xBC1533) is known color: Cardinal. HEX triplet: BC, 15 and 33. RGB value is (188,21,51). Sum of RGB (Red+Green+Blue) = 188+21+51=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1533 is #43EACC. Grayscale: #4A4A4A. Windows color (decimal): -4451021 or 3347900. OLE color: 3347900.
HSL color Cylindrical-coordinate representation of color #BC1533: hue angle of 349.22º 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 #BC1533 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 51 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.26 |
| HSL | 349.22º | 0.8% | 0.41% | - |
| HSV(B) | 349.22º | 0.89% | 0.74% | - |
| XYZ | 21.6 | 11.47 | 4.21 | - |
| YUV | 74.35 | 114.83 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 51 | 0 | 0.89 | 0.73 | 0.26 | 349.22 | 0.8 | 0.41 |
| Hex | BC | 15 | 33 | 0 | 59 | 49 | 1A | 15D | 50 | 29 |
| Octal | 274 | 25 | 63 | 0 | 131 | 111 | 32 | 535 | 120 | 51 |
| Binary | 10111100 | 10101 | 110011 | 0 | 1011001 | 1001001 | 11010 | 101011101 | 1010000 | 101001 |
Color Harmonies of #BC1533
Complementary color
Monochromatic Colors of #BC1533
Black with #BC1533
Text Example
Text Example
White with #BC1533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1533; }
p { color: rgb(188,21,51); }
H1.HeaderClassName
{
color: #BC1533;
}
.AnyTagClassName
{
color: #BC1533;
}
</style>
background-color css
<style>
a { background-color: #BC1533; }
a { background-color: rgb(188,21,51); }
div.DivClassName
{
background-color: #BC1533;
}
.BgClassName
{
background-color: #BC1533;
}
</style>
border-color css
<style>
span { border-color: #BC1533; }
span { border-color: rgb(188,21,51); }
td.TdClassName
{
border-color: #BC1533;
}
.TagClassName
{
border-color: #BC1533;
}
</style>