Shades of Cardinal #BC1331
Tints of Cardinal #BC1331
RGB
CMYK
RGB Variations
Color information
#BC1331 (or 0xBC1331) is known color: Cardinal. HEX triplet: BC, 13 and 31. RGB value is (188,19,49). Sum of RGB (Red+Green+Blue) = 188+19+49=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1331 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1331 is #43ECCE. Grayscale: #494949. Windows color (decimal): -4451535 or 3216316. OLE color: 3216316.
HSL color Cylindrical-coordinate representation of color #BC1331: hue angle of 349.35º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1331 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 49 | - |
| CMYK | 0 | 0.90 | 0.74 | 0.26 |
| HSL | 349.35º | 0.82% | 0.41% | - |
| HSV(B) | 349.35º | 0.9% | 0.74% | - |
| XYZ | 21.53 | 11.38 | 3.97 | - |
| YUV | 72.95 | 114.49 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 49 | 0 | 0.90 | 0.74 | 0.26 | 349.35 | 0.82 | 0.41 |
| Hex | BC | 13 | 31 | 0 | 5A | 4A | 1A | 15D | 52 | 29 |
| Octal | 274 | 23 | 61 | 0 | 132 | 112 | 32 | 535 | 122 | 51 |
| Binary | 10111100 | 10011 | 110001 | 0 | 1011010 | 1001010 | 11010 | 101011101 | 1010010 | 101001 |
Color Harmonies of #BC1331
Complementary color
Monochromatic Colors of #BC1331
Black with #BC1331
Text Example
Text Example
White with #BC1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1331; }
p { color: rgb(188,19,49); }
H1.HeaderClassName
{
color: #BC1331;
}
.AnyTagClassName
{
color: #BC1331;
}
</style>
background-color css
<style>
a { background-color: #BC1331; }
a { background-color: rgb(188,19,49); }
div.DivClassName
{
background-color: #BC1331;
}
.BgClassName
{
background-color: #BC1331;
}
</style>
border-color css
<style>
span { border-color: #BC1331; }
span { border-color: rgb(188,19,49); }
td.TdClassName
{
border-color: #BC1331;
}
.TagClassName
{
border-color: #BC1331;
}
</style>