Shades of Cardinal #BC003A
Tints of Cardinal #BC003A
RGB
CMYK
RGB Variations
Color information
#BC003A (or 0xBC003A) is known color: Cardinal. HEX triplet: BC, 00 and 3A. RGB value is (188,0,58). Sum of RGB (Red+Green+Blue) = 188+0+58=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC003A is #43FFC5. Grayscale: #3E3E3E. Windows color (decimal): -4456390 or 3801276. OLE color: 3801276.
HSL color Cylindrical-coordinate representation of color #BC003A: hue angle of 341.49º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC003A is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.69 | 0.26 |
| HSL | 341.49º | 1% | 0.37% | - |
| HSV(B) | 341.49º | 1% | 0.74% | - |
| XYZ | 21.5 | 11 | 4.99 | - |
| YUV | 62.82 | 125.28 | 217.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 0 | 58 | 0 | 1 | 0.69 | 0.26 | 341.49 | 1 | 0.37 |
| Hex | BC | 0 | 3A | 0 | 64 | 45 | 1A | 155 | 64 | 25 |
| Octal | 274 | 0 | 72 | 0 | 144 | 105 | 32 | 525 | 144 | 45 |
| Binary | 10111100 | 0 | 111010 | 0 | 1100100 | 1000101 | 11010 | 101010101 | 1100100 | 100101 |
Color Harmonies of #BC003A
Complementary color
Monochromatic Colors of #BC003A
Black with #BC003A
Text Example
Text Example
White with #BC003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC003A; }
p { color: rgb(188,0,58); }
H1.HeaderClassName
{
color: #BC003A;
}
.AnyTagClassName
{
color: #BC003A;
}
</style>
background-color css
<style>
a { background-color: #BC003A; }
a { background-color: rgb(188,0,58); }
div.DivClassName
{
background-color: #BC003A;
}
.BgClassName
{
background-color: #BC003A;
}
</style>
border-color css
<style>
span { border-color: #BC003A; }
span { border-color: rgb(188,0,58); }
td.TdClassName
{
border-color: #BC003A;
}
.TagClassName
{
border-color: #BC003A;
}
</style>