Shades of Cardinal #BC153E
Tints of Cardinal #BC153E
RGB
CMYK
RGB Variations
Color information
#BC153E (or 0xBC153E) is known color: Cardinal. HEX triplet: BC, 15 and 3E. RGB value is (188,21,62). Sum of RGB (Red+Green+Blue) = 188+21+62=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC153E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC153E is #43EAC1. Grayscale: #4B4B4B. Windows color (decimal): -4451010 or 4068796. OLE color: 4068796.
HSL color Cylindrical-coordinate representation of color #BC153E: hue angle of 345.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC153E is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 21 | 62 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.26 |
| HSL | 345.27º | 0.8% | 0.41% | - |
| HSV(B) | 345.27º | 0.89% | 0.74% | - |
| XYZ | 21.88 | 11.58 | 5.64 | - |
| YUV | 75.61 | 120.33 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 21 | 62 | 0 | 0.89 | 0.67 | 0.26 | 345.27 | 0.8 | 0.41 |
| Hex | BC | 15 | 3E | 0 | 59 | 43 | 1A | 159 | 50 | 29 |
| Octal | 274 | 25 | 76 | 0 | 131 | 103 | 32 | 531 | 120 | 51 |
| Binary | 10111100 | 10101 | 111110 | 0 | 1011001 | 1000011 | 11010 | 101011001 | 1010000 | 101001 |
Color Harmonies of #BC153E
Complementary color
Monochromatic Colors of #BC153E
Black with #BC153E
Text Example
Text Example
White with #BC153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC153E; }
p { color: rgb(188,21,62); }
H1.HeaderClassName
{
color: #BC153E;
}
.AnyTagClassName
{
color: #BC153E;
}
</style>
background-color css
<style>
a { background-color: #BC153E; }
a { background-color: rgb(188,21,62); }
div.DivClassName
{
background-color: #BC153E;
}
.BgClassName
{
background-color: #BC153E;
}
</style>
border-color css
<style>
span { border-color: #BC153E; }
span { border-color: rgb(188,21,62); }
td.TdClassName
{
border-color: #BC153E;
}
.TagClassName
{
border-color: #BC153E;
}
</style>