Shades of Cardinal #BC1948
Tints of Cardinal #BC1948
RGB
CMYK
RGB Variations
Color information
#BC1948 (or 0xBC1948) is known color: Cardinal. HEX triplet: BC, 19 and 48. RGB value is (188,25,72). Sum of RGB (Red+Green+Blue) = 188+25+72=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1948 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1948 is #43E6B7. Grayscale: #4F4F4F. Windows color (decimal): -4449976 or 4725180. OLE color: 4725180.
HSL color Cylindrical-coordinate representation of color #BC1948: hue angle of 342.7º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1948 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 72 | - |
| CMYK | 0 | 0.87 | 0.62 | 0.26 |
| HSL | 342.7º | 0.77% | 0.42% | - |
| HSV(B) | 342.7º | 0.87% | 0.74% | - |
| XYZ | 22.26 | 11.85 | 7.25 | - |
| YUV | 79.1 | 124 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 72 | 0 | 0.87 | 0.62 | 0.26 | 342.7 | 0.77 | 0.42 |
| Hex | BC | 19 | 48 | 0 | 57 | 3E | 1A | 157 | 4D | 2A |
| Octal | 274 | 31 | 110 | 0 | 127 | 76 | 32 | 527 | 115 | 52 |
| Binary | 10111100 | 11001 | 1001000 | 0 | 1010111 | 111110 | 11010 | 101010111 | 1001101 | 101010 |
Color Harmonies of #BC1948
Complementary color
Monochromatic Colors of #BC1948
Black with #BC1948
Text Example
Text Example
White with #BC1948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1948; }
p { color: rgb(188,25,72); }
H1.HeaderClassName
{
color: #BC1948;
}
.AnyTagClassName
{
color: #BC1948;
}
</style>
background-color css
<style>
a { background-color: #BC1948; }
a { background-color: rgb(188,25,72); }
div.DivClassName
{
background-color: #BC1948;
}
.BgClassName
{
background-color: #BC1948;
}
</style>
border-color css
<style>
span { border-color: #BC1948; }
span { border-color: rgb(188,25,72); }
td.TdClassName
{
border-color: #BC1948;
}
.TagClassName
{
border-color: #BC1948;
}
</style>