Shades of Cardinal #BC0B42
Tints of Cardinal #BC0B42
RGB
CMYK
RGB Variations
Color information
#BC0B42 (or 0xBC0B42) is known color: Cardinal. HEX triplet: BC, 0B and 42. RGB value is (188,11,66). Sum of RGB (Red+Green+Blue) = 188+11+66=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0B42 is #43F4BD. Grayscale: #464646. Windows color (decimal): -4453566 or 4328380. OLE color: 4328380.
HSL color Cylindrical-coordinate representation of color #BC0B42: hue angle of 341.36º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0B42 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 66 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.26 |
| HSL | 341.36º | 0.89% | 0.39% | - |
| HSV(B) | 341.36º | 0.94% | 0.74% | - |
| XYZ | 21.84 | 11.32 | 6.19 | - |
| YUV | 70.19 | 125.64 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 66 | 0 | 0.94 | 0.65 | 0.26 | 341.36 | 0.89 | 0.39 |
| Hex | BC | B | 42 | 0 | 5E | 41 | 1A | 155 | 59 | 27 |
| Octal | 274 | 13 | 102 | 0 | 136 | 101 | 32 | 525 | 131 | 47 |
| Binary | 10111100 | 1011 | 1000010 | 0 | 1011110 | 1000001 | 11010 | 101010101 | 1011001 | 100111 |
Color Harmonies of #BC0B42
Complementary color
Monochromatic Colors of #BC0B42
Black with #BC0B42
Text Example
Text Example
White with #BC0B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B42; }
p { color: rgb(188,11,66); }
H1.HeaderClassName
{
color: #BC0B42;
}
.AnyTagClassName
{
color: #BC0B42;
}
</style>
background-color css
<style>
a { background-color: #BC0B42; }
a { background-color: rgb(188,11,66); }
div.DivClassName
{
background-color: #BC0B42;
}
.BgClassName
{
background-color: #BC0B42;
}
</style>
border-color css
<style>
span { border-color: #BC0B42; }
span { border-color: rgb(188,11,66); }
td.TdClassName
{
border-color: #BC0B42;
}
.TagClassName
{
border-color: #BC0B42;
}
</style>