Shades of Cardinal #BC172F
Tints of Cardinal #BC172F
RGB
CMYK
RGB Variations
Color information
#BC172F (or 0xBC172F) is known color: Cardinal. HEX triplet: BC, 17 and 2F. RGB value is (188,23,47). Sum of RGB (Red+Green+Blue) = 188+23+47=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC172F is #43E8D0. Grayscale: #4B4B4B. Windows color (decimal): -4450513 or 3086268. OLE color: 3086268.
HSL color Cylindrical-coordinate representation of color #BC172F: hue angle of 351.27º 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 #BC172F is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 23 | 47 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.26 |
| HSL | 351.27º | 0.78% | 0.41% | - |
| HSV(B) | 351.27º | 0.88% | 0.74% | - |
| XYZ | 21.56 | 11.51 | 3.77 | - |
| YUV | 75.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 23 | 47 | 0 | 0.88 | 0.75 | 0.26 | 351.27 | 0.78 | 0.41 |
| Hex | BC | 17 | 2F | 0 | 58 | 4B | 1A | 15F | 4E | 29 |
| Octal | 274 | 27 | 57 | 0 | 130 | 113 | 32 | 537 | 116 | 51 |
| Binary | 10111100 | 10111 | 101111 | 0 | 1011000 | 1001011 | 11010 | 101011111 | 1001110 | 101001 |
Color Harmonies of #BC172F
Complementary color
Monochromatic Colors of #BC172F
Black with #BC172F
Text Example
Text Example
White with #BC172F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC172F; }
p { color: rgb(188,23,47); }
H1.HeaderClassName
{
color: #BC172F;
}
.AnyTagClassName
{
color: #BC172F;
}
</style>
background-color css
<style>
a { background-color: #BC172F; }
a { background-color: rgb(188,23,47); }
div.DivClassName
{
background-color: #BC172F;
}
.BgClassName
{
background-color: #BC172F;
}
</style>
border-color css
<style>
span { border-color: #BC172F; }
span { border-color: rgb(188,23,47); }
td.TdClassName
{
border-color: #BC172F;
}
.TagClassName
{
border-color: #BC172F;
}
</style>