Shades of Cardinal #BC1C49
Tints of Cardinal #BC1C49
RGB
CMYK
RGB Variations
Color information
#BC1C49 (or 0xBC1C49) is known color: Cardinal. HEX triplet: BC, 1C and 49. RGB value is (188,28,73). Sum of RGB (Red+Green+Blue) = 188+28+73=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 28 (11.33% from 255 or 9.69% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1C49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1C49 is #43E3B6. Grayscale: #505050. Windows color (decimal): -4449207 or 4791484. OLE color: 4791484.
HSL color Cylindrical-coordinate representation of color #BC1C49: hue angle of 343.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1C49 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 28 | 73 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.26 |
| HSL | 343.13º | 0.74% | 0.42% | - |
| HSV(B) | 343.13º | 0.85% | 0.74% | - |
| XYZ | 22.36 | 12 | 7.44 | - |
| YUV | 80.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 28 | 73 | 0 | 0.85 | 0.61 | 0.26 | 343.13 | 0.74 | 0.42 |
| Hex | BC | 1C | 49 | 0 | 55 | 3D | 1A | 157 | 4A | 2A |
| Octal | 274 | 34 | 111 | 0 | 125 | 75 | 32 | 527 | 112 | 52 |
| Binary | 10111100 | 11100 | 1001001 | 0 | 1010101 | 111101 | 11010 | 101010111 | 1001010 | 101010 |
Color Harmonies of #BC1C49
Complementary color
Monochromatic Colors of #BC1C49
Black with #BC1C49
Text Example
Text Example
White with #BC1C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1C49; }
p { color: rgb(188,28,73); }
H1.HeaderClassName
{
color: #BC1C49;
}
.AnyTagClassName
{
color: #BC1C49;
}
</style>
background-color css
<style>
a { background-color: #BC1C49; }
a { background-color: rgb(188,28,73); }
div.DivClassName
{
background-color: #BC1C49;
}
.BgClassName
{
background-color: #BC1C49;
}
</style>
border-color css
<style>
span { border-color: #BC1C49; }
span { border-color: rgb(188,28,73); }
td.TdClassName
{
border-color: #BC1C49;
}
.TagClassName
{
border-color: #BC1C49;
}
</style>