Shades of Cardinal #BC2735
Tints of Cardinal #BC2735
RGB
CMYK
RGB Variations
Color information
#BC2735 (or 0xBC2735) is known color: Cardinal. HEX triplet: BC, 27 and 35. RGB value is (188,39,53). Sum of RGB (Red+Green+Blue) = 188+39+53=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2735 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2735 is #43D8CA. Grayscale: #555555. Windows color (decimal): -4446411 or 3483580. OLE color: 3483580.
HSL color Cylindrical-coordinate representation of color #BC2735: hue angle of 354.36º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2735 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 53 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.26 |
| HSL | 354.36º | 0.66% | 0.45% | - |
| HSV(B) | 354.36º | 0.79% | 0.74% | - |
| XYZ | 22.11 | 12.4 | 4.6 | - |
| YUV | 85.15 | 109.86 | 201.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 53 | 0 | 0.79 | 0.72 | 0.26 | 354.36 | 0.66 | 0.45 |
| Hex | BC | 27 | 35 | 0 | 4F | 48 | 1A | 162 | 42 | 2D |
| Octal | 274 | 47 | 65 | 0 | 117 | 110 | 32 | 542 | 102 | 55 |
| Binary | 10111100 | 100111 | 110101 | 0 | 1001111 | 1001000 | 11010 | 101100010 | 1000010 | 101101 |
Color Harmonies of #BC2735
Complementary color
Monochromatic Colors of #BC2735
Black with #BC2735
Text Example
Text Example
White with #BC2735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2735; }
p { color: rgb(188,39,53); }
H1.HeaderClassName
{
color: #BC2735;
}
.AnyTagClassName
{
color: #BC2735;
}
</style>
background-color css
<style>
a { background-color: #BC2735; }
a { background-color: rgb(188,39,53); }
div.DivClassName
{
background-color: #BC2735;
}
.BgClassName
{
background-color: #BC2735;
}
</style>
border-color css
<style>
span { border-color: #BC2735; }
span { border-color: rgb(188,39,53); }
td.TdClassName
{
border-color: #BC2735;
}
.TagClassName
{
border-color: #BC2735;
}
</style>