Shades of Cardinal #BC2441
Tints of Cardinal #BC2441
RGB
CMYK
RGB Variations
Color information
#BC2441 (or 0xBC2441) is known color: Cardinal. HEX triplet: BC, 24 and 41. RGB value is (188,36,65). Sum of RGB (Red+Green+Blue) = 188+36+65=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2441 is #43DBBE. Grayscale: #545454. Windows color (decimal): -4447167 or 4269244. OLE color: 4269244.
HSL color Cylindrical-coordinate representation of color #BC2441: hue angle of 348.55º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2441 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 65 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.26 |
| HSL | 348.55º | 0.68% | 0.44% | - |
| HSV(B) | 348.55º | 0.81% | 0.74% | - |
| XYZ | 22.32 | 12.33 | 6.21 | - |
| YUV | 84.75 | 116.86 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 65 | 0 | 0.81 | 0.65 | 0.26 | 348.55 | 0.68 | 0.44 |
| Hex | BC | 24 | 41 | 0 | 51 | 41 | 1A | 15D | 44 | 2C |
| Octal | 274 | 44 | 101 | 0 | 121 | 101 | 32 | 535 | 104 | 54 |
| Binary | 10111100 | 100100 | 1000001 | 0 | 1010001 | 1000001 | 11010 | 101011101 | 1000100 | 101100 |
Color Harmonies of #BC2441
Complementary color
Monochromatic Colors of #BC2441
Black with #BC2441
Text Example
Text Example
White with #BC2441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2441; }
p { color: rgb(188,36,65); }
H1.HeaderClassName
{
color: #BC2441;
}
.AnyTagClassName
{
color: #BC2441;
}
</style>
background-color css
<style>
a { background-color: #BC2441; }
a { background-color: rgb(188,36,65); }
div.DivClassName
{
background-color: #BC2441;
}
.BgClassName
{
background-color: #BC2441;
}
</style>
border-color css
<style>
span { border-color: #BC2441; }
span { border-color: rgb(188,36,65); }
td.TdClassName
{
border-color: #BC2441;
}
.TagClassName
{
border-color: #BC2441;
}
</style>