Shades of Cardinal #BC1F2F
Tints of Cardinal #BC1F2F
RGB
CMYK
RGB Variations
Color information
#BC1F2F (or 0xBC1F2F) is known color: Cardinal. HEX triplet: BC, 1F and 2F. RGB value is (188,31,47). Sum of RGB (Red+Green+Blue) = 188+31+47=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F2F is #43E0D0. Grayscale: #4F4F4F. Windows color (decimal): -4448465 or 3088316. OLE color: 3088316.
HSL color Cylindrical-coordinate representation of color #BC1F2F: hue angle of 353.89º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1F2F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 47 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.26 |
| HSL | 353.89º | 0.72% | 0.43% | - |
| HSV(B) | 353.89º | 0.84% | 0.74% | - |
| XYZ | 21.74 | 11.88 | 3.84 | - |
| YUV | 79.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 47 | 0 | 0.84 | 0.75 | 0.26 | 353.89 | 0.72 | 0.43 |
| Hex | BC | 1F | 2F | 0 | 54 | 4B | 1A | 162 | 48 | 2B |
| Octal | 274 | 37 | 57 | 0 | 124 | 113 | 32 | 542 | 110 | 53 |
| Binary | 10111100 | 11111 | 101111 | 0 | 1010100 | 1001011 | 11010 | 101100010 | 1001000 | 101011 |
Color Harmonies of #BC1F2F
Complementary color
Monochromatic Colors of #BC1F2F
Black with #BC1F2F
Text Example
Text Example
White with #BC1F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F2F; }
p { color: rgb(188,31,47); }
H1.HeaderClassName
{
color: #BC1F2F;
}
.AnyTagClassName
{
color: #BC1F2F;
}
</style>
background-color css
<style>
a { background-color: #BC1F2F; }
a { background-color: rgb(188,31,47); }
div.DivClassName
{
background-color: #BC1F2F;
}
.BgClassName
{
background-color: #BC1F2F;
}
</style>
border-color css
<style>
span { border-color: #BC1F2F; }
span { border-color: rgb(188,31,47); }
td.TdClassName
{
border-color: #BC1F2F;
}
.TagClassName
{
border-color: #BC1F2F;
}
</style>