Shades of Cardinal #BC163A
Tints of Cardinal #BC163A
RGB
CMYK
RGB Variations
Color information
#BC163A (or 0xBC163A) is known color: Cardinal. HEX triplet: BC, 16 and 3A. RGB value is (188,22,58). Sum of RGB (Red+Green+Blue) = 188+22+58=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC163A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC163A is #43E9C5. Grayscale: #4B4B4B. Windows color (decimal): -4450758 or 3806908. OLE color: 3806908.
HSL color Cylindrical-coordinate representation of color #BC163A: hue angle of 346.99º 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 #BC163A is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 22 | 58 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.26 |
| HSL | 346.99º | 0.79% | 0.41% | - |
| HSV(B) | 346.99º | 0.88% | 0.74% | - |
| XYZ | 21.79 | 11.57 | 5.09 | - |
| YUV | 75.74 | 118 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 22 | 58 | 0 | 0.88 | 0.69 | 0.26 | 346.99 | 0.79 | 0.41 |
| Hex | BC | 16 | 3A | 0 | 58 | 45 | 1A | 15B | 4F | 29 |
| Octal | 274 | 26 | 72 | 0 | 130 | 105 | 32 | 533 | 117 | 51 |
| Binary | 10111100 | 10110 | 111010 | 0 | 1011000 | 1000101 | 11010 | 101011011 | 1001111 | 101001 |
Color Harmonies of #BC163A
Complementary color
Monochromatic Colors of #BC163A
Black with #BC163A
Text Example
Text Example
White with #BC163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC163A; }
p { color: rgb(188,22,58); }
H1.HeaderClassName
{
color: #BC163A;
}
.AnyTagClassName
{
color: #BC163A;
}
</style>
background-color css
<style>
a { background-color: #BC163A; }
a { background-color: rgb(188,22,58); }
div.DivClassName
{
background-color: #BC163A;
}
.BgClassName
{
background-color: #BC163A;
}
</style>
border-color css
<style>
span { border-color: #BC163A; }
span { border-color: rgb(188,22,58); }
td.TdClassName
{
border-color: #BC163A;
}
.TagClassName
{
border-color: #BC163A;
}
</style>