Shades of Cardinal #BC1E3C
Tints of Cardinal #BC1E3C
RGB
CMYK
RGB Variations
Color information
#BC1E3C (or 0xBC1E3C) is known color: Cardinal. HEX triplet: BC, 1E and 3C. RGB value is (188,30,60). Sum of RGB (Red+Green+Blue) = 188+30+60=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E3C is #43E1C3. Grayscale: #505050. Windows color (decimal): -4448708 or 3940028. OLE color: 3940028.
HSL color Cylindrical-coordinate representation of color #BC1E3C: hue angle of 348.61º 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 #BC1E3C is Cyan = 0, Magento = 0.84, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 60 | - |
| CMYK | 0 | 0.84 | 0.68 | 0.26 |
| HSL | 348.61º | 0.72% | 0.43% | - |
| HSV(B) | 348.61º | 0.84% | 0.74% | - |
| XYZ | 22.02 | 11.95 | 5.42 | - |
| YUV | 80.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 60 | 0 | 0.84 | 0.68 | 0.26 | 348.61 | 0.72 | 0.43 |
| Hex | BC | 1E | 3C | 0 | 54 | 44 | 1A | 15D | 48 | 2B |
| Octal | 274 | 36 | 74 | 0 | 124 | 104 | 32 | 535 | 110 | 53 |
| Binary | 10111100 | 11110 | 111100 | 0 | 1010100 | 1000100 | 11010 | 101011101 | 1001000 | 101011 |
Color Harmonies of #BC1E3C
Complementary color
Monochromatic Colors of #BC1E3C
Black with #BC1E3C
Text Example
Text Example
White with #BC1E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E3C; }
p { color: rgb(188,30,60); }
H1.HeaderClassName
{
color: #BC1E3C;
}
.AnyTagClassName
{
color: #BC1E3C;
}
</style>
background-color css
<style>
a { background-color: #BC1E3C; }
a { background-color: rgb(188,30,60); }
div.DivClassName
{
background-color: #BC1E3C;
}
.BgClassName
{
background-color: #BC1E3C;
}
</style>
border-color css
<style>
span { border-color: #BC1E3C; }
span { border-color: rgb(188,30,60); }
td.TdClassName
{
border-color: #BC1E3C;
}
.TagClassName
{
border-color: #BC1E3C;
}
</style>