Shades of Cardinal #BC1248
Tints of Cardinal #BC1248
RGB
CMYK
RGB Variations
Color information
#BC1248 (or 0xBC1248) is known color: Cardinal. HEX triplet: BC, 12 and 48. RGB value is (188,18,72). Sum of RGB (Red+Green+Blue) = 188+18+72=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1248 is #43EDB7. Grayscale: #4A4A4A. Windows color (decimal): -4451768 or 4723388. OLE color: 4723388.
HSL color Cylindrical-coordinate representation of color #BC1248: hue angle of 340.94º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1248 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 72 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.26 |
| HSL | 340.94º | 0.83% | 0.4% | - |
| HSV(B) | 340.94º | 0.9% | 0.74% | - |
| XYZ | 22.13 | 11.59 | 7.2 | - |
| YUV | 74.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 72 | 0 | 0.90 | 0.62 | 0.26 | 340.94 | 0.83 | 0.4 |
| Hex | BC | 12 | 48 | 0 | 5A | 3E | 1A | 155 | 53 | 28 |
| Octal | 274 | 22 | 110 | 0 | 132 | 76 | 32 | 525 | 123 | 50 |
| Binary | 10111100 | 10010 | 1001000 | 0 | 1011010 | 111110 | 11010 | 101010101 | 1010011 | 101000 |
Color Harmonies of #BC1248
Complementary color
Monochromatic Colors of #BC1248
Black with #BC1248
Text Example
Text Example
White with #BC1248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1248; }
p { color: rgb(188,18,72); }
H1.HeaderClassName
{
color: #BC1248;
}
.AnyTagClassName
{
color: #BC1248;
}
</style>
background-color css
<style>
a { background-color: #BC1248; }
a { background-color: rgb(188,18,72); }
div.DivClassName
{
background-color: #BC1248;
}
.BgClassName
{
background-color: #BC1248;
}
</style>
border-color css
<style>
span { border-color: #BC1248; }
span { border-color: rgb(188,18,72); }
td.TdClassName
{
border-color: #BC1248;
}
.TagClassName
{
border-color: #BC1248;
}
</style>