Shades of Cardinal #BC0F2F
Tints of Cardinal #BC0F2F
RGB
CMYK
RGB Variations
Color information
#BC0F2F (or 0xBC0F2F) is known color: Cardinal. HEX triplet: BC, 0F and 2F. RGB value is (188,15,47). Sum of RGB (Red+Green+Blue) = 188+15+47=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0F2F is #43F0D0. Grayscale: #464646. Windows color (decimal): -4452561 or 3084220. OLE color: 3084220.
HSL color Cylindrical-coordinate representation of color #BC0F2F: hue angle of 348.9º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0F2F is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 47 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.26 |
| HSL | 348.9º | 0.85% | 0.4% | - |
| HSV(B) | 348.9º | 0.92% | 0.74% | - |
| XYZ | 21.42 | 11.24 | 3.73 | - |
| YUV | 70.38 | 114.81 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 47 | 0 | 0.92 | 0.75 | 0.26 | 348.9 | 0.85 | 0.4 |
| Hex | BC | F | 2F | 0 | 5C | 4B | 1A | 15D | 55 | 28 |
| Octal | 274 | 17 | 57 | 0 | 134 | 113 | 32 | 535 | 125 | 50 |
| Binary | 10111100 | 1111 | 101111 | 0 | 1011100 | 1001011 | 11010 | 101011101 | 1010101 | 101000 |
Color Harmonies of #BC0F2F
Complementary color
Monochromatic Colors of #BC0F2F
Black with #BC0F2F
Text Example
Text Example
White with #BC0F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F2F; }
p { color: rgb(188,15,47); }
H1.HeaderClassName
{
color: #BC0F2F;
}
.AnyTagClassName
{
color: #BC0F2F;
}
</style>
background-color css
<style>
a { background-color: #BC0F2F; }
a { background-color: rgb(188,15,47); }
div.DivClassName
{
background-color: #BC0F2F;
}
.BgClassName
{
background-color: #BC0F2F;
}
</style>
border-color css
<style>
span { border-color: #BC0F2F; }
span { border-color: rgb(188,15,47); }
td.TdClassName
{
border-color: #BC0F2F;
}
.TagClassName
{
border-color: #BC0F2F;
}
</style>