Shades of Cardinal #BC043E
Tints of Cardinal #BC043E
RGB
CMYK
RGB Variations
Color information
#BC043E (or 0xBC043E) is known color: Cardinal. HEX triplet: BC, 04 and 3E. RGB value is (188,4,62). Sum of RGB (Red+Green+Blue) = 188+4+62=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC043E is #43FBC1. Grayscale: #414141. Windows color (decimal): -4455362 or 4064444. OLE color: 4064444.
HSL color Cylindrical-coordinate representation of color #BC043E: hue angle of 341.09º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC043E is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.26 |
| HSL | 341.09º | 0.96% | 0.38% | - |
| HSV(B) | 341.09º | 0.98% | 0.74% | - |
| XYZ | 21.65 | 11.13 | 5.56 | - |
| YUV | 65.63 | 125.96 | 215.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 62 | 0 | 0.98 | 0.67 | 0.26 | 341.09 | 0.96 | 0.38 |
| Hex | BC | 4 | 3E | 0 | 62 | 43 | 1A | 155 | 60 | 26 |
| Octal | 274 | 4 | 76 | 0 | 142 | 103 | 32 | 525 | 140 | 46 |
| Binary | 10111100 | 100 | 111110 | 0 | 1100010 | 1000011 | 11010 | 101010101 | 1100000 | 100110 |
Color Harmonies of #BC043E
Complementary color
Monochromatic Colors of #BC043E
Black with #BC043E
Text Example
Text Example
White with #BC043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC043E; }
p { color: rgb(188,4,62); }
H1.HeaderClassName
{
color: #BC043E;
}
.AnyTagClassName
{
color: #BC043E;
}
</style>
background-color css
<style>
a { background-color: #BC043E; }
a { background-color: rgb(188,4,62); }
div.DivClassName
{
background-color: #BC043E;
}
.BgClassName
{
background-color: #BC043E;
}
</style>
border-color css
<style>
span { border-color: #BC043E; }
span { border-color: rgb(188,4,62); }
td.TdClassName
{
border-color: #BC043E;
}
.TagClassName
{
border-color: #BC043E;
}
</style>