Shades of Cardinal #BC1E43
Tints of Cardinal #BC1E43
RGB
CMYK
RGB Variations
Color information
#BC1E43 (or 0xBC1E43) is known color: Cardinal. HEX triplet: BC, 1E and 43. RGB value is (188,30,67). Sum of RGB (Red+Green+Blue) = 188+30+67=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E43 is #43E1BC. Grayscale: #515151. Windows color (decimal): -4448701 or 4398780. OLE color: 4398780.
HSL color Cylindrical-coordinate representation of color #BC1E43: hue angle of 345.95º 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 #BC1E43 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 67 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.26 |
| HSL | 345.95º | 0.72% | 0.43% | - |
| HSV(B) | 345.95º | 0.84% | 0.74% | - |
| XYZ | 22.22 | 12.03 | 6.46 | - |
| YUV | 81.46 | 119.85 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 67 | 0 | 0.84 | 0.64 | 0.26 | 345.95 | 0.72 | 0.43 |
| Hex | BC | 1E | 43 | 0 | 54 | 40 | 1A | 15A | 48 | 2B |
| Octal | 274 | 36 | 103 | 0 | 124 | 100 | 32 | 532 | 110 | 53 |
| Binary | 10111100 | 11110 | 1000011 | 0 | 1010100 | 1000000 | 11010 | 101011010 | 1001000 | 101011 |
Color Harmonies of #BC1E43
Complementary color
Monochromatic Colors of #BC1E43
Black with #BC1E43
Text Example
Text Example
White with #BC1E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E43; }
p { color: rgb(188,30,67); }
H1.HeaderClassName
{
color: #BC1E43;
}
.AnyTagClassName
{
color: #BC1E43;
}
</style>
background-color css
<style>
a { background-color: #BC1E43; }
a { background-color: rgb(188,30,67); }
div.DivClassName
{
background-color: #BC1E43;
}
.BgClassName
{
background-color: #BC1E43;
}
</style>
border-color css
<style>
span { border-color: #BC1E43; }
span { border-color: rgb(188,30,67); }
td.TdClassName
{
border-color: #BC1E43;
}
.TagClassName
{
border-color: #BC1E43;
}
</style>