Shades of Cardinal #BC1235
Tints of Cardinal #BC1235
RGB
CMYK
RGB Variations
Color information
#BC1235 (or 0xBC1235) is known color: Cardinal. HEX triplet: BC, 12 and 35. RGB value is (188,18,53). Sum of RGB (Red+Green+Blue) = 188+18+53=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 53 (21.09% from 255 or 20.46% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1235 is #43EDCA. Grayscale: #484848. Windows color (decimal): -4451787 or 3478204. OLE color: 3478204.
HSL color Cylindrical-coordinate representation of color #BC1235: hue angle of 347.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1235 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 53 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.26 |
| HSL | 347.65º | 0.83% | 0.4% | - |
| HSV(B) | 347.65º | 0.9% | 0.74% | - |
| XYZ | 21.6 | 11.38 | 4.43 | - |
| YUV | 72.82 | 116.82 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 53 | 0 | 0.90 | 0.72 | 0.26 | 347.65 | 0.83 | 0.4 |
| Hex | BC | 12 | 35 | 0 | 5A | 48 | 1A | 15C | 53 | 28 |
| Octal | 274 | 22 | 65 | 0 | 132 | 110 | 32 | 534 | 123 | 50 |
| Binary | 10111100 | 10010 | 110101 | 0 | 1011010 | 1001000 | 11010 | 101011100 | 1010011 | 101000 |
Color Harmonies of #BC1235
Complementary color
Monochromatic Colors of #BC1235
Black with #BC1235
Text Example
Text Example
White with #BC1235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1235; }
p { color: rgb(188,18,53); }
H1.HeaderClassName
{
color: #BC1235;
}
.AnyTagClassName
{
color: #BC1235;
}
</style>
background-color css
<style>
a { background-color: #BC1235; }
a { background-color: rgb(188,18,53); }
div.DivClassName
{
background-color: #BC1235;
}
.BgClassName
{
background-color: #BC1235;
}
</style>
border-color css
<style>
span { border-color: #BC1235; }
span { border-color: rgb(188,18,53); }
td.TdClassName
{
border-color: #BC1235;
}
.TagClassName
{
border-color: #BC1235;
}
</style>