Shades of Cardinal #BC1E37
Tints of Cardinal #BC1E37
RGB
CMYK
RGB Variations
Color information
#BC1E37 (or 0xBC1E37) is known color: Cardinal. HEX triplet: BC, 1E and 37. RGB value is (188,30,55). Sum of RGB (Red+Green+Blue) = 188+30+55=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E37 is #43E1C8. Grayscale: #505050. Windows color (decimal): -4448713 or 3612348. OLE color: 3612348.
HSL color Cylindrical-coordinate representation of color #BC1E37: hue angle of 350.51º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1E37 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 55 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.26 |
| HSL | 350.51º | 0.72% | 0.43% | - |
| HSV(B) | 350.51º | 0.84% | 0.74% | - |
| XYZ | 21.89 | 11.9 | 4.76 | - |
| YUV | 80.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 55 | 0 | 0.84 | 0.71 | 0.26 | 350.51 | 0.72 | 0.43 |
| Hex | BC | 1E | 37 | 0 | 54 | 47 | 1A | 15F | 48 | 2B |
| Octal | 274 | 36 | 67 | 0 | 124 | 107 | 32 | 537 | 110 | 53 |
| Binary | 10111100 | 11110 | 110111 | 0 | 1010100 | 1000111 | 11010 | 101011111 | 1001000 | 101011 |
Color Harmonies of #BC1E37
Complementary color
Monochromatic Colors of #BC1E37
Black with #BC1E37
Text Example
Text Example
White with #BC1E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E37; }
p { color: rgb(188,30,55); }
H1.HeaderClassName
{
color: #BC1E37;
}
.AnyTagClassName
{
color: #BC1E37;
}
</style>
background-color css
<style>
a { background-color: #BC1E37; }
a { background-color: rgb(188,30,55); }
div.DivClassName
{
background-color: #BC1E37;
}
.BgClassName
{
background-color: #BC1E37;
}
</style>
border-color css
<style>
span { border-color: #BC1E37; }
span { border-color: rgb(188,30,55); }
td.TdClassName
{
border-color: #BC1E37;
}
.TagClassName
{
border-color: #BC1E37;
}
</style>