Shades of Cardinal #B7164C
Tints of Cardinal #B7164C
RGB
CMYK
RGB Variations
Color information
#B7164C (or 0xB7164C) is known color: Cardinal. HEX triplet: B7, 16 and 4C. RGB value is (183,22,76). Sum of RGB (Red+Green+Blue) = 183+22+76=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B7164C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7164C is #48E9B3. Grayscale: #4C4C4C. Windows color (decimal): -4778420 or 4986551. OLE color: 4986551.
HSL color Cylindrical-coordinate representation of color #B7164C: hue angle of 339.88º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B7164C is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 76 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.28 |
| HSL | 339.88º | 0.79% | 0.4% | - |
| HSV(B) | 339.88º | 0.88% | 0.72% | - |
| XYZ | 21.12 | 11.16 | 7.88 | - |
| YUV | 76.3 | 127.84 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 76 | 0 | 0.88 | 0.58 | 0.28 | 339.88 | 0.79 | 0.4 |
| Hex | B7 | 16 | 4C | 0 | 58 | 3A | 1C | 154 | 4F | 28 |
| Octal | 267 | 26 | 114 | 0 | 130 | 72 | 34 | 524 | 117 | 50 |
| Binary | 10110111 | 10110 | 1001100 | 0 | 1011000 | 111010 | 11100 | 101010100 | 1001111 | 101000 |
Color Harmonies of #B7164C
Complementary color
Monochromatic Colors of #B7164C
Black with #B7164C
Text Example
Text Example
White with #B7164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7164C; }
p { color: rgb(183,22,76); }
H1.HeaderClassName
{
color: #B7164C;
}
.AnyTagClassName
{
color: #B7164C;
}
</style>
background-color css
<style>
a { background-color: #B7164C; }
a { background-color: rgb(183,22,76); }
div.DivClassName
{
background-color: #B7164C;
}
.BgClassName
{
background-color: #B7164C;
}
</style>
border-color css
<style>
span { border-color: #B7164C; }
span { border-color: rgb(183,22,76); }
td.TdClassName
{
border-color: #B7164C;
}
.TagClassName
{
border-color: #B7164C;
}
</style>