Shades of Cardinal #BC2440
Tints of Cardinal #BC2440
RGB
CMYK
RGB Variations
Color information
#BC2440 (or 0xBC2440) is known color: Cardinal. HEX triplet: BC, 24 and 40. RGB value is (188,36,64). Sum of RGB (Red+Green+Blue) = 188+36+64=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2440 is #43DBBF. Grayscale: #545454. Windows color (decimal): -4447168 or 4203708. OLE color: 4203708.
HSL color Cylindrical-coordinate representation of color #BC2440: hue angle of 348.95º 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 #BC2440 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 64 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.26 |
| HSL | 348.95º | 0.68% | 0.44% | - |
| HSV(B) | 348.95º | 0.81% | 0.74% | - |
| XYZ | 22.3 | 12.32 | 6.05 | - |
| YUV | 84.64 | 116.36 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 64 | 0 | 0.81 | 0.66 | 0.26 | 348.95 | 0.68 | 0.44 |
| Hex | BC | 24 | 40 | 0 | 51 | 42 | 1A | 15D | 44 | 2C |
| Octal | 274 | 44 | 100 | 0 | 121 | 102 | 32 | 535 | 104 | 54 |
| Binary | 10111100 | 100100 | 1000000 | 0 | 1010001 | 1000010 | 11010 | 101011101 | 1000100 | 101100 |
Color Harmonies of #BC2440
Complementary color
Monochromatic Colors of #BC2440
Black with #BC2440
Text Example
Text Example
White with #BC2440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2440; }
p { color: rgb(188,36,64); }
H1.HeaderClassName
{
color: #BC2440;
}
.AnyTagClassName
{
color: #BC2440;
}
</style>
background-color css
<style>
a { background-color: #BC2440; }
a { background-color: rgb(188,36,64); }
div.DivClassName
{
background-color: #BC2440;
}
.BgClassName
{
background-color: #BC2440;
}
</style>
border-color css
<style>
span { border-color: #BC2440; }
span { border-color: rgb(188,36,64); }
td.TdClassName
{
border-color: #BC2440;
}
.TagClassName
{
border-color: #BC2440;
}
</style>