Shades of Cardinal #BC1F44
Tints of Cardinal #BC1F44
RGB
CMYK
RGB Variations
Color information
#BC1F44 (or 0xBC1F44) is known color: Cardinal. HEX triplet: BC, 1F and 44. RGB value is (188,31,68). Sum of RGB (Red+Green+Blue) = 188+31+68=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 31 (12.5% from 255 or 10.80% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F44 is #43E0BB. Grayscale: #525252. Windows color (decimal): -4448444 or 4464572. OLE color: 4464572.
HSL color Cylindrical-coordinate representation of color #BC1F44: hue angle of 345.86º 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 #BC1F44 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 68 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.26 |
| HSL | 345.86º | 0.72% | 0.43% | - |
| HSV(B) | 345.86º | 0.84% | 0.74% | - |
| XYZ | 22.27 | 12.09 | 6.63 | - |
| YUV | 82.16 | 120.01 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 68 | 0 | 0.84 | 0.64 | 0.26 | 345.86 | 0.72 | 0.43 |
| Hex | BC | 1F | 44 | 0 | 54 | 40 | 1A | 15A | 48 | 2B |
| Octal | 274 | 37 | 104 | 0 | 124 | 100 | 32 | 532 | 110 | 53 |
| Binary | 10111100 | 11111 | 1000100 | 0 | 1010100 | 1000000 | 11010 | 101011010 | 1001000 | 101011 |
Color Harmonies of #BC1F44
Complementary color
Monochromatic Colors of #BC1F44
Black with #BC1F44
Text Example
Text Example
White with #BC1F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F44; }
p { color: rgb(188,31,68); }
H1.HeaderClassName
{
color: #BC1F44;
}
.AnyTagClassName
{
color: #BC1F44;
}
</style>
background-color css
<style>
a { background-color: #BC1F44; }
a { background-color: rgb(188,31,68); }
div.DivClassName
{
background-color: #BC1F44;
}
.BgClassName
{
background-color: #BC1F44;
}
</style>
border-color css
<style>
span { border-color: #BC1F44; }
span { border-color: rgb(188,31,68); }
td.TdClassName
{
border-color: #BC1F44;
}
.TagClassName
{
border-color: #BC1F44;
}
</style>