Shades of Cardinal #BC1435
Tints of Cardinal #BC1435
RGB
CMYK
RGB Variations
Color information
#BC1435 (or 0xBC1435) is known color: Cardinal. HEX triplet: BC, 14 and 35. RGB value is (188,20,53). Sum of RGB (Red+Green+Blue) = 188+20+53=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1435 is #43EBCA. Grayscale: #4A4A4A. Windows color (decimal): -4451275 or 3478716. OLE color: 3478716.
HSL color Cylindrical-coordinate representation of color #BC1435: hue angle of 348.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC1435 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 53 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.26 |
| HSL | 348.21º | 0.81% | 0.41% | - |
| HSV(B) | 348.21º | 0.89% | 0.74% | - |
| XYZ | 21.63 | 11.45 | 4.44 | - |
| YUV | 73.99 | 116.16 | 209.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 53 | 0 | 0.89 | 0.72 | 0.26 | 348.21 | 0.81 | 0.41 |
| Hex | BC | 14 | 35 | 0 | 59 | 48 | 1A | 15C | 51 | 29 |
| Octal | 274 | 24 | 65 | 0 | 131 | 110 | 32 | 534 | 121 | 51 |
| Binary | 10111100 | 10100 | 110101 | 0 | 1011001 | 1001000 | 11010 | 101011100 | 1010001 | 101001 |
Color Harmonies of #BC1435
Complementary color
Monochromatic Colors of #BC1435
Black with #BC1435
Text Example
Text Example
White with #BC1435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1435; }
p { color: rgb(188,20,53); }
H1.HeaderClassName
{
color: #BC1435;
}
.AnyTagClassName
{
color: #BC1435;
}
</style>
background-color css
<style>
a { background-color: #BC1435; }
a { background-color: rgb(188,20,53); }
div.DivClassName
{
background-color: #BC1435;
}
.BgClassName
{
background-color: #BC1435;
}
</style>
border-color css
<style>
span { border-color: #BC1435; }
span { border-color: rgb(188,20,53); }
td.TdClassName
{
border-color: #BC1435;
}
.TagClassName
{
border-color: #BC1435;
}
</style>