Shades of Cardinal #B8163D
Tints of Cardinal #B8163D
RGB
CMYK
RGB Variations
Color information
#B8163D (or 0xB8163D) is known color: Cardinal. HEX triplet: B8, 16 and 3D. RGB value is (184,22,61). Sum of RGB (Red+Green+Blue) = 184+22+61=267 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.91% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 184 - color contains mainly: red. Hex color #B8163D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8163D is #47E9C2. Grayscale: #4A4A4A. Windows color (decimal): -4712899 or 4003512. OLE color: 4003512.
HSL color Cylindrical-coordinate representation of color #B8163D: hue angle of 345.56º 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 #B8163D is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 61 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.28 |
| HSL | 345.56º | 0.79% | 0.4% | - |
| HSV(B) | 345.56º | 0.88% | 0.72% | - |
| XYZ | 20.9 | 11.1 | 5.46 | - |
| YUV | 74.88 | 120.17 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 61 | 0 | 0.88 | 0.67 | 0.28 | 345.56 | 0.79 | 0.4 |
| Hex | B8 | 16 | 3D | 0 | 58 | 43 | 1C | 15A | 4F | 28 |
| Octal | 270 | 26 | 75 | 0 | 130 | 103 | 34 | 532 | 117 | 50 |
| Binary | 10111000 | 10110 | 111101 | 0 | 1011000 | 1000011 | 11100 | 101011010 | 1001111 | 101000 |
Color Harmonies of #B8163D
Complementary color
Monochromatic Colors of #B8163D
Black with #B8163D
Text Example
Text Example
White with #B8163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8163D; }
p { color: rgb(184,22,61); }
H1.HeaderClassName
{
color: #B8163D;
}
.AnyTagClassName
{
color: #B8163D;
}
</style>
background-color css
<style>
a { background-color: #B8163D; }
a { background-color: rgb(184,22,61); }
div.DivClassName
{
background-color: #B8163D;
}
.BgClassName
{
background-color: #B8163D;
}
</style>
border-color css
<style>
span { border-color: #B8163D; }
span { border-color: rgb(184,22,61); }
td.TdClassName
{
border-color: #B8163D;
}
.TagClassName
{
border-color: #B8163D;
}
</style>