Shades of Cardinal #BC163D
Tints of Cardinal #BC163D
RGB
CMYK
RGB Variations
Color information
#BC163D (or 0xBC163D) is known color: Cardinal. HEX triplet: BC, 16 and 3D. RGB value is (188,22,61). Sum of RGB (Red+Green+Blue) = 188+22+61=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC163D is #43E9C2. Grayscale: #4C4C4C. Windows color (decimal): -4450755 or 4003516. OLE color: 4003516.
HSL color Cylindrical-coordinate representation of color #BC163D: hue angle of 345.9º 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 #BC163D is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 61 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.26 |
| HSL | 345.9º | 0.79% | 0.41% | - |
| HSV(B) | 345.9º | 0.88% | 0.74% | - |
| XYZ | 21.87 | 11.6 | 5.5 | - |
| YUV | 76.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 61 | 0 | 0.88 | 0.68 | 0.26 | 345.9 | 0.79 | 0.41 |
| Hex | BC | 16 | 3D | 0 | 58 | 44 | 1A | 15A | 4F | 29 |
| Octal | 274 | 26 | 75 | 0 | 130 | 104 | 32 | 532 | 117 | 51 |
| Binary | 10111100 | 10110 | 111101 | 0 | 1011000 | 1000100 | 11010 | 101011010 | 1001111 | 101001 |
Color Harmonies of #BC163D
Complementary color
Monochromatic Colors of #BC163D
Black with #BC163D
Text Example
Text Example
White with #BC163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC163D; }
p { color: rgb(188,22,61); }
H1.HeaderClassName
{
color: #BC163D;
}
.AnyTagClassName
{
color: #BC163D;
}
</style>
background-color css
<style>
a { background-color: #BC163D; }
a { background-color: rgb(188,22,61); }
div.DivClassName
{
background-color: #BC163D;
}
.BgClassName
{
background-color: #BC163D;
}
</style>
border-color css
<style>
span { border-color: #BC163D; }
span { border-color: rgb(188,22,61); }
td.TdClassName
{
border-color: #BC163D;
}
.TagClassName
{
border-color: #BC163D;
}
</style>