Shades of Cardinal #BC0D4D
Tints of Cardinal #BC0D4D
RGB
CMYK
RGB Variations
Color information
#BC0D4D (or 0xBC0D4D) is known color: Cardinal. HEX triplet: BC, 0D and 4D. RGB value is (188,13,77). Sum of RGB (Red+Green+Blue) = 188+13+77=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 13 (5.47% from 255 or 4.68% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0D4D is #43F2B2. Grayscale: #484848. Windows color (decimal): -4453043 or 5049788. OLE color: 5049788.
HSL color Cylindrical-coordinate representation of color #BC0D4D: hue angle of 338.06º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0D4D is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 13 | 77 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.26 |
| HSL | 338.06º | 0.87% | 0.39% | - |
| HSV(B) | 338.06º | 0.93% | 0.74% | - |
| XYZ | 22.22 | 11.52 | 8.07 | - |
| YUV | 72.62 | 130.48 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 77 | 0 | 0.93 | 0.59 | 0.26 | 338.06 | 0.87 | 0.39 |
| Hex | BC | D | 4D | 0 | 5D | 3B | 1A | 152 | 57 | 27 |
| Octal | 274 | 15 | 115 | 0 | 135 | 73 | 32 | 522 | 127 | 47 |
| Binary | 10111100 | 1101 | 1001101 | 0 | 1011101 | 111011 | 11010 | 101010010 | 1010111 | 100111 |
Color Harmonies of #BC0D4D
Complementary color
Monochromatic Colors of #BC0D4D
Black with #BC0D4D
Text Example
Text Example
White with #BC0D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0D4D; }
p { color: rgb(188,13,77); }
H1.HeaderClassName
{
color: #BC0D4D;
}
.AnyTagClassName
{
color: #BC0D4D;
}
</style>
background-color css
<style>
a { background-color: #BC0D4D; }
a { background-color: rgb(188,13,77); }
div.DivClassName
{
background-color: #BC0D4D;
}
.BgClassName
{
background-color: #BC0D4D;
}
</style>
border-color css
<style>
span { border-color: #BC0D4D; }
span { border-color: rgb(188,13,77); }
td.TdClassName
{
border-color: #BC0D4D;
}
.TagClassName
{
border-color: #BC0D4D;
}
</style>