Shades of Cardinal #BC103D
Tints of Cardinal #BC103D
RGB
CMYK
RGB Variations
Color information
#BC103D (or 0xBC103D) is known color: Cardinal. HEX triplet: BC, 10 and 3D. RGB value is (188,16,61). Sum of RGB (Red+Green+Blue) = 188+16+61=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 16 (6.64% from 255 or 6.04% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC103D is #43EFC2. Grayscale: #484848. Windows color (decimal): -4452291 or 4001980. OLE color: 4001980.
HSL color Cylindrical-coordinate representation of color #BC103D: hue angle of 344.3º 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 #BC103D is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 61 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.26 |
| HSL | 344.3º | 0.84% | 0.4% | - |
| HSV(B) | 344.3º | 0.91% | 0.74% | - |
| XYZ | 21.77 | 11.4 | 5.47 | - |
| YUV | 72.56 | 121.48 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 61 | 0 | 0.91 | 0.68 | 0.26 | 344.3 | 0.84 | 0.4 |
| Hex | BC | 10 | 3D | 0 | 5B | 44 | 1A | 158 | 54 | 28 |
| Octal | 274 | 20 | 75 | 0 | 133 | 104 | 32 | 530 | 124 | 50 |
| Binary | 10111100 | 10000 | 111101 | 0 | 1011011 | 1000100 | 11010 | 101011000 | 1010100 | 101000 |
Color Harmonies of #BC103D
Complementary color
Monochromatic Colors of #BC103D
Black with #BC103D
Text Example
Text Example
White with #BC103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC103D; }
p { color: rgb(188,16,61); }
H1.HeaderClassName
{
color: #BC103D;
}
.AnyTagClassName
{
color: #BC103D;
}
</style>
background-color css
<style>
a { background-color: #BC103D; }
a { background-color: rgb(188,16,61); }
div.DivClassName
{
background-color: #BC103D;
}
.BgClassName
{
background-color: #BC103D;
}
</style>
border-color css
<style>
span { border-color: #BC103D; }
span { border-color: rgb(188,16,61); }
td.TdClassName
{
border-color: #BC103D;
}
.TagClassName
{
border-color: #BC103D;
}
</style>