Shades of Cardinal #BC1F43
Tints of Cardinal #BC1F43
RGB
CMYK
RGB Variations
Color information
#BC1F43 (or 0xBC1F43) is known color: Cardinal. HEX triplet: BC, 1F and 43. RGB value is (188,31,67). Sum of RGB (Red+Green+Blue) = 188+31+67=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F43 is #43E0BC. Grayscale: #525252. Windows color (decimal): -4448445 or 4399036. OLE color: 4399036.
HSL color Cylindrical-coordinate representation of color #BC1F43: hue angle of 346.24º 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 #BC1F43 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 67 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.26 |
| HSL | 346.24º | 0.72% | 0.43% | - |
| HSV(B) | 346.24º | 0.84% | 0.74% | - |
| XYZ | 22.24 | 12.08 | 6.47 | - |
| YUV | 82.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 67 | 0 | 0.84 | 0.64 | 0.26 | 346.24 | 0.72 | 0.43 |
| Hex | BC | 1F | 43 | 0 | 54 | 40 | 1A | 15A | 48 | 2B |
| Octal | 274 | 37 | 103 | 0 | 124 | 100 | 32 | 532 | 110 | 53 |
| Binary | 10111100 | 11111 | 1000011 | 0 | 1010100 | 1000000 | 11010 | 101011010 | 1001000 | 101011 |
Color Harmonies of #BC1F43
Complementary color
Monochromatic Colors of #BC1F43
Black with #BC1F43
Text Example
Text Example
White with #BC1F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F43; }
p { color: rgb(188,31,67); }
H1.HeaderClassName
{
color: #BC1F43;
}
.AnyTagClassName
{
color: #BC1F43;
}
</style>
background-color css
<style>
a { background-color: #BC1F43; }
a { background-color: rgb(188,31,67); }
div.DivClassName
{
background-color: #BC1F43;
}
.BgClassName
{
background-color: #BC1F43;
}
</style>
border-color css
<style>
span { border-color: #BC1F43; }
span { border-color: rgb(188,31,67); }
td.TdClassName
{
border-color: #BC1F43;
}
.TagClassName
{
border-color: #BC1F43;
}
</style>