Shades of Cardinal #BC173E
Tints of Cardinal #BC173E
RGB
CMYK
RGB Variations
Color information
#BC173E (or 0xBC173E) is known color: Cardinal. HEX triplet: BC, 17 and 3E. RGB value is (188,23,62). Sum of RGB (Red+Green+Blue) = 188+23+62=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC173E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC173E is #43E8C1. Grayscale: #4C4C4C. Windows color (decimal): -4450498 or 4069308. OLE color: 4069308.
HSL color Cylindrical-coordinate representation of color #BC173E: hue angle of 345.82º 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 #BC173E is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 62 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.26 |
| HSL | 345.82º | 0.78% | 0.41% | - |
| HSV(B) | 345.82º | 0.88% | 0.74% | - |
| XYZ | 21.91 | 11.65 | 5.65 | - |
| YUV | 76.78 | 119.66 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 62 | 0 | 0.88 | 0.67 | 0.26 | 345.82 | 0.78 | 0.41 |
| Hex | BC | 17 | 3E | 0 | 58 | 43 | 1A | 15A | 4E | 29 |
| Octal | 274 | 27 | 76 | 0 | 130 | 103 | 32 | 532 | 116 | 51 |
| Binary | 10111100 | 10111 | 111110 | 0 | 1011000 | 1000011 | 11010 | 101011010 | 1001110 | 101001 |
Color Harmonies of #BC173E
Complementary color
Monochromatic Colors of #BC173E
Black with #BC173E
Text Example
Text Example
White with #BC173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC173E; }
p { color: rgb(188,23,62); }
H1.HeaderClassName
{
color: #BC173E;
}
.AnyTagClassName
{
color: #BC173E;
}
</style>
background-color css
<style>
a { background-color: #BC173E; }
a { background-color: rgb(188,23,62); }
div.DivClassName
{
background-color: #BC173E;
}
.BgClassName
{
background-color: #BC173E;
}
</style>
border-color css
<style>
span { border-color: #BC173E; }
span { border-color: rgb(188,23,62); }
td.TdClassName
{
border-color: #BC173E;
}
.TagClassName
{
border-color: #BC173E;
}
</style>