Shades of Cardinal #BC102C
Tints of Cardinal #BC102C
RGB
CMYK
RGB Variations
Color information
#BC102C (or 0xBC102C) is known color: Cardinal. HEX triplet: BC, 10 and 2C. RGB value is (188,16,44). Sum of RGB (Red+Green+Blue) = 188+16+44=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC102C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC102C is #43EFD3. Grayscale: #464646. Windows color (decimal): -4452308 or 2887868. OLE color: 2887868.
HSL color Cylindrical-coordinate representation of color #BC102C: hue angle of 350.23º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC102C is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 44 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.26 |
| HSL | 350.23º | 0.84% | 0.4% | - |
| HSV(B) | 350.23º | 0.91% | 0.74% | - |
| XYZ | 21.38 | 11.24 | 3.43 | - |
| YUV | 70.62 | 112.98 | 211.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 44 | 0 | 0.91 | 0.77 | 0.26 | 350.23 | 0.84 | 0.4 |
| Hex | BC | 10 | 2C | 0 | 5B | 4D | 1A | 15E | 54 | 28 |
| Octal | 274 | 20 | 54 | 0 | 133 | 115 | 32 | 536 | 124 | 50 |
| Binary | 10111100 | 10000 | 101100 | 0 | 1011011 | 1001101 | 11010 | 101011110 | 1010100 | 101000 |
Color Harmonies of #BC102C
Complementary color
Monochromatic Colors of #BC102C
Black with #BC102C
Text Example
Text Example
White with #BC102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC102C; }
p { color: rgb(188,16,44); }
H1.HeaderClassName
{
color: #BC102C;
}
.AnyTagClassName
{
color: #BC102C;
}
</style>
background-color css
<style>
a { background-color: #BC102C; }
a { background-color: rgb(188,16,44); }
div.DivClassName
{
background-color: #BC102C;
}
.BgClassName
{
background-color: #BC102C;
}
</style>
border-color css
<style>
span { border-color: #BC102C; }
span { border-color: rgb(188,16,44); }
td.TdClassName
{
border-color: #BC102C;
}
.TagClassName
{
border-color: #BC102C;
}
</style>