Shades of Cardinal #BC1348
Tints of Cardinal #BC1348
RGB
CMYK
RGB Variations
Color information
#BC1348 (or 0xBC1348) is known color: Cardinal. HEX triplet: BC, 13 and 48. RGB value is (188,19,72). Sum of RGB (Red+Green+Blue) = 188+19+72=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1348 is #43ECB7. Grayscale: #4B4B4B. Windows color (decimal): -4451512 or 4723644. OLE color: 4723644.
HSL color Cylindrical-coordinate representation of color #BC1348: hue angle of 341.18º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1348 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 72 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.26 |
| HSL | 341.18º | 0.82% | 0.41% | - |
| HSV(B) | 341.18º | 0.9% | 0.74% | - |
| XYZ | 22.14 | 11.62 | 7.21 | - |
| YUV | 75.57 | 125.99 | 208.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 72 | 0 | 0.90 | 0.62 | 0.26 | 341.18 | 0.82 | 0.41 |
| Hex | BC | 13 | 48 | 0 | 5A | 3E | 1A | 155 | 52 | 29 |
| Octal | 274 | 23 | 110 | 0 | 132 | 76 | 32 | 525 | 122 | 51 |
| Binary | 10111100 | 10011 | 1001000 | 0 | 1011010 | 111110 | 11010 | 101010101 | 1010010 | 101001 |
Color Harmonies of #BC1348
Complementary color
Monochromatic Colors of #BC1348
Black with #BC1348
Text Example
Text Example
White with #BC1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1348; }
p { color: rgb(188,19,72); }
H1.HeaderClassName
{
color: #BC1348;
}
.AnyTagClassName
{
color: #BC1348;
}
</style>
background-color css
<style>
a { background-color: #BC1348; }
a { background-color: rgb(188,19,72); }
div.DivClassName
{
background-color: #BC1348;
}
.BgClassName
{
background-color: #BC1348;
}
</style>
border-color css
<style>
span { border-color: #BC1348; }
span { border-color: rgb(188,19,72); }
td.TdClassName
{
border-color: #BC1348;
}
.TagClassName
{
border-color: #BC1348;
}
</style>