Shades of Cardinal #B7163F
Tints of Cardinal #B7163F
RGB
CMYK
RGB Variations
Color information
#B7163F (or 0xB7163F) is known color: Cardinal. HEX triplet: B7, 16 and 3F. RGB value is (183,22,63). Sum of RGB (Red+Green+Blue) = 183+22+63=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B7163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7163F is #48E9C0. Grayscale: #4A4A4A. Windows color (decimal): -4778433 or 4134583. OLE color: 4134583.
HSL color Cylindrical-coordinate representation of color #B7163F: hue angle of 344.72º 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 #B7163F is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 63 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.28 |
| HSL | 344.72º | 0.79% | 0.4% | - |
| HSV(B) | 344.72º | 0.88% | 0.72% | - |
| XYZ | 20.71 | 11 | 5.73 | - |
| YUV | 74.81 | 121.34 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 63 | 0 | 0.88 | 0.66 | 0.28 | 344.72 | 0.79 | 0.4 |
| Hex | B7 | 16 | 3F | 0 | 58 | 42 | 1C | 159 | 4F | 28 |
| Octal | 267 | 26 | 77 | 0 | 130 | 102 | 34 | 531 | 117 | 50 |
| Binary | 10110111 | 10110 | 111111 | 0 | 1011000 | 1000010 | 11100 | 101011001 | 1001111 | 101000 |
Color Harmonies of #B7163F
Complementary color
Monochromatic Colors of #B7163F
Black with #B7163F
Text Example
Text Example
White with #B7163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7163F; }
p { color: rgb(183,22,63); }
H1.HeaderClassName
{
color: #B7163F;
}
.AnyTagClassName
{
color: #B7163F;
}
</style>
background-color css
<style>
a { background-color: #B7163F; }
a { background-color: rgb(183,22,63); }
div.DivClassName
{
background-color: #B7163F;
}
.BgClassName
{
background-color: #B7163F;
}
</style>
border-color css
<style>
span { border-color: #B7163F; }
span { border-color: rgb(183,22,63); }
td.TdClassName
{
border-color: #B7163F;
}
.TagClassName
{
border-color: #B7163F;
}
</style>