Shades of Cardinal #BC013F
Tints of Cardinal #BC013F
RGB
CMYK
RGB Variations
Color information
#BC013F (or 0xBC013F) is known color: Cardinal. HEX triplet: BC, 01 and 3F. RGB value is (188,1,63). Sum of RGB (Red+Green+Blue) = 188+1+63=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC013F is #43FEC0. Grayscale: #3F3F3F. Windows color (decimal): -4456129 or 4129212. OLE color: 4129212.
HSL color Cylindrical-coordinate representation of color #BC013F: hue angle of 340.11º 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 #BC013F is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.26 |
| HSL | 340.11º | 0.99% | 0.37% | - |
| HSV(B) | 340.11º | 0.99% | 0.74% | - |
| XYZ | 21.65 | 11.07 | 5.7 | - |
| YUV | 63.98 | 127.45 | 216.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 1 | 63 | 0 | 0.99 | 0.66 | 0.26 | 340.11 | 0.99 | 0.37 |
| Hex | BC | 1 | 3F | 0 | 63 | 42 | 1A | 154 | 63 | 25 |
| Octal | 274 | 1 | 77 | 0 | 143 | 102 | 32 | 524 | 143 | 45 |
| Binary | 10111100 | 1 | 111111 | 0 | 1100011 | 1000010 | 11010 | 101010100 | 1100011 | 100101 |
Color Harmonies of #BC013F
Complementary color
Monochromatic Colors of #BC013F
Black with #BC013F
Text Example
Text Example
White with #BC013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC013F; }
p { color: rgb(188,1,63); }
H1.HeaderClassName
{
color: #BC013F;
}
.AnyTagClassName
{
color: #BC013F;
}
</style>
background-color css
<style>
a { background-color: #BC013F; }
a { background-color: rgb(188,1,63); }
div.DivClassName
{
background-color: #BC013F;
}
.BgClassName
{
background-color: #BC013F;
}
</style>
border-color css
<style>
span { border-color: #BC013F; }
span { border-color: rgb(188,1,63); }
td.TdClassName
{
border-color: #BC013F;
}
.TagClassName
{
border-color: #BC013F;
}
</style>