Shades of Cardinal #BC102D
Tints of Cardinal #BC102D
RGB
CMYK
RGB Variations
Color information
#BC102D (or 0xBC102D) is known color: Cardinal. HEX triplet: BC, 10 and 2D. RGB value is (188,16,45). Sum of RGB (Red+Green+Blue) = 188+16+45=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC102D is #43EFD2. Grayscale: #464646. Windows color (decimal): -4452307 or 2953404. OLE color: 2953404.
HSL color Cylindrical-coordinate representation of color #BC102D: hue angle of 349.88º 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 #BC102D is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 45 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.26 |
| HSL | 349.88º | 0.84% | 0.4% | - |
| HSV(B) | 349.88º | 0.91% | 0.74% | - |
| XYZ | 21.4 | 11.25 | 3.53 | - |
| YUV | 70.73 | 113.48 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 45 | 0 | 0.91 | 0.76 | 0.26 | 349.88 | 0.84 | 0.4 |
| Hex | BC | 10 | 2D | 0 | 5B | 4C | 1A | 15E | 54 | 28 |
| Octal | 274 | 20 | 55 | 0 | 133 | 114 | 32 | 536 | 124 | 50 |
| Binary | 10111100 | 10000 | 101101 | 0 | 1011011 | 1001100 | 11010 | 101011110 | 1010100 | 101000 |
Color Harmonies of #BC102D
Complementary color
Monochromatic Colors of #BC102D
Black with #BC102D
Text Example
Text Example
White with #BC102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC102D; }
p { color: rgb(188,16,45); }
H1.HeaderClassName
{
color: #BC102D;
}
.AnyTagClassName
{
color: #BC102D;
}
</style>
background-color css
<style>
a { background-color: #BC102D; }
a { background-color: rgb(188,16,45); }
div.DivClassName
{
background-color: #BC102D;
}
.BgClassName
{
background-color: #BC102D;
}
</style>
border-color css
<style>
span { border-color: #BC102D; }
span { border-color: rgb(188,16,45); }
td.TdClassName
{
border-color: #BC102D;
}
.TagClassName
{
border-color: #BC102D;
}
</style>