Shades of Cardinal #BC0435
Tints of Cardinal #BC0435
RGB
CMYK
RGB Variations
Color information
#BC0435 (or 0xBC0435) is known color: Cardinal. HEX triplet: BC, 04 and 35. RGB value is (188,4,53). Sum of RGB (Red+Green+Blue) = 188+4+53=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 53 (21.09% from 255 or 21.63% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0435 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0435 is #43FBCA. Grayscale: #404040. Windows color (decimal): -4455371 or 3474620. OLE color: 3474620.
HSL color Cylindrical-coordinate representation of color #BC0435: hue angle of 344.02º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0435 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 53 | - |
| CMYK | 0 | 0.98 | 0.72 | 0.26 |
| HSL | 344.02º | 0.96% | 0.38% | - |
| HSV(B) | 344.02º | 0.98% | 0.74% | - |
| XYZ | 21.43 | 11.04 | 4.37 | - |
| YUV | 64.6 | 121.46 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 53 | 0 | 0.98 | 0.72 | 0.26 | 344.02 | 0.96 | 0.38 |
| Hex | BC | 4 | 35 | 0 | 62 | 48 | 1A | 158 | 60 | 26 |
| Octal | 274 | 4 | 65 | 0 | 142 | 110 | 32 | 530 | 140 | 46 |
| Binary | 10111100 | 100 | 110101 | 0 | 1100010 | 1001000 | 11010 | 101011000 | 1100000 | 100110 |
Color Harmonies of #BC0435
Complementary color
Monochromatic Colors of #BC0435
Black with #BC0435
Text Example
Text Example
White with #BC0435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0435; }
p { color: rgb(188,4,53); }
H1.HeaderClassName
{
color: #BC0435;
}
.AnyTagClassName
{
color: #BC0435;
}
</style>
background-color css
<style>
a { background-color: #BC0435; }
a { background-color: rgb(188,4,53); }
div.DivClassName
{
background-color: #BC0435;
}
.BgClassName
{
background-color: #BC0435;
}
</style>
border-color css
<style>
span { border-color: #BC0435; }
span { border-color: rgb(188,4,53); }
td.TdClassName
{
border-color: #BC0435;
}
.TagClassName
{
border-color: #BC0435;
}
</style>