Shades of Cardinal #B8172C
Tints of Cardinal #B8172C
RGB
CMYK
RGB Variations
Color information
#B8172C (or 0xB8172C) is known color: Cardinal. HEX triplet: B8, 17 and 2C. RGB value is (184,23,44). Sum of RGB (Red+Green+Blue) = 184+23+44=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B8172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8172C is #47E8D3. Grayscale: #494949. Windows color (decimal): -4712660 or 2889656. OLE color: 2889656.
HSL color Cylindrical-coordinate representation of color #B8172C: hue angle of 352.17º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B8172C is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 23 | 44 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.28 |
| HSL | 352.17º | 0.78% | 0.41% | - |
| HSV(B) | 352.17º | 0.88% | 0.72% | - |
| XYZ | 20.53 | 10.98 | 3.42 | - |
| YUV | 73.53 | 111.34 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 23 | 44 | 0 | 0.88 | 0.76 | 0.28 | 352.17 | 0.78 | 0.41 |
| Hex | B8 | 17 | 2C | 0 | 58 | 4C | 1C | 160 | 4E | 29 |
| Octal | 270 | 27 | 54 | 0 | 130 | 114 | 34 | 540 | 116 | 51 |
| Binary | 10111000 | 10111 | 101100 | 0 | 1011000 | 1001100 | 11100 | 101100000 | 1001110 | 101001 |
Color Harmonies of #B8172C
Complementary color
Monochromatic Colors of #B8172C
Black with #B8172C
Text Example
Text Example
White with #B8172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8172C; }
p { color: rgb(184,23,44); }
H1.HeaderClassName
{
color: #B8172C;
}
.AnyTagClassName
{
color: #B8172C;
}
</style>
background-color css
<style>
a { background-color: #B8172C; }
a { background-color: rgb(184,23,44); }
div.DivClassName
{
background-color: #B8172C;
}
.BgClassName
{
background-color: #B8172C;
}
</style>
border-color css
<style>
span { border-color: #B8172C; }
span { border-color: rgb(184,23,44); }
td.TdClassName
{
border-color: #B8172C;
}
.TagClassName
{
border-color: #B8172C;
}
</style>