Shades of Cardinal #BC173B
Tints of Cardinal #BC173B
RGB
CMYK
RGB Variations
Color information
#BC173B (or 0xBC173B) is known color: Cardinal. HEX triplet: BC, 17 and 3B. RGB value is (188,23,59). Sum of RGB (Red+Green+Blue) = 188+23+59=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC173B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC173B is #43E8C4. Grayscale: #4C4C4C. Windows color (decimal): -4450501 or 3872700. OLE color: 3872700.
HSL color Cylindrical-coordinate representation of color #BC173B: hue angle of 346.91º 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 #BC173B is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 59 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.26 |
| HSL | 346.91º | 0.78% | 0.41% | - |
| HSV(B) | 346.91º | 0.88% | 0.74% | - |
| XYZ | 21.83 | 11.62 | 5.23 | - |
| YUV | 76.44 | 118.16 | 207.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 59 | 0 | 0.88 | 0.69 | 0.26 | 346.91 | 0.78 | 0.41 |
| Hex | BC | 17 | 3B | 0 | 58 | 45 | 1A | 15B | 4E | 29 |
| Octal | 274 | 27 | 73 | 0 | 130 | 105 | 32 | 533 | 116 | 51 |
| Binary | 10111100 | 10111 | 111011 | 0 | 1011000 | 1000101 | 11010 | 101011011 | 1001110 | 101001 |
Color Harmonies of #BC173B
Complementary color
Monochromatic Colors of #BC173B
Black with #BC173B
Text Example
Text Example
White with #BC173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC173B; }
p { color: rgb(188,23,59); }
H1.HeaderClassName
{
color: #BC173B;
}
.AnyTagClassName
{
color: #BC173B;
}
</style>
background-color css
<style>
a { background-color: #BC173B; }
a { background-color: rgb(188,23,59); }
div.DivClassName
{
background-color: #BC173B;
}
.BgClassName
{
background-color: #BC173B;
}
</style>
border-color css
<style>
span { border-color: #BC173B; }
span { border-color: rgb(188,23,59); }
td.TdClassName
{
border-color: #BC173B;
}
.TagClassName
{
border-color: #BC173B;
}
</style>