Shades of Cardinal #BC1F34
Tints of Cardinal #BC1F34
RGB
CMYK
RGB Variations
Color information
#BC1F34 (or 0xBC1F34) is known color: Cardinal. HEX triplet: BC, 1F and 34. RGB value is (188,31,52). Sum of RGB (Red+Green+Blue) = 188+31+52=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F34 is #43E0CB. Grayscale: #505050. Windows color (decimal): -4448460 or 3415996. OLE color: 3415996.
HSL color Cylindrical-coordinate representation of color #BC1F34: hue angle of 351.97º 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 #BC1F34 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 52 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.26 |
| HSL | 351.97º | 0.72% | 0.43% | - |
| HSV(B) | 351.97º | 0.84% | 0.74% | - |
| XYZ | 21.85 | 11.92 | 4.4 | - |
| YUV | 80.34 | 112.01 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 52 | 0 | 0.84 | 0.72 | 0.26 | 351.97 | 0.72 | 0.43 |
| Hex | BC | 1F | 34 | 0 | 54 | 48 | 1A | 160 | 48 | 2B |
| Octal | 274 | 37 | 64 | 0 | 124 | 110 | 32 | 540 | 110 | 53 |
| Binary | 10111100 | 11111 | 110100 | 0 | 1010100 | 1001000 | 11010 | 101100000 | 1001000 | 101011 |
Color Harmonies of #BC1F34
Complementary color
Monochromatic Colors of #BC1F34
Black with #BC1F34
Text Example
Text Example
White with #BC1F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F34; }
p { color: rgb(188,31,52); }
H1.HeaderClassName
{
color: #BC1F34;
}
.AnyTagClassName
{
color: #BC1F34;
}
</style>
background-color css
<style>
a { background-color: #BC1F34; }
a { background-color: rgb(188,31,52); }
div.DivClassName
{
background-color: #BC1F34;
}
.BgClassName
{
background-color: #BC1F34;
}
</style>
border-color css
<style>
span { border-color: #BC1F34; }
span { border-color: rgb(188,31,52); }
td.TdClassName
{
border-color: #BC1F34;
}
.TagClassName
{
border-color: #BC1F34;
}
</style>