Shades of Cardinal #BC0B2F
Tints of Cardinal #BC0B2F
RGB
CMYK
RGB Variations
Color information
#BC0B2F (or 0xBC0B2F) is known color: Cardinal. HEX triplet: BC, 0B and 2F. RGB value is (188,11,47). Sum of RGB (Red+Green+Blue) = 188+11+47=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0B2F is #43F4D0. Grayscale: #444444. Windows color (decimal): -4453585 or 3083196. OLE color: 3083196.
HSL color Cylindrical-coordinate representation of color #BC0B2F: hue angle of 347.8º 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 #BC0B2F is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 47 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.26 |
| HSL | 347.8º | 0.89% | 0.39% | - |
| HSV(B) | 347.8º | 0.94% | 0.74% | - |
| XYZ | 21.37 | 11.14 | 3.71 | - |
| YUV | 68.03 | 116.14 | 213.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 47 | 0 | 0.94 | 0.75 | 0.26 | 347.8 | 0.89 | 0.39 |
| Hex | BC | B | 2F | 0 | 5E | 4B | 1A | 15C | 59 | 27 |
| Octal | 274 | 13 | 57 | 0 | 136 | 113 | 32 | 534 | 131 | 47 |
| Binary | 10111100 | 1011 | 101111 | 0 | 1011110 | 1001011 | 11010 | 101011100 | 1011001 | 100111 |
Color Harmonies of #BC0B2F
Complementary color
Monochromatic Colors of #BC0B2F
Black with #BC0B2F
Text Example
Text Example
White with #BC0B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B2F; }
p { color: rgb(188,11,47); }
H1.HeaderClassName
{
color: #BC0B2F;
}
.AnyTagClassName
{
color: #BC0B2F;
}
</style>
background-color css
<style>
a { background-color: #BC0B2F; }
a { background-color: rgb(188,11,47); }
div.DivClassName
{
background-color: #BC0B2F;
}
.BgClassName
{
background-color: #BC0B2F;
}
</style>
border-color css
<style>
span { border-color: #BC0B2F; }
span { border-color: rgb(188,11,47); }
td.TdClassName
{
border-color: #BC0B2F;
}
.TagClassName
{
border-color: #BC0B2F;
}
</style>