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