Shades of Cardinal #BC0A47
Tints of Cardinal #BC0A47
RGB
CMYK
RGB Variations
Color information
#BC0A47 (or 0xBC0A47) is known color: Cardinal. HEX triplet: BC, 0A and 47. RGB value is (188,10,71). Sum of RGB (Red+Green+Blue) = 188+10+71=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0A47 is #43F5B8. Grayscale: #464646. Windows color (decimal): -4453817 or 4655804. OLE color: 4655804.
HSL color Cylindrical-coordinate representation of color #BC0A47: hue angle of 339.44º 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 #BC0A47 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 10 | 71 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.26 |
| HSL | 339.44º | 0.9% | 0.39% | - |
| HSV(B) | 339.44º | 0.95% | 0.74% | - |
| XYZ | 21.98 | 11.36 | 7 | - |
| YUV | 70.18 | 128.47 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 10 | 71 | 0 | 0.95 | 0.62 | 0.26 | 339.44 | 0.9 | 0.39 |
| Hex | BC | A | 47 | 0 | 5F | 3E | 1A | 153 | 5A | 27 |
| Octal | 274 | 12 | 107 | 0 | 137 | 76 | 32 | 523 | 132 | 47 |
| Binary | 10111100 | 1010 | 1000111 | 0 | 1011111 | 111110 | 11010 | 101010011 | 1011010 | 100111 |
Color Harmonies of #BC0A47
Complementary color
Monochromatic Colors of #BC0A47
Black with #BC0A47
Text Example
Text Example
White with #BC0A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0A47; }
p { color: rgb(188,10,71); }
H1.HeaderClassName
{
color: #BC0A47;
}
.AnyTagClassName
{
color: #BC0A47;
}
</style>
background-color css
<style>
a { background-color: #BC0A47; }
a { background-color: rgb(188,10,71); }
div.DivClassName
{
background-color: #BC0A47;
}
.BgClassName
{
background-color: #BC0A47;
}
</style>
border-color css
<style>
span { border-color: #BC0A47; }
span { border-color: rgb(188,10,71); }
td.TdClassName
{
border-color: #BC0A47;
}
.TagClassName
{
border-color: #BC0A47;
}
</style>