Shades of Cardinal #B8163E
Tints of Cardinal #B8163E
RGB
CMYK
RGB Variations
Color information
#B8163E (or 0xB8163E) is known color: Cardinal. HEX triplet: B8, 16 and 3E. RGB value is (184,22,62). Sum of RGB (Red+Green+Blue) = 184+22+62=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B8163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8163E is #47E9C1. Grayscale: #4B4B4B. Windows color (decimal): -4712898 or 4069048. OLE color: 4069048.
HSL color Cylindrical-coordinate representation of color #B8163E: hue angle of 345.19º 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 #B8163E is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 62 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.28 |
| HSL | 345.19º | 0.79% | 0.4% | - |
| HSV(B) | 345.19º | 0.88% | 0.72% | - |
| XYZ | 20.92 | 11.11 | 5.6 | - |
| YUV | 75 | 120.67 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 62 | 0 | 0.88 | 0.66 | 0.28 | 345.19 | 0.79 | 0.4 |
| Hex | B8 | 16 | 3E | 0 | 58 | 42 | 1C | 159 | 4F | 28 |
| Octal | 270 | 26 | 76 | 0 | 130 | 102 | 34 | 531 | 117 | 50 |
| Binary | 10111000 | 10110 | 111110 | 0 | 1011000 | 1000010 | 11100 | 101011001 | 1001111 | 101000 |
Color Harmonies of #B8163E
Complementary color
Monochromatic Colors of #B8163E
Black with #B8163E
Text Example
Text Example
White with #B8163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8163E; }
p { color: rgb(184,22,62); }
H1.HeaderClassName
{
color: #B8163E;
}
.AnyTagClassName
{
color: #B8163E;
}
</style>
background-color css
<style>
a { background-color: #B8163E; }
a { background-color: rgb(184,22,62); }
div.DivClassName
{
background-color: #B8163E;
}
.BgClassName
{
background-color: #B8163E;
}
</style>
border-color css
<style>
span { border-color: #B8163E; }
span { border-color: rgb(184,22,62); }
td.TdClassName
{
border-color: #B8163E;
}
.TagClassName
{
border-color: #B8163E;
}
</style>