Shades of Cardinal #BC0B3B
Tints of Cardinal #BC0B3B
RGB
CMYK
RGB Variations
Color information
#BC0B3B (or 0xBC0B3B) is known color: Cardinal. HEX triplet: BC, 0B and 3B. RGB value is (188,11,59). Sum of RGB (Red+Green+Blue) = 188+11+59=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0B3B is #43F4C4. Grayscale: #454545. Windows color (decimal): -4453573 or 3869628. OLE color: 3869628.
HSL color Cylindrical-coordinate representation of color #BC0B3B: hue angle of 343.73º 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 #BC0B3B is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 59 | - |
| CMYK | 0 | 0.94 | 0.69 | 0.26 |
| HSL | 343.73º | 0.89% | 0.39% | - |
| HSV(B) | 343.73º | 0.94% | 0.74% | - |
| XYZ | 21.65 | 11.25 | 5.17 | - |
| YUV | 69.4 | 122.14 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 59 | 0 | 0.94 | 0.69 | 0.26 | 343.73 | 0.89 | 0.39 |
| Hex | BC | B | 3B | 0 | 5E | 45 | 1A | 158 | 59 | 27 |
| Octal | 274 | 13 | 73 | 0 | 136 | 105 | 32 | 530 | 131 | 47 |
| Binary | 10111100 | 1011 | 111011 | 0 | 1011110 | 1000101 | 11010 | 101011000 | 1011001 | 100111 |
Color Harmonies of #BC0B3B
Complementary color
Monochromatic Colors of #BC0B3B
Black with #BC0B3B
Text Example
Text Example
White with #BC0B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B3B; }
p { color: rgb(188,11,59); }
H1.HeaderClassName
{
color: #BC0B3B;
}
.AnyTagClassName
{
color: #BC0B3B;
}
</style>
background-color css
<style>
a { background-color: #BC0B3B; }
a { background-color: rgb(188,11,59); }
div.DivClassName
{
background-color: #BC0B3B;
}
.BgClassName
{
background-color: #BC0B3B;
}
</style>
border-color css
<style>
span { border-color: #BC0B3B; }
span { border-color: rgb(188,11,59); }
td.TdClassName
{
border-color: #BC0B3B;
}
.TagClassName
{
border-color: #BC0B3B;
}
</style>