Shades of Cardinal #B7163D
Tints of Cardinal #B7163D
RGB
CMYK
RGB Variations
Color information
#B7163D (or 0xB7163D) is known color: Cardinal. HEX triplet: B7, 16 and 3D. RGB value is (183,22,61). Sum of RGB (Red+Green+Blue) = 183+22+61=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B7163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7163D is #48E9C2. Grayscale: #4A4A4A. Windows color (decimal): -4778435 or 4003511. OLE color: 4003511.
HSL color Cylindrical-coordinate representation of color #B7163D: hue angle of 345.47º 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 #B7163D is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 61 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.28 |
| HSL | 345.47º | 0.79% | 0.4% | - |
| HSV(B) | 345.47º | 0.88% | 0.72% | - |
| XYZ | 20.66 | 10.98 | 5.45 | - |
| YUV | 74.59 | 120.34 | 205.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 61 | 0 | 0.88 | 0.67 | 0.28 | 345.47 | 0.79 | 0.4 |
| Hex | B7 | 16 | 3D | 0 | 58 | 43 | 1C | 159 | 4F | 28 |
| Octal | 267 | 26 | 75 | 0 | 130 | 103 | 34 | 531 | 117 | 50 |
| Binary | 10110111 | 10110 | 111101 | 0 | 1011000 | 1000011 | 11100 | 101011001 | 1001111 | 101000 |
Color Harmonies of #B7163D
Complementary color
Monochromatic Colors of #B7163D
Black with #B7163D
Text Example
Text Example
White with #B7163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7163D; }
p { color: rgb(183,22,61); }
H1.HeaderClassName
{
color: #B7163D;
}
.AnyTagClassName
{
color: #B7163D;
}
</style>
background-color css
<style>
a { background-color: #B7163D; }
a { background-color: rgb(183,22,61); }
div.DivClassName
{
background-color: #B7163D;
}
.BgClassName
{
background-color: #B7163D;
}
</style>
border-color css
<style>
span { border-color: #B7163D; }
span { border-color: rgb(183,22,61); }
td.TdClassName
{
border-color: #B7163D;
}
.TagClassName
{
border-color: #B7163D;
}
</style>