Shades of Cardinal #BC174C
Tints of Cardinal #BC174C
RGB
CMYK
RGB Variations
Color information
#BC174C (or 0xBC174C) is known color: Cardinal. HEX triplet: BC, 17 and 4C. RGB value is (188,23,76). Sum of RGB (Red+Green+Blue) = 188+23+76=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC174C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC174C is #43E8B3. Grayscale: #4E4E4E. Windows color (decimal): -4450484 or 4986812. OLE color: 4986812.
HSL color Cylindrical-coordinate representation of color #BC174C: hue angle of 340.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 #BC174C is Cyan = 0, Magento = 0.88, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 76 | - |
| CMYK | 0 | 0.88 | 0.60 | 0.26 |
| HSL | 340.73º | 0.78% | 0.41% | - |
| HSV(B) | 340.73º | 0.88% | 0.74% | - |
| XYZ | 22.35 | 11.83 | 7.94 | - |
| YUV | 78.38 | 126.66 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 76 | 0 | 0.88 | 0.60 | 0.26 | 340.73 | 0.78 | 0.41 |
| Hex | BC | 17 | 4C | 0 | 58 | 3C | 1A | 155 | 4E | 29 |
| Octal | 274 | 27 | 114 | 0 | 130 | 74 | 32 | 525 | 116 | 51 |
| Binary | 10111100 | 10111 | 1001100 | 0 | 1011000 | 111100 | 11010 | 101010101 | 1001110 | 101001 |
Color Harmonies of #BC174C
Complementary color
Monochromatic Colors of #BC174C
Black with #BC174C
Text Example
Text Example
White with #BC174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC174C; }
p { color: rgb(188,23,76); }
H1.HeaderClassName
{
color: #BC174C;
}
.AnyTagClassName
{
color: #BC174C;
}
</style>
background-color css
<style>
a { background-color: #BC174C; }
a { background-color: rgb(188,23,76); }
div.DivClassName
{
background-color: #BC174C;
}
.BgClassName
{
background-color: #BC174C;
}
</style>
border-color css
<style>
span { border-color: #BC174C; }
span { border-color: rgb(188,23,76); }
td.TdClassName
{
border-color: #BC174C;
}
.TagClassName
{
border-color: #BC174C;
}
</style>