Shades of Cardinal #BC013E
Tints of Cardinal #BC013E
RGB
CMYK
RGB Variations
Color information
#BC013E (or 0xBC013E) is known color: Cardinal. HEX triplet: BC, 01 and 3E. RGB value is (188,1,62). Sum of RGB (Red+Green+Blue) = 188+1+62=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC013E is #43FEC1. Grayscale: #3F3F3F. Windows color (decimal): -4456130 or 4063676. OLE color: 4063676.
HSL color Cylindrical-coordinate representation of color #BC013E: hue angle of 340.43º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC013E is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.26 |
| HSL | 340.43º | 0.99% | 0.37% | - |
| HSV(B) | 340.43º | 0.99% | 0.74% | - |
| XYZ | 21.62 | 11.06 | 5.55 | - |
| YUV | 63.87 | 126.95 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 62 | 0 | 0.99 | 0.67 | 0.26 | 340.43 | 0.99 | 0.37 |
| Hex | BC | 1 | 3E | 0 | 63 | 43 | 1A | 154 | 63 | 25 |
| Octal | 274 | 1 | 76 | 0 | 143 | 103 | 32 | 524 | 143 | 45 |
| Binary | 10111100 | 1 | 111110 | 0 | 1100011 | 1000011 | 11010 | 101010100 | 1100011 | 100101 |
Color Harmonies of #BC013E
Complementary color
Monochromatic Colors of #BC013E
Black with #BC013E
Text Example
Text Example
White with #BC013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC013E; }
p { color: rgb(188,1,62); }
H1.HeaderClassName
{
color: #BC013E;
}
.AnyTagClassName
{
color: #BC013E;
}
</style>
background-color css
<style>
a { background-color: #BC013E; }
a { background-color: rgb(188,1,62); }
div.DivClassName
{
background-color: #BC013E;
}
.BgClassName
{
background-color: #BC013E;
}
</style>
border-color css
<style>
span { border-color: #BC013E; }
span { border-color: rgb(188,1,62); }
td.TdClassName
{
border-color: #BC013E;
}
.TagClassName
{
border-color: #BC013E;
}
</style>