Shades of Cardinal #BC1747
Tints of Cardinal #BC1747
RGB
CMYK
RGB Variations
Color information
#BC1747 (or 0xBC1747) is known color: Cardinal. HEX triplet: BC, 17 and 47. RGB value is (188,23,71). Sum of RGB (Red+Green+Blue) = 188+23+71=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1747 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1747 is #43E8B8. Grayscale: #4D4D4D. Windows color (decimal): -4450489 or 4659132. OLE color: 4659132.
HSL color Cylindrical-coordinate representation of color #BC1747: hue angle of 342.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1747 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 71 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.26 |
| HSL | 342.55º | 0.78% | 0.41% | - |
| HSV(B) | 342.55º | 0.88% | 0.74% | - |
| XYZ | 22.18 | 11.76 | 7.06 | - |
| YUV | 77.81 | 124.16 | 206.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 71 | 0 | 0.88 | 0.62 | 0.26 | 342.55 | 0.78 | 0.41 |
| Hex | BC | 17 | 47 | 0 | 58 | 3E | 1A | 157 | 4E | 29 |
| Octal | 274 | 27 | 107 | 0 | 130 | 76 | 32 | 527 | 116 | 51 |
| Binary | 10111100 | 10111 | 1000111 | 0 | 1011000 | 111110 | 11010 | 101010111 | 1001110 | 101001 |
Color Harmonies of #BC1747
Complementary color
Monochromatic Colors of #BC1747
Black with #BC1747
Text Example
Text Example
White with #BC1747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1747; }
p { color: rgb(188,23,71); }
H1.HeaderClassName
{
color: #BC1747;
}
.AnyTagClassName
{
color: #BC1747;
}
</style>
background-color css
<style>
a { background-color: #BC1747; }
a { background-color: rgb(188,23,71); }
div.DivClassName
{
background-color: #BC1747;
}
.BgClassName
{
background-color: #BC1747;
}
</style>
border-color css
<style>
span { border-color: #BC1747; }
span { border-color: rgb(188,23,71); }
td.TdClassName
{
border-color: #BC1747;
}
.TagClassName
{
border-color: #BC1747;
}
</style>