Shades of Cardinal #BC1736
Tints of Cardinal #BC1736
RGB
CMYK
RGB Variations
Color information
#BC1736 (or 0xBC1736) is known color: Cardinal. HEX triplet: BC, 17 and 36. RGB value is (188,23,54). Sum of RGB (Red+Green+Blue) = 188+23+54=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 23 (9.38% from 255 or 8.68% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1736 is #43E8C9. Grayscale: #4B4B4B. Windows color (decimal): -4450506 or 3545020. OLE color: 3545020.
HSL color Cylindrical-coordinate representation of color #BC1736: hue angle of 348.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1736 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 54 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.26 |
| HSL | 348.73º | 0.78% | 0.41% | - |
| HSV(B) | 348.73º | 0.88% | 0.74% | - |
| XYZ | 21.71 | 11.57 | 4.58 | - |
| YUV | 75.87 | 115.66 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 54 | 0 | 0.88 | 0.71 | 0.26 | 348.73 | 0.78 | 0.41 |
| Hex | BC | 17 | 36 | 0 | 58 | 47 | 1A | 15D | 4E | 29 |
| Octal | 274 | 27 | 66 | 0 | 130 | 107 | 32 | 535 | 116 | 51 |
| Binary | 10111100 | 10111 | 110110 | 0 | 1011000 | 1000111 | 11010 | 101011101 | 1001110 | 101001 |
Color Harmonies of #BC1736
Complementary color
Monochromatic Colors of #BC1736
Black with #BC1736
Text Example
Text Example
White with #BC1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1736; }
p { color: rgb(188,23,54); }
H1.HeaderClassName
{
color: #BC1736;
}
.AnyTagClassName
{
color: #BC1736;
}
</style>
background-color css
<style>
a { background-color: #BC1736; }
a { background-color: rgb(188,23,54); }
div.DivClassName
{
background-color: #BC1736;
}
.BgClassName
{
background-color: #BC1736;
}
</style>
border-color css
<style>
span { border-color: #BC1736; }
span { border-color: rgb(188,23,54); }
td.TdClassName
{
border-color: #BC1736;
}
.TagClassName
{
border-color: #BC1736;
}
</style>