Shades of Cardinal #BC013A
Tints of Cardinal #BC013A
RGB
CMYK
RGB Variations
Color information
#BC013A (or 0xBC013A) is known color: Cardinal. HEX triplet: BC, 01 and 3A. RGB value is (188,1,58). Sum of RGB (Red+Green+Blue) = 188+1+58=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC013A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC013A is #43FEC5. Grayscale: #3F3F3F. Windows color (decimal): -4456134 or 3801532. OLE color: 3801532.
HSL color Cylindrical-coordinate representation of color #BC013A: hue angle of 341.71º 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 #BC013A is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 58 | - |
| CMYK | 0 | 0.99 | 0.69 | 0.26 |
| HSL | 341.71º | 0.99% | 0.37% | - |
| HSV(B) | 341.71º | 0.99% | 0.74% | - |
| XYZ | 21.51 | 11.02 | 5 | - |
| YUV | 63.41 | 124.95 | 216.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 58 | 0 | 0.99 | 0.69 | 0.26 | 341.71 | 0.99 | 0.37 |
| Hex | BC | 1 | 3A | 0 | 63 | 45 | 1A | 156 | 63 | 25 |
| Octal | 274 | 1 | 72 | 0 | 143 | 105 | 32 | 526 | 143 | 45 |
| Binary | 10111100 | 1 | 111010 | 0 | 1100011 | 1000101 | 11010 | 101010110 | 1100011 | 100101 |
Color Harmonies of #BC013A
Complementary color
Monochromatic Colors of #BC013A
Black with #BC013A
Text Example
Text Example
White with #BC013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC013A; }
p { color: rgb(188,1,58); }
H1.HeaderClassName
{
color: #BC013A;
}
.AnyTagClassName
{
color: #BC013A;
}
</style>
background-color css
<style>
a { background-color: #BC013A; }
a { background-color: rgb(188,1,58); }
div.DivClassName
{
background-color: #BC013A;
}
.BgClassName
{
background-color: #BC013A;
}
</style>
border-color css
<style>
span { border-color: #BC013A; }
span { border-color: rgb(188,1,58); }
td.TdClassName
{
border-color: #BC013A;
}
.TagClassName
{
border-color: #BC013A;
}
</style>