Shades of Cardinal #BC1032
Tints of Cardinal #BC1032
RGB
CMYK
RGB Variations
Color information
#BC1032 (or 0xBC1032) is known color: Cardinal. HEX triplet: BC, 10 and 32. RGB value is (188,16,50). Sum of RGB (Red+Green+Blue) = 188+16+50=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1032 is #43EFCD. Grayscale: #474747. Windows color (decimal): -4452302 or 3281084. OLE color: 3281084.
HSL color Cylindrical-coordinate representation of color #BC1032: hue angle of 348.14º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1032 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 50 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.26 |
| HSL | 348.14º | 0.84% | 0.4% | - |
| HSV(B) | 348.14º | 0.91% | 0.74% | - |
| XYZ | 21.5 | 11.29 | 4.06 | - |
| YUV | 71.3 | 115.98 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 50 | 0 | 0.91 | 0.73 | 0.26 | 348.14 | 0.84 | 0.4 |
| Hex | BC | 10 | 32 | 0 | 5B | 49 | 1A | 15C | 54 | 28 |
| Octal | 274 | 20 | 62 | 0 | 133 | 111 | 32 | 534 | 124 | 50 |
| Binary | 10111100 | 10000 | 110010 | 0 | 1011011 | 1001001 | 11010 | 101011100 | 1010100 | 101000 |
Color Harmonies of #BC1032
Complementary color
Monochromatic Colors of #BC1032
Black with #BC1032
Text Example
Text Example
White with #BC1032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1032; }
p { color: rgb(188,16,50); }
H1.HeaderClassName
{
color: #BC1032;
}
.AnyTagClassName
{
color: #BC1032;
}
</style>
background-color css
<style>
a { background-color: #BC1032; }
a { background-color: rgb(188,16,50); }
div.DivClassName
{
background-color: #BC1032;
}
.BgClassName
{
background-color: #BC1032;
}
</style>
border-color css
<style>
span { border-color: #BC1032; }
span { border-color: rgb(188,16,50); }
td.TdClassName
{
border-color: #BC1032;
}
.TagClassName
{
border-color: #BC1032;
}
</style>