Shades of Cardinal #BC1048
Tints of Cardinal #BC1048
RGB
CMYK
RGB Variations
Color information
#BC1048 (or 0xBC1048) is known color: Cardinal. HEX triplet: BC, 10 and 48. RGB value is (188,16,72). Sum of RGB (Red+Green+Blue) = 188+16+72=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1048 is #43EFB7. Grayscale: #494949. Windows color (decimal): -4452280 or 4722876. OLE color: 4722876.
HSL color Cylindrical-coordinate representation of color #BC1048: hue angle of 340.47º degrees, saturation: 0.84, 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 #BC1048 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 72 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.26 |
| HSL | 340.47º | 0.84% | 0.4% | - |
| HSV(B) | 340.47º | 0.91% | 0.74% | - |
| XYZ | 22.09 | 11.53 | 7.19 | - |
| YUV | 73.81 | 126.98 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 72 | 0 | 0.91 | 0.62 | 0.26 | 340.47 | 0.84 | 0.4 |
| Hex | BC | 10 | 48 | 0 | 5B | 3E | 1A | 154 | 54 | 28 |
| Octal | 274 | 20 | 110 | 0 | 133 | 76 | 32 | 524 | 124 | 50 |
| Binary | 10111100 | 10000 | 1001000 | 0 | 1011011 | 111110 | 11010 | 101010100 | 1010100 | 101000 |
Color Harmonies of #BC1048
Complementary color
Monochromatic Colors of #BC1048
Black with #BC1048
Text Example
Text Example
White with #BC1048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1048; }
p { color: rgb(188,16,72); }
H1.HeaderClassName
{
color: #BC1048;
}
.AnyTagClassName
{
color: #BC1048;
}
</style>
background-color css
<style>
a { background-color: #BC1048; }
a { background-color: rgb(188,16,72); }
div.DivClassName
{
background-color: #BC1048;
}
.BgClassName
{
background-color: #BC1048;
}
</style>
border-color css
<style>
span { border-color: #BC1048; }
span { border-color: rgb(188,16,72); }
td.TdClassName
{
border-color: #BC1048;
}
.TagClassName
{
border-color: #BC1048;
}
</style>