Shades of Cardinal #BC0D42
Tints of Cardinal #BC0D42
RGB
CMYK
RGB Variations
Color information
#BC0D42 (or 0xBC0D42) is known color: Cardinal. HEX triplet: BC, 0D and 42. RGB value is (188,13,66). Sum of RGB (Red+Green+Blue) = 188+13+66=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0D42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0D42 is #43F2BD. Grayscale: #474747. Windows color (decimal): -4453054 or 4328892. OLE color: 4328892.
HSL color Cylindrical-coordinate representation of color #BC0D42: hue angle of 341.83º 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 #BC0D42 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 13 | 66 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.26 |
| HSL | 341.83º | 0.87% | 0.39% | - |
| HSV(B) | 341.83º | 0.93% | 0.74% | - |
| XYZ | 21.87 | 11.37 | 6.2 | - |
| YUV | 71.37 | 124.98 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 13 | 66 | 0 | 0.93 | 0.65 | 0.26 | 341.83 | 0.87 | 0.39 |
| Hex | BC | D | 42 | 0 | 5D | 41 | 1A | 156 | 57 | 27 |
| Octal | 274 | 15 | 102 | 0 | 135 | 101 | 32 | 526 | 127 | 47 |
| Binary | 10111100 | 1101 | 1000010 | 0 | 1011101 | 1000001 | 11010 | 101010110 | 1010111 | 100111 |
Color Harmonies of #BC0D42
Complementary color
Monochromatic Colors of #BC0D42
Black with #BC0D42
Text Example
Text Example
White with #BC0D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0D42; }
p { color: rgb(188,13,66); }
H1.HeaderClassName
{
color: #BC0D42;
}
.AnyTagClassName
{
color: #BC0D42;
}
</style>
background-color css
<style>
a { background-color: #BC0D42; }
a { background-color: rgb(188,13,66); }
div.DivClassName
{
background-color: #BC0D42;
}
.BgClassName
{
background-color: #BC0D42;
}
</style>
border-color css
<style>
span { border-color: #BC0D42; }
span { border-color: rgb(188,13,66); }
td.TdClassName
{
border-color: #BC0D42;
}
.TagClassName
{
border-color: #BC0D42;
}
</style>