Shades of Cardinal #BC2737
Tints of Cardinal #BC2737
RGB
CMYK
RGB Variations
Color information
#BC2737 (or 0xBC2737) is known color: Cardinal. HEX triplet: BC, 27 and 37. RGB value is (188,39,55). Sum of RGB (Red+Green+Blue) = 188+39+55=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2737 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2737 is #43D8C8. Grayscale: #555555. Windows color (decimal): -4446409 or 3614652. OLE color: 3614652.
HSL color Cylindrical-coordinate representation of color #BC2737: hue angle of 353.56º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2737 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 55 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.26 |
| HSL | 353.56º | 0.66% | 0.45% | - |
| HSV(B) | 353.56º | 0.79% | 0.74% | - |
| XYZ | 22.15 | 12.42 | 4.84 | - |
| YUV | 85.38 | 110.86 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 55 | 0 | 0.79 | 0.71 | 0.26 | 353.56 | 0.66 | 0.45 |
| Hex | BC | 27 | 37 | 0 | 4F | 47 | 1A | 162 | 42 | 2D |
| Octal | 274 | 47 | 67 | 0 | 117 | 107 | 32 | 542 | 102 | 55 |
| Binary | 10111100 | 100111 | 110111 | 0 | 1001111 | 1000111 | 11010 | 101100010 | 1000010 | 101101 |
Color Harmonies of #BC2737
Complementary color
Monochromatic Colors of #BC2737
Black with #BC2737
Text Example
Text Example
White with #BC2737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2737; }
p { color: rgb(188,39,55); }
H1.HeaderClassName
{
color: #BC2737;
}
.AnyTagClassName
{
color: #BC2737;
}
</style>
background-color css
<style>
a { background-color: #BC2737; }
a { background-color: rgb(188,39,55); }
div.DivClassName
{
background-color: #BC2737;
}
.BgClassName
{
background-color: #BC2737;
}
</style>
border-color css
<style>
span { border-color: #BC2737; }
span { border-color: rgb(188,39,55); }
td.TdClassName
{
border-color: #BC2737;
}
.TagClassName
{
border-color: #BC2737;
}
</style>