Shades of Cardinal #BC1B48
Tints of Cardinal #BC1B48
RGB
CMYK
RGB Variations
Color information
#BC1B48 (or 0xBC1B48) is known color: Cardinal. HEX triplet: BC, 1B and 48. RGB value is (188,27,72). Sum of RGB (Red+Green+Blue) = 188+27+72=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1B48 is #43E4B7. Grayscale: #505050. Windows color (decimal): -4449464 or 4725692. OLE color: 4725692.
HSL color Cylindrical-coordinate representation of color #BC1B48: hue angle of 343.23º 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 #BC1B48 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 72 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.26 |
| HSL | 343.23º | 0.75% | 0.42% | - |
| HSV(B) | 343.23º | 0.86% | 0.74% | - |
| XYZ | 22.3 | 11.94 | 7.26 | - |
| YUV | 80.27 | 123.34 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 72 | 0 | 0.86 | 0.62 | 0.26 | 343.23 | 0.75 | 0.42 |
| Hex | BC | 1B | 48 | 0 | 56 | 3E | 1A | 157 | 4B | 2A |
| Octal | 274 | 33 | 110 | 0 | 126 | 76 | 32 | 527 | 113 | 52 |
| Binary | 10111100 | 11011 | 1001000 | 0 | 1010110 | 111110 | 11010 | 101010111 | 1001011 | 101010 |
Color Harmonies of #BC1B48
Complementary color
Monochromatic Colors of #BC1B48
Black with #BC1B48
Text Example
Text Example
White with #BC1B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1B48; }
p { color: rgb(188,27,72); }
H1.HeaderClassName
{
color: #BC1B48;
}
.AnyTagClassName
{
color: #BC1B48;
}
</style>
background-color css
<style>
a { background-color: #BC1B48; }
a { background-color: rgb(188,27,72); }
div.DivClassName
{
background-color: #BC1B48;
}
.BgClassName
{
background-color: #BC1B48;
}
</style>
border-color css
<style>
span { border-color: #BC1B48; }
span { border-color: rgb(188,27,72); }
td.TdClassName
{
border-color: #BC1B48;
}
.TagClassName
{
border-color: #BC1B48;
}
</style>