Shades of Cardinal #BC2131
Tints of Cardinal #BC2131
RGB
CMYK
RGB Variations
Color information
#BC2131 (or 0xBC2131) is known color: Cardinal. HEX triplet: BC, 21 and 31. RGB value is (188,33,49). Sum of RGB (Red+Green+Blue) = 188+33+49=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2131 is #43DECE. Grayscale: #515151. Windows color (decimal): -4447951 or 3219900. OLE color: 3219900.
HSL color Cylindrical-coordinate representation of color #BC2131: hue angle of 353.81º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC2131 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 33 | 49 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.26 |
| HSL | 353.81º | 0.7% | 0.43% | - |
| HSV(B) | 353.81º | 0.82% | 0.74% | - |
| XYZ | 21.84 | 12 | 4.07 | - |
| YUV | 81.17 | 109.85 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 33 | 49 | 0 | 0.82 | 0.74 | 0.26 | 353.81 | 0.7 | 0.43 |
| Hex | BC | 21 | 31 | 0 | 52 | 4A | 1A | 162 | 46 | 2B |
| Octal | 274 | 41 | 61 | 0 | 122 | 112 | 32 | 542 | 106 | 53 |
| Binary | 10111100 | 100001 | 110001 | 0 | 1010010 | 1001010 | 11010 | 101100010 | 1000110 | 101011 |
Color Harmonies of #BC2131
Complementary color
Monochromatic Colors of #BC2131
Black with #BC2131
Text Example
Text Example
White with #BC2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2131; }
p { color: rgb(188,33,49); }
H1.HeaderClassName
{
color: #BC2131;
}
.AnyTagClassName
{
color: #BC2131;
}
</style>
background-color css
<style>
a { background-color: #BC2131; }
a { background-color: rgb(188,33,49); }
div.DivClassName
{
background-color: #BC2131;
}
.BgClassName
{
background-color: #BC2131;
}
</style>
border-color css
<style>
span { border-color: #BC2131; }
span { border-color: rgb(188,33,49); }
td.TdClassName
{
border-color: #BC2131;
}
.TagClassName
{
border-color: #BC2131;
}
</style>