Shades of Cardinal #BC2529
Tints of Cardinal #BC2529
RGB
CMYK
RGB Variations
Color information
#BC2529 (or 0xBC2529) is known color: Cardinal. HEX triplet: BC, 25 and 29. RGB value is (188,37,41). Sum of RGB (Red+Green+Blue) = 188+37+41=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2529 is #43DAD6. Grayscale: #525252. Windows color (decimal): -4446935 or 2696636. OLE color: 2696636.
HSL color Cylindrical-coordinate representation of color #BC2529: hue angle of 358.41º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2529 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 41 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.26 |
| HSL | 358.41º | 0.67% | 0.44% | - |
| HSV(B) | 358.41º | 0.8% | 0.74% | - |
| XYZ | 21.8 | 12.17 | 3.3 | - |
| YUV | 82.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 41 | 0 | 0.80 | 0.78 | 0.26 | 358.41 | 0.67 | 0.44 |
| Hex | BC | 25 | 29 | 0 | 50 | 4E | 1A | 166 | 43 | 2C |
| Octal | 274 | 45 | 51 | 0 | 120 | 116 | 32 | 546 | 103 | 54 |
| Binary | 10111100 | 100101 | 101001 | 0 | 1010000 | 1001110 | 11010 | 101100110 | 1000011 | 101100 |
Color Harmonies of #BC2529
Complementary color
Monochromatic Colors of #BC2529
Black with #BC2529
Text Example
Text Example
White with #BC2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2529; }
p { color: rgb(188,37,41); }
H1.HeaderClassName
{
color: #BC2529;
}
.AnyTagClassName
{
color: #BC2529;
}
</style>
background-color css
<style>
a { background-color: #BC2529; }
a { background-color: rgb(188,37,41); }
div.DivClassName
{
background-color: #BC2529;
}
.BgClassName
{
background-color: #BC2529;
}
</style>
border-color css
<style>
span { border-color: #BC2529; }
span { border-color: rgb(188,37,41); }
td.TdClassName
{
border-color: #BC2529;
}
.TagClassName
{
border-color: #BC2529;
}
</style>