Shades of Cardinal #BC0847
Tints of Cardinal #BC0847
RGB
CMYK
RGB Variations
Color information
#BC0847 (or 0xBC0847) is known color: Cardinal. HEX triplet: BC, 08 and 47. RGB value is (188,8,71). Sum of RGB (Red+Green+Blue) = 188+8+71=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 71 (28.12% from 255 or 26.59% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0847 is #43F7B8. Grayscale: #444444. Windows color (decimal): -4454329 or 4655292. OLE color: 4655292.
HSL color Cylindrical-coordinate representation of color #BC0847: hue angle of 339º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC0847 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 71 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.26 |
| HSL | 339º | 0.92% | 0.38% | - |
| HSV(B) | 339º | 0.96% | 0.74% | - |
| XYZ | 21.96 | 11.32 | 6.99 | - |
| YUV | 69 | 129.13 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 71 | 0 | 0.96 | 0.62 | 0.26 | 339 | 0.92 | 0.38 |
| Hex | BC | 8 | 47 | 0 | 60 | 3E | 1A | 153 | 5C | 26 |
| Octal | 274 | 10 | 107 | 0 | 140 | 76 | 32 | 523 | 134 | 46 |
| Binary | 10111100 | 1000 | 1000111 | 0 | 1100000 | 111110 | 11010 | 101010011 | 1011100 | 100110 |
Color Harmonies of #BC0847
Complementary color
Monochromatic Colors of #BC0847
Black with #BC0847
Text Example
Text Example
White with #BC0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0847; }
p { color: rgb(188,8,71); }
H1.HeaderClassName
{
color: #BC0847;
}
.AnyTagClassName
{
color: #BC0847;
}
</style>
background-color css
<style>
a { background-color: #BC0847; }
a { background-color: rgb(188,8,71); }
div.DivClassName
{
background-color: #BC0847;
}
.BgClassName
{
background-color: #BC0847;
}
</style>
border-color css
<style>
span { border-color: #BC0847; }
span { border-color: rgb(188,8,71); }
td.TdClassName
{
border-color: #BC0847;
}
.TagClassName
{
border-color: #BC0847;
}
</style>