Shades of Cardinal #BC1835
Tints of Cardinal #BC1835
RGB
CMYK
RGB Variations
Color information
#BC1835 (or 0xBC1835) is known color: Cardinal. HEX triplet: BC, 18 and 35. RGB value is (188,24,53). Sum of RGB (Red+Green+Blue) = 188+24+53=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1835 is #43E7CA. Grayscale: #4C4C4C. Windows color (decimal): -4450251 or 3479740. OLE color: 3479740.
HSL color Cylindrical-coordinate representation of color #BC1835: hue angle of 349.39º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC1835 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 53 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.26 |
| HSL | 349.39º | 0.77% | 0.42% | - |
| HSV(B) | 349.39º | 0.87% | 0.74% | - |
| XYZ | 21.71 | 11.6 | 4.46 | - |
| YUV | 76.34 | 114.83 | 207.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 53 | 0 | 0.87 | 0.72 | 0.26 | 349.39 | 0.77 | 0.42 |
| Hex | BC | 18 | 35 | 0 | 57 | 48 | 1A | 15D | 4D | 2A |
| Octal | 274 | 30 | 65 | 0 | 127 | 110 | 32 | 535 | 115 | 52 |
| Binary | 10111100 | 11000 | 110101 | 0 | 1010111 | 1001000 | 11010 | 101011101 | 1001101 | 101010 |
Color Harmonies of #BC1835
Complementary color
Monochromatic Colors of #BC1835
Black with #BC1835
Text Example
Text Example
White with #BC1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1835; }
p { color: rgb(188,24,53); }
H1.HeaderClassName
{
color: #BC1835;
}
.AnyTagClassName
{
color: #BC1835;
}
</style>
background-color css
<style>
a { background-color: #BC1835; }
a { background-color: rgb(188,24,53); }
div.DivClassName
{
background-color: #BC1835;
}
.BgClassName
{
background-color: #BC1835;
}
</style>
border-color css
<style>
span { border-color: #BC1835; }
span { border-color: rgb(188,24,53); }
td.TdClassName
{
border-color: #BC1835;
}
.TagClassName
{
border-color: #BC1835;
}
</style>