Shades of Cardinal #BC164D
Tints of Cardinal #BC164D
RGB
CMYK
RGB Variations
Color information
#BC164D (or 0xBC164D) is known color: Cardinal. HEX triplet: BC, 16 and 4D. RGB value is (188,22,77). Sum of RGB (Red+Green+Blue) = 188+22+77=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC164D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC164D is #43E9B2. Grayscale: #4D4D4D. Windows color (decimal): -4450739 or 5052092. OLE color: 5052092.
HSL color Cylindrical-coordinate representation of color #BC164D: hue angle of 340.12º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC164D is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 77 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.26 |
| HSL | 340.12º | 0.79% | 0.41% | - |
| HSV(B) | 340.12º | 0.88% | 0.74% | - |
| XYZ | 22.37 | 11.8 | 8.12 | - |
| YUV | 77.9 | 127.5 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 77 | 0 | 0.88 | 0.59 | 0.26 | 340.12 | 0.79 | 0.41 |
| Hex | BC | 16 | 4D | 0 | 58 | 3B | 1A | 154 | 4F | 29 |
| Octal | 274 | 26 | 115 | 0 | 130 | 73 | 32 | 524 | 117 | 51 |
| Binary | 10111100 | 10110 | 1001101 | 0 | 1011000 | 111011 | 11010 | 101010100 | 1001111 | 101001 |
Color Harmonies of #BC164D
Complementary color
Monochromatic Colors of #BC164D
Black with #BC164D
Text Example
Text Example
White with #BC164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC164D; }
p { color: rgb(188,22,77); }
H1.HeaderClassName
{
color: #BC164D;
}
.AnyTagClassName
{
color: #BC164D;
}
</style>
background-color css
<style>
a { background-color: #BC164D; }
a { background-color: rgb(188,22,77); }
div.DivClassName
{
background-color: #BC164D;
}
.BgClassName
{
background-color: #BC164D;
}
</style>
border-color css
<style>
span { border-color: #BC164D; }
span { border-color: rgb(188,22,77); }
td.TdClassName
{
border-color: #BC164D;
}
.TagClassName
{
border-color: #BC164D;
}
</style>