Shades of Cardinal #BC0C41
Tints of Cardinal #BC0C41
RGB
CMYK
RGB Variations
Color information
#BC0C41 (or 0xBC0C41) is known color: Cardinal. HEX triplet: BC, 0C and 41. RGB value is (188,12,65). Sum of RGB (Red+Green+Blue) = 188+12+65=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C41 is #43F3BE. Grayscale: #464646. Windows color (decimal): -4453311 or 4263100. OLE color: 4263100.
HSL color Cylindrical-coordinate representation of color #BC0C41: hue angle of 341.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C41 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 65 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.26 |
| HSL | 341.93º | 0.88% | 0.39% | - |
| HSV(B) | 341.93º | 0.94% | 0.74% | - |
| XYZ | 21.82 | 11.34 | 6.04 | - |
| YUV | 70.67 | 124.81 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 65 | 0 | 0.94 | 0.65 | 0.26 | 341.93 | 0.88 | 0.39 |
| Hex | BC | C | 41 | 0 | 5E | 41 | 1A | 156 | 58 | 27 |
| Octal | 274 | 14 | 101 | 0 | 136 | 101 | 32 | 526 | 130 | 47 |
| Binary | 10111100 | 1100 | 1000001 | 0 | 1011110 | 1000001 | 11010 | 101010110 | 1011000 | 100111 |
Color Harmonies of #BC0C41
Complementary color
Monochromatic Colors of #BC0C41
Black with #BC0C41
Text Example
Text Example
White with #BC0C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C41; }
p { color: rgb(188,12,65); }
H1.HeaderClassName
{
color: #BC0C41;
}
.AnyTagClassName
{
color: #BC0C41;
}
</style>
background-color css
<style>
a { background-color: #BC0C41; }
a { background-color: rgb(188,12,65); }
div.DivClassName
{
background-color: #BC0C41;
}
.BgClassName
{
background-color: #BC0C41;
}
</style>
border-color css
<style>
span { border-color: #BC0C41; }
span { border-color: rgb(188,12,65); }
td.TdClassName
{
border-color: #BC0C41;
}
.TagClassName
{
border-color: #BC0C41;
}
</style>