Shades of Cardinal #BC1B44
Tints of Cardinal #BC1B44
RGB
CMYK
RGB Variations
Color information
#BC1B44 (or 0xBC1B44) is known color: Cardinal. HEX triplet: BC, 1B and 44. RGB value is (188,27,68). Sum of RGB (Red+Green+Blue) = 188+27+68=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1B44 is #43E4BB. Grayscale: #4F4F4F. Windows color (decimal): -4449468 or 4463548. OLE color: 4463548.
HSL color Cylindrical-coordinate representation of color #BC1B44: hue angle of 344.72º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1B44 is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 68 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.26 |
| HSL | 344.72º | 0.75% | 0.42% | - |
| HSV(B) | 344.72º | 0.86% | 0.74% | - |
| XYZ | 22.17 | 11.89 | 6.6 | - |
| YUV | 79.81 | 121.34 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 68 | 0 | 0.86 | 0.64 | 0.26 | 344.72 | 0.75 | 0.42 |
| Hex | BC | 1B | 44 | 0 | 56 | 40 | 1A | 159 | 4B | 2A |
| Octal | 274 | 33 | 104 | 0 | 126 | 100 | 32 | 531 | 113 | 52 |
| Binary | 10111100 | 11011 | 1000100 | 0 | 1010110 | 1000000 | 11010 | 101011001 | 1001011 | 101010 |
Color Harmonies of #BC1B44
Complementary color
Monochromatic Colors of #BC1B44
Black with #BC1B44
Text Example
Text Example
White with #BC1B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1B44; }
p { color: rgb(188,27,68); }
H1.HeaderClassName
{
color: #BC1B44;
}
.AnyTagClassName
{
color: #BC1B44;
}
</style>
background-color css
<style>
a { background-color: #BC1B44; }
a { background-color: rgb(188,27,68); }
div.DivClassName
{
background-color: #BC1B44;
}
.BgClassName
{
background-color: #BC1B44;
}
</style>
border-color css
<style>
span { border-color: #BC1B44; }
span { border-color: rgb(188,27,68); }
td.TdClassName
{
border-color: #BC1B44;
}
.TagClassName
{
border-color: #BC1B44;
}
</style>