Shades of Cardinal #BC2935
Tints of Cardinal #BC2935
RGB
CMYK
RGB Variations
Color information
#BC2935 (or 0xBC2935) is known color: Cardinal. HEX triplet: BC, 29 and 35. RGB value is (188,41,53). Sum of RGB (Red+Green+Blue) = 188+41+53=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2935 is #43D6CA. Grayscale: #565656. Windows color (decimal): -4445899 or 3484092. OLE color: 3484092.
HSL color Cylindrical-coordinate representation of color #BC2935: hue angle of 355.1º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2935 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 41 | 53 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.26 |
| HSL | 355.1º | 0.64% | 0.45% | - |
| HSV(B) | 355.1º | 0.78% | 0.74% | - |
| XYZ | 22.17 | 12.53 | 4.62 | - |
| YUV | 86.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 41 | 53 | 0 | 0.78 | 0.72 | 0.26 | 355.1 | 0.64 | 0.45 |
| Hex | BC | 29 | 35 | 0 | 4E | 48 | 1A | 163 | 40 | 2D |
| Octal | 274 | 51 | 65 | 0 | 116 | 110 | 32 | 543 | 100 | 55 |
| Binary | 10111100 | 101001 | 110101 | 0 | 1001110 | 1001000 | 11010 | 101100011 | 1000000 | 101101 |
Color Harmonies of #BC2935
Complementary color
Monochromatic Colors of #BC2935
Black with #BC2935
Text Example
Text Example
White with #BC2935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2935; }
p { color: rgb(188,41,53); }
H1.HeaderClassName
{
color: #BC2935;
}
.AnyTagClassName
{
color: #BC2935;
}
</style>
background-color css
<style>
a { background-color: #BC2935; }
a { background-color: rgb(188,41,53); }
div.DivClassName
{
background-color: #BC2935;
}
.BgClassName
{
background-color: #BC2935;
}
</style>
border-color css
<style>
span { border-color: #BC2935; }
span { border-color: rgb(188,41,53); }
td.TdClassName
{
border-color: #BC2935;
}
.TagClassName
{
border-color: #BC2935;
}
</style>