Shades of Cardinal #BC2635
Tints of Cardinal #BC2635
RGB
CMYK
RGB Variations
Color information
#BC2635 (or 0xBC2635) is known color: Cardinal. HEX triplet: BC, 26 and 35. RGB value is (188,38,53). Sum of RGB (Red+Green+Blue) = 188+38+53=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2635 is #43D9CA. Grayscale: #545454. Windows color (decimal): -4446667 or 3483324. OLE color: 3483324.
HSL color Cylindrical-coordinate representation of color #BC2635: hue angle of 354º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC2635 is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 38 | 53 | - |
| CMYK | 0 | 0.80 | 0.72 | 0.26 |
| HSL | 354º | 0.66% | 0.44% | - |
| HSV(B) | 354º | 0.8% | 0.74% | - |
| XYZ | 22.07 | 12.33 | 4.59 | - |
| YUV | 84.56 | 110.2 | 201.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 38 | 53 | 0 | 0.80 | 0.72 | 0.26 | 354 | 0.66 | 0.44 |
| Hex | BC | 26 | 35 | 0 | 50 | 48 | 1A | 162 | 42 | 2C |
| Octal | 274 | 46 | 65 | 0 | 120 | 110 | 32 | 542 | 102 | 54 |
| Binary | 10111100 | 100110 | 110101 | 0 | 1010000 | 1001000 | 11010 | 101100010 | 1000010 | 101100 |
Color Harmonies of #BC2635
Complementary color
Monochromatic Colors of #BC2635
Black with #BC2635
Text Example
Text Example
White with #BC2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2635; }
p { color: rgb(188,38,53); }
H1.HeaderClassName
{
color: #BC2635;
}
.AnyTagClassName
{
color: #BC2635;
}
</style>
background-color css
<style>
a { background-color: #BC2635; }
a { background-color: rgb(188,38,53); }
div.DivClassName
{
background-color: #BC2635;
}
.BgClassName
{
background-color: #BC2635;
}
</style>
border-color css
<style>
span { border-color: #BC2635; }
span { border-color: rgb(188,38,53); }
td.TdClassName
{
border-color: #BC2635;
}
.TagClassName
{
border-color: #BC2635;
}
</style>