Shades of Cardinal #BC2540
Tints of Cardinal #BC2540
RGB
CMYK
RGB Variations
Color information
#BC2540 (or 0xBC2540) is known color: Cardinal. HEX triplet: BC, 25 and 40. RGB value is (188,37,64). Sum of RGB (Red+Green+Blue) = 188+37+64=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2540 is #43DABF. Grayscale: #555555. Windows color (decimal): -4446912 or 4203964. OLE color: 4203964.
HSL color Cylindrical-coordinate representation of color #BC2540: hue angle of 349.27º 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 #BC2540 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 64 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.26 |
| HSL | 349.27º | 0.67% | 0.44% | - |
| HSV(B) | 349.27º | 0.8% | 0.74% | - |
| XYZ | 22.33 | 12.38 | 6.06 | - |
| YUV | 85.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 64 | 0 | 0.80 | 0.66 | 0.26 | 349.27 | 0.67 | 0.44 |
| Hex | BC | 25 | 40 | 0 | 50 | 42 | 1A | 15D | 43 | 2C |
| Octal | 274 | 45 | 100 | 0 | 120 | 102 | 32 | 535 | 103 | 54 |
| Binary | 10111100 | 100101 | 1000000 | 0 | 1010000 | 1000010 | 11010 | 101011101 | 1000011 | 101100 |
Color Harmonies of #BC2540
Complementary color
Monochromatic Colors of #BC2540
Black with #BC2540
Text Example
Text Example
White with #BC2540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2540; }
p { color: rgb(188,37,64); }
H1.HeaderClassName
{
color: #BC2540;
}
.AnyTagClassName
{
color: #BC2540;
}
</style>
background-color css
<style>
a { background-color: #BC2540; }
a { background-color: rgb(188,37,64); }
div.DivClassName
{
background-color: #BC2540;
}
.BgClassName
{
background-color: #BC2540;
}
</style>
border-color css
<style>
span { border-color: #BC2540; }
span { border-color: rgb(188,37,64); }
td.TdClassName
{
border-color: #BC2540;
}
.TagClassName
{
border-color: #BC2540;
}
</style>