Shades of Cardinal #BC062F
Tints of Cardinal #BC062F
RGB
CMYK
RGB Variations
Color information
#BC062F (or 0xBC062F) is known color: Cardinal. HEX triplet: BC, 06 and 2F. RGB value is (188,6,47). Sum of RGB (Red+Green+Blue) = 188+6+47=241 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.01% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 188 - color contains mainly: red. Hex color #BC062F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC062F is #43F9D0. Grayscale: #414141. Windows color (decimal): -4454865 or 3081916. OLE color: 3081916.
HSL color Cylindrical-coordinate representation of color #BC062F: hue angle of 346.48º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC062F is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 47 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.26 |
| HSL | 346.48º | 0.94% | 0.38% | - |
| HSV(B) | 346.48º | 0.97% | 0.74% | - |
| XYZ | 21.32 | 11.03 | 3.69 | - |
| YUV | 65.09 | 117.8 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 47 | 0 | 0.97 | 0.75 | 0.26 | 346.48 | 0.94 | 0.38 |
| Hex | BC | 6 | 2F | 0 | 61 | 4B | 1A | 15A | 5E | 26 |
| Octal | 274 | 6 | 57 | 0 | 141 | 113 | 32 | 532 | 136 | 46 |
| Binary | 10111100 | 110 | 101111 | 0 | 1100001 | 1001011 | 11010 | 101011010 | 1011110 | 100110 |
Color Harmonies of #BC062F
Complementary color
Monochromatic Colors of #BC062F
Black with #BC062F
Text Example
Text Example
White with #BC062F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC062F; }
p { color: rgb(188,6,47); }
H1.HeaderClassName
{
color: #BC062F;
}
.AnyTagClassName
{
color: #BC062F;
}
</style>
background-color css
<style>
a { background-color: #BC062F; }
a { background-color: rgb(188,6,47); }
div.DivClassName
{
background-color: #BC062F;
}
.BgClassName
{
background-color: #BC062F;
}
</style>
border-color css
<style>
span { border-color: #BC062F; }
span { border-color: rgb(188,6,47); }
td.TdClassName
{
border-color: #BC062F;
}
.TagClassName
{
border-color: #BC062F;
}
</style>