Shades of Cardinal #BC1E36
Tints of Cardinal #BC1E36
RGB
CMYK
RGB Variations
Color information
#BC1E36 (or 0xBC1E36) is known color: Cardinal. HEX triplet: BC, 1E and 36. RGB value is (188,30,54). Sum of RGB (Red+Green+Blue) = 188+30+54=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E36 is #43E1C9. Grayscale: #505050. Windows color (decimal): -4448714 or 3546812. OLE color: 3546812.
HSL color Cylindrical-coordinate representation of color #BC1E36: hue angle of 350.89º 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 #BC1E36 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 54 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.26 |
| HSL | 350.89º | 0.72% | 0.43% | - |
| HSV(B) | 350.89º | 0.84% | 0.74% | - |
| XYZ | 21.87 | 11.89 | 4.63 | - |
| YUV | 79.98 | 113.35 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 54 | 0 | 0.84 | 0.71 | 0.26 | 350.89 | 0.72 | 0.43 |
| Hex | BC | 1E | 36 | 0 | 54 | 47 | 1A | 15F | 48 | 2B |
| Octal | 274 | 36 | 66 | 0 | 124 | 107 | 32 | 537 | 110 | 53 |
| Binary | 10111100 | 11110 | 110110 | 0 | 1010100 | 1000111 | 11010 | 101011111 | 1001000 | 101011 |
Color Harmonies of #BC1E36
Complementary color
Monochromatic Colors of #BC1E36
Black with #BC1E36
Text Example
Text Example
White with #BC1E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E36; }
p { color: rgb(188,30,54); }
H1.HeaderClassName
{
color: #BC1E36;
}
.AnyTagClassName
{
color: #BC1E36;
}
</style>
background-color css
<style>
a { background-color: #BC1E36; }
a { background-color: rgb(188,30,54); }
div.DivClassName
{
background-color: #BC1E36;
}
.BgClassName
{
background-color: #BC1E36;
}
</style>
border-color css
<style>
span { border-color: #BC1E36; }
span { border-color: rgb(188,30,54); }
td.TdClassName
{
border-color: #BC1E36;
}
.TagClassName
{
border-color: #BC1E36;
}
</style>