Shades of Cardinal #B7163B
Tints of Cardinal #B7163B
RGB
CMYK
RGB Variations
Color information
#B7163B (or 0xB7163B) is known color: Cardinal. HEX triplet: B7, 16 and 3B. RGB value is (183,22,59). Sum of RGB (Red+Green+Blue) = 183+22+59=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B7163B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7163B is #48E9C4. Grayscale: #4A4A4A. Windows color (decimal): -4778437 or 3872439. OLE color: 3872439.
HSL color Cylindrical-coordinate representation of color #B7163B: hue angle of 346.21º 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 #B7163B is Cyan = 0, Magento = 0.88, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 59 | - |
| CMYK | 0 | 0.88 | 0.68 | 0.28 |
| HSL | 346.21º | 0.79% | 0.4% | - |
| HSV(B) | 346.21º | 0.88% | 0.72% | - |
| XYZ | 20.6 | 10.96 | 5.17 | - |
| YUV | 74.36 | 119.34 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 59 | 0 | 0.88 | 0.68 | 0.28 | 346.21 | 0.79 | 0.4 |
| Hex | B7 | 16 | 3B | 0 | 58 | 44 | 1C | 15A | 4F | 28 |
| Octal | 267 | 26 | 73 | 0 | 130 | 104 | 34 | 532 | 117 | 50 |
| Binary | 10110111 | 10110 | 111011 | 0 | 1011000 | 1000100 | 11100 | 101011010 | 1001111 | 101000 |
Color Harmonies of #B7163B
Complementary color
Monochromatic Colors of #B7163B
Black with #B7163B
Text Example
Text Example
White with #B7163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7163B; }
p { color: rgb(183,22,59); }
H1.HeaderClassName
{
color: #B7163B;
}
.AnyTagClassName
{
color: #B7163B;
}
</style>
background-color css
<style>
a { background-color: #B7163B; }
a { background-color: rgb(183,22,59); }
div.DivClassName
{
background-color: #B7163B;
}
.BgClassName
{
background-color: #B7163B;
}
</style>
border-color css
<style>
span { border-color: #B7163B; }
span { border-color: rgb(183,22,59); }
td.TdClassName
{
border-color: #B7163B;
}
.TagClassName
{
border-color: #B7163B;
}
</style>