Shades of Cardinal #BC113C
Tints of Cardinal #BC113C
RGB
CMYK
RGB Variations
Color information
#BC113C (or 0xBC113C) is known color: Cardinal. HEX triplet: BC, 11 and 3C. RGB value is (188,17,60). Sum of RGB (Red+Green+Blue) = 188+17+60=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC113C is #43EEC3. Grayscale: #494949. Windows color (decimal): -4452036 or 3936700. OLE color: 3936700.
HSL color Cylindrical-coordinate representation of color #BC113C: hue angle of 344.91º degrees, saturation: 0.83, 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 #BC113C is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 60 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.26 |
| HSL | 344.91º | 0.83% | 0.4% | - |
| HSV(B) | 344.91º | 0.91% | 0.74% | - |
| XYZ | 21.76 | 11.42 | 5.33 | - |
| YUV | 73.03 | 120.65 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 60 | 0 | 0.91 | 0.68 | 0.26 | 344.91 | 0.83 | 0.4 |
| Hex | BC | 11 | 3C | 0 | 5B | 44 | 1A | 159 | 53 | 28 |
| Octal | 274 | 21 | 74 | 0 | 133 | 104 | 32 | 531 | 123 | 50 |
| Binary | 10111100 | 10001 | 111100 | 0 | 1011011 | 1000100 | 11010 | 101011001 | 1010011 | 101000 |
Color Harmonies of #BC113C
Complementary color
Monochromatic Colors of #BC113C
Black with #BC113C
Text Example
Text Example
White with #BC113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC113C; }
p { color: rgb(188,17,60); }
H1.HeaderClassName
{
color: #BC113C;
}
.AnyTagClassName
{
color: #BC113C;
}
</style>
background-color css
<style>
a { background-color: #BC113C; }
a { background-color: rgb(188,17,60); }
div.DivClassName
{
background-color: #BC113C;
}
.BgClassName
{
background-color: #BC113C;
}
</style>
border-color css
<style>
span { border-color: #BC113C; }
span { border-color: rgb(188,17,60); }
td.TdClassName
{
border-color: #BC113C;
}
.TagClassName
{
border-color: #BC113C;
}
</style>