Shades of Cardinal #BC2835
Tints of Cardinal #BC2835
RGB
CMYK
RGB Variations
Color information
#BC2835 (or 0xBC2835) is known color: Cardinal. HEX triplet: BC, 28 and 35. RGB value is (188,40,53). Sum of RGB (Red+Green+Blue) = 188+40+53=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2835 is #43D7CA. Grayscale: #555555. Windows color (decimal): -4446155 or 3483836. OLE color: 3483836.
HSL color Cylindrical-coordinate representation of color #BC2835: hue angle of 354.73º degrees, saturation: 0.65, 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 #BC2835 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 40 | 53 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.26 |
| HSL | 354.73º | 0.65% | 0.45% | - |
| HSV(B) | 354.73º | 0.79% | 0.74% | - |
| XYZ | 22.14 | 12.47 | 4.61 | - |
| YUV | 85.73 | 109.53 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 40 | 53 | 0 | 0.79 | 0.72 | 0.26 | 354.73 | 0.65 | 0.45 |
| Hex | BC | 28 | 35 | 0 | 4F | 48 | 1A | 163 | 41 | 2D |
| Octal | 274 | 50 | 65 | 0 | 117 | 110 | 32 | 543 | 101 | 55 |
| Binary | 10111100 | 101000 | 110101 | 0 | 1001111 | 1001000 | 11010 | 101100011 | 1000001 | 101101 |
Color Harmonies of #BC2835
Complementary color
Monochromatic Colors of #BC2835
Black with #BC2835
Text Example
Text Example
White with #BC2835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2835; }
p { color: rgb(188,40,53); }
H1.HeaderClassName
{
color: #BC2835;
}
.AnyTagClassName
{
color: #BC2835;
}
</style>
background-color css
<style>
a { background-color: #BC2835; }
a { background-color: rgb(188,40,53); }
div.DivClassName
{
background-color: #BC2835;
}
.BgClassName
{
background-color: #BC2835;
}
</style>
border-color css
<style>
span { border-color: #BC2835; }
span { border-color: rgb(188,40,53); }
td.TdClassName
{
border-color: #BC2835;
}
.TagClassName
{
border-color: #BC2835;
}
</style>