Shades of Cardinal #BC194B
Tints of Cardinal #BC194B
RGB
CMYK
RGB Variations
Color information
#BC194B (or 0xBC194B) is known color: Cardinal. HEX triplet: BC, 19 and 4B. RGB value is (188,25,75). Sum of RGB (Red+Green+Blue) = 188+25+75=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC194B is #43E6B4. Grayscale: #4F4F4F. Windows color (decimal): -4449973 or 4921788. OLE color: 4921788.
HSL color Cylindrical-coordinate representation of color #BC194B: hue angle of 341.6º 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 #BC194B is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 25 | 75 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.26 |
| HSL | 341.6º | 0.77% | 0.42% | - |
| HSV(B) | 341.6º | 0.87% | 0.74% | - |
| XYZ | 22.36 | 11.89 | 7.77 | - |
| YUV | 79.44 | 125.5 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 25 | 75 | 0 | 0.87 | 0.60 | 0.26 | 341.6 | 0.77 | 0.42 |
| Hex | BC | 19 | 4B | 0 | 57 | 3C | 1A | 156 | 4D | 2A |
| Octal | 274 | 31 | 113 | 0 | 127 | 74 | 32 | 526 | 115 | 52 |
| Binary | 10111100 | 11001 | 1001011 | 0 | 1010111 | 111100 | 11010 | 101010110 | 1001101 | 101010 |
Color Harmonies of #BC194B
Complementary color
Monochromatic Colors of #BC194B
Black with #BC194B
Text Example
Text Example
White with #BC194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC194B; }
p { color: rgb(188,25,75); }
H1.HeaderClassName
{
color: #BC194B;
}
.AnyTagClassName
{
color: #BC194B;
}
</style>
background-color css
<style>
a { background-color: #BC194B; }
a { background-color: rgb(188,25,75); }
div.DivClassName
{
background-color: #BC194B;
}
.BgClassName
{
background-color: #BC194B;
}
</style>
border-color css
<style>
span { border-color: #BC194B; }
span { border-color: rgb(188,25,75); }
td.TdClassName
{
border-color: #BC194B;
}
.TagClassName
{
border-color: #BC194B;
}
</style>