Shades of Cardinal #BC1132
Tints of Cardinal #BC1132
RGB
CMYK
RGB Variations
Color information
#BC1132 (or 0xBC1132) is known color: Cardinal. HEX triplet: BC, 11 and 32. RGB value is (188,17,50). Sum of RGB (Red+Green+Blue) = 188+17+50=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1132 is #43EECD. Grayscale: #474747. Windows color (decimal): -4452046 or 3281340. OLE color: 3281340.
HSL color Cylindrical-coordinate representation of color #BC1132: hue angle of 348.42º degrees, saturation: 0.83, 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 #BC1132 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 50 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.26 |
| HSL | 348.42º | 0.83% | 0.4% | - |
| HSV(B) | 348.42º | 0.91% | 0.74% | - |
| XYZ | 21.52 | 11.32 | 4.07 | - |
| YUV | 71.89 | 115.65 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 50 | 0 | 0.91 | 0.73 | 0.26 | 348.42 | 0.83 | 0.4 |
| Hex | BC | 11 | 32 | 0 | 5B | 49 | 1A | 15C | 53 | 28 |
| Octal | 274 | 21 | 62 | 0 | 133 | 111 | 32 | 534 | 123 | 50 |
| Binary | 10111100 | 10001 | 110010 | 0 | 1011011 | 1001001 | 11010 | 101011100 | 1010011 | 101000 |
Color Harmonies of #BC1132
Complementary color
Monochromatic Colors of #BC1132
Black with #BC1132
Text Example
Text Example
White with #BC1132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1132; }
p { color: rgb(188,17,50); }
H1.HeaderClassName
{
color: #BC1132;
}
.AnyTagClassName
{
color: #BC1132;
}
</style>
background-color css
<style>
a { background-color: #BC1132; }
a { background-color: rgb(188,17,50); }
div.DivClassName
{
background-color: #BC1132;
}
.BgClassName
{
background-color: #BC1132;
}
</style>
border-color css
<style>
span { border-color: #BC1132; }
span { border-color: rgb(188,17,50); }
td.TdClassName
{
border-color: #BC1132;
}
.TagClassName
{
border-color: #BC1132;
}
</style>