Shades of Cardinal #BC2435
Tints of Cardinal #BC2435
RGB
CMYK
RGB Variations
Color information
#BC2435 (or 0xBC2435) is known color: Cardinal. HEX triplet: BC, 24 and 35. RGB value is (188,36,53). Sum of RGB (Red+Green+Blue) = 188+36+53=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 53 (21.09% from 255 or 19.13% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2435 is #43DBCA. Grayscale: #535353. Windows color (decimal): -4447179 or 3482812. OLE color: 3482812.
HSL color Cylindrical-coordinate representation of color #BC2435: hue angle of 353.29º 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 #BC2435 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 53 | - |
| CMYK | 0 | 0.81 | 0.72 | 0.26 |
| HSL | 353.29º | 0.68% | 0.44% | - |
| HSV(B) | 353.29º | 0.81% | 0.74% | - |
| XYZ | 22.01 | 12.21 | 4.56 | - |
| YUV | 83.39 | 110.86 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 53 | 0 | 0.81 | 0.72 | 0.26 | 353.29 | 0.68 | 0.44 |
| Hex | BC | 24 | 35 | 0 | 51 | 48 | 1A | 161 | 44 | 2C |
| Octal | 274 | 44 | 65 | 0 | 121 | 110 | 32 | 541 | 104 | 54 |
| Binary | 10111100 | 100100 | 110101 | 0 | 1010001 | 1001000 | 11010 | 101100001 | 1000100 | 101100 |
Color Harmonies of #BC2435
Complementary color
Monochromatic Colors of #BC2435
Black with #BC2435
Text Example
Text Example
White with #BC2435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2435; }
p { color: rgb(188,36,53); }
H1.HeaderClassName
{
color: #BC2435;
}
.AnyTagClassName
{
color: #BC2435;
}
</style>
background-color css
<style>
a { background-color: #BC2435; }
a { background-color: rgb(188,36,53); }
div.DivClassName
{
background-color: #BC2435;
}
.BgClassName
{
background-color: #BC2435;
}
</style>
border-color css
<style>
span { border-color: #BC2435; }
span { border-color: rgb(188,36,53); }
td.TdClassName
{
border-color: #BC2435;
}
.TagClassName
{
border-color: #BC2435;
}
</style>