Shades of Cardinal #BC2541
Tints of Cardinal #BC2541
RGB
CMYK
RGB Variations
Color information
#BC2541 (or 0xBC2541) is known color: Cardinal. HEX triplet: BC, 25 and 41. RGB value is (188,37,65). Sum of RGB (Red+Green+Blue) = 188+37+65=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2541 is #43DABE. Grayscale: #555555. Windows color (decimal): -4446911 or 4269500. OLE color: 4269500.
HSL color Cylindrical-coordinate representation of color #BC2541: hue angle of 348.87º 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 #BC2541 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 37 | 65 | - |
| CMYK | 0 | 0.80 | 0.65 | 0.26 |
| HSL | 348.87º | 0.67% | 0.44% | - |
| HSV(B) | 348.87º | 0.8% | 0.74% | - |
| XYZ | 22.35 | 12.4 | 6.22 | - |
| YUV | 85.34 | 116.53 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 37 | 65 | 0 | 0.80 | 0.65 | 0.26 | 348.87 | 0.67 | 0.44 |
| Hex | BC | 25 | 41 | 0 | 50 | 41 | 1A | 15D | 43 | 2C |
| Octal | 274 | 45 | 101 | 0 | 120 | 101 | 32 | 535 | 103 | 54 |
| Binary | 10111100 | 100101 | 1000001 | 0 | 1010000 | 1000001 | 11010 | 101011101 | 1000011 | 101100 |
Color Harmonies of #BC2541
Complementary color
Monochromatic Colors of #BC2541
Black with #BC2541
Text Example
Text Example
White with #BC2541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2541; }
p { color: rgb(188,37,65); }
H1.HeaderClassName
{
color: #BC2541;
}
.AnyTagClassName
{
color: #BC2541;
}
</style>
background-color css
<style>
a { background-color: #BC2541; }
a { background-color: rgb(188,37,65); }
div.DivClassName
{
background-color: #BC2541;
}
.BgClassName
{
background-color: #BC2541;
}
</style>
border-color css
<style>
span { border-color: #BC2541; }
span { border-color: rgb(188,37,65); }
td.TdClassName
{
border-color: #BC2541;
}
.TagClassName
{
border-color: #BC2541;
}
</style>