Shades of Cardinal #BC0748
Tints of Cardinal #BC0748
RGB
CMYK
RGB Variations
Color information
#BC0748 (or 0xBC0748) is known color: Cardinal. HEX triplet: BC, 07 and 48. RGB value is (188,7,72). Sum of RGB (Red+Green+Blue) = 188+7+72=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0748 is #43F8B7. Grayscale: #444444. Windows color (decimal): -4454584 or 4720572. OLE color: 4720572.
HSL color Cylindrical-coordinate representation of color #BC0748: hue angle of 338.45º degrees, saturation: 0.93, 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 #BC0748 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 7 | 72 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.26 |
| HSL | 338.45º | 0.93% | 0.38% | - |
| HSV(B) | 338.45º | 0.96% | 0.74% | - |
| XYZ | 21.98 | 11.31 | 7.16 | - |
| YUV | 68.53 | 129.97 | 213.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 7 | 72 | 0 | 0.96 | 0.62 | 0.26 | 338.45 | 0.93 | 0.38 |
| Hex | BC | 7 | 48 | 0 | 60 | 3E | 1A | 152 | 5D | 26 |
| Octal | 274 | 7 | 110 | 0 | 140 | 76 | 32 | 522 | 135 | 46 |
| Binary | 10111100 | 111 | 1001000 | 0 | 1100000 | 111110 | 11010 | 101010010 | 1011101 | 100110 |
Color Harmonies of #BC0748
Complementary color
Monochromatic Colors of #BC0748
Black with #BC0748
Text Example
Text Example
White with #BC0748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0748; }
p { color: rgb(188,7,72); }
H1.HeaderClassName
{
color: #BC0748;
}
.AnyTagClassName
{
color: #BC0748;
}
</style>
background-color css
<style>
a { background-color: #BC0748; }
a { background-color: rgb(188,7,72); }
div.DivClassName
{
background-color: #BC0748;
}
.BgClassName
{
background-color: #BC0748;
}
</style>
border-color css
<style>
span { border-color: #BC0748; }
span { border-color: rgb(188,7,72); }
td.TdClassName
{
border-color: #BC0748;
}
.TagClassName
{
border-color: #BC0748;
}
</style>