Shades of Cardinal #BC0A2B
Tints of Cardinal #BC0A2B
RGB
CMYK
RGB Variations
Color information
#BC0A2B (or 0xBC0A2B) is known color: Cardinal. HEX triplet: BC, 0A and 2B. RGB value is (188,10,43). Sum of RGB (Red+Green+Blue) = 188+10+43=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0A2B is #43F5D4. Grayscale: #434343. Windows color (decimal): -4453845 or 2820796. OLE color: 2820796.
HSL color Cylindrical-coordinate representation of color #BC0A2B: hue angle of 348.88º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0A2B is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 10 | 43 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.26 |
| HSL | 348.88º | 0.9% | 0.39% | - |
| HSV(B) | 348.88º | 0.95% | 0.74% | - |
| XYZ | 21.28 | 11.08 | 3.3 | - |
| YUV | 66.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 43 | 0 | 0.95 | 0.77 | 0.26 | 348.88 | 0.9 | 0.39 |
| Hex | BC | A | 2B | 0 | 5F | 4D | 1A | 15D | 5A | 27 |
| Octal | 274 | 12 | 53 | 0 | 137 | 115 | 32 | 535 | 132 | 47 |
| Binary | 10111100 | 1010 | 101011 | 0 | 1011111 | 1001101 | 11010 | 101011101 | 1011010 | 100111 |
Color Harmonies of #BC0A2B
Complementary color
Monochromatic Colors of #BC0A2B
Black with #BC0A2B
Text Example
Text Example
White with #BC0A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0A2B; }
p { color: rgb(188,10,43); }
H1.HeaderClassName
{
color: #BC0A2B;
}
.AnyTagClassName
{
color: #BC0A2B;
}
</style>
background-color css
<style>
a { background-color: #BC0A2B; }
a { background-color: rgb(188,10,43); }
div.DivClassName
{
background-color: #BC0A2B;
}
.BgClassName
{
background-color: #BC0A2B;
}
</style>
border-color css
<style>
span { border-color: #BC0A2B; }
span { border-color: rgb(188,10,43); }
td.TdClassName
{
border-color: #BC0A2B;
}
.TagClassName
{
border-color: #BC0A2B;
}
</style>