Shades of Cardinal #BC113E
Tints of Cardinal #BC113E
RGB
CMYK
RGB Variations
Color information
#BC113E (or 0xBC113E) is known color: Cardinal. HEX triplet: BC, 11 and 3E. RGB value is (188,17,62). Sum of RGB (Red+Green+Blue) = 188+17+62=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC113E is #43EEC1. Grayscale: #494949. Windows color (decimal): -4452034 or 4067772. OLE color: 4067772.
HSL color Cylindrical-coordinate representation of color #BC113E: hue angle of 344.21º 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 #BC113E is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 17 | 62 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.26 |
| HSL | 344.21º | 0.83% | 0.4% | - |
| HSV(B) | 344.21º | 0.91% | 0.74% | - |
| XYZ | 21.81 | 11.44 | 5.62 | - |
| YUV | 73.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 17 | 62 | 0 | 0.91 | 0.67 | 0.26 | 344.21 | 0.83 | 0.4 |
| Hex | BC | 11 | 3E | 0 | 5B | 43 | 1A | 158 | 53 | 28 |
| Octal | 274 | 21 | 76 | 0 | 133 | 103 | 32 | 530 | 123 | 50 |
| Binary | 10111100 | 10001 | 111110 | 0 | 1011011 | 1000011 | 11010 | 101011000 | 1010011 | 101000 |
Color Harmonies of #BC113E
Complementary color
Monochromatic Colors of #BC113E
Black with #BC113E
Text Example
Text Example
White with #BC113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC113E; }
p { color: rgb(188,17,62); }
H1.HeaderClassName
{
color: #BC113E;
}
.AnyTagClassName
{
color: #BC113E;
}
</style>
background-color css
<style>
a { background-color: #BC113E; }
a { background-color: rgb(188,17,62); }
div.DivClassName
{
background-color: #BC113E;
}
.BgClassName
{
background-color: #BC113E;
}
</style>
border-color css
<style>
span { border-color: #BC113E; }
span { border-color: rgb(188,17,62); }
td.TdClassName
{
border-color: #BC113E;
}
.TagClassName
{
border-color: #BC113E;
}
</style>