Shades of Cardinal #B8192E
Tints of Cardinal #B8192E
RGB
CMYK
RGB Variations
Color information
#B8192E (or 0xB8192E) is known color: Cardinal. HEX triplet: B8, 19 and 2E. RGB value is (184,25,46). Sum of RGB (Red+Green+Blue) = 184+25+46=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B8192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8192E is #47E6D1. Grayscale: #4B4B4B. Windows color (decimal): -4712146 or 3021240. OLE color: 3021240.
HSL color Cylindrical-coordinate representation of color #B8192E: hue angle of 352.08º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8192E is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 46 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.28 |
| HSL | 352.08º | 0.76% | 0.41% | - |
| HSV(B) | 352.08º | 0.86% | 0.72% | - |
| XYZ | 20.61 | 11.08 | 3.64 | - |
| YUV | 74.94 | 111.68 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 46 | 0 | 0.86 | 0.75 | 0.28 | 352.08 | 0.76 | 0.41 |
| Hex | B8 | 19 | 2E | 0 | 56 | 4B | 1C | 160 | 4C | 29 |
| Octal | 270 | 31 | 56 | 0 | 126 | 113 | 34 | 540 | 114 | 51 |
| Binary | 10111000 | 11001 | 101110 | 0 | 1010110 | 1001011 | 11100 | 101100000 | 1001100 | 101001 |
Color Harmonies of #B8192E
Complementary color
Monochromatic Colors of #B8192E
Black with #B8192E
Text Example
Text Example
White with #B8192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8192E; }
p { color: rgb(184,25,46); }
H1.HeaderClassName
{
color: #B8192E;
}
.AnyTagClassName
{
color: #B8192E;
}
</style>
background-color css
<style>
a { background-color: #B8192E; }
a { background-color: rgb(184,25,46); }
div.DivClassName
{
background-color: #B8192E;
}
.BgClassName
{
background-color: #B8192E;
}
</style>
border-color css
<style>
span { border-color: #B8192E; }
span { border-color: rgb(184,25,46); }
td.TdClassName
{
border-color: #B8192E;
}
.TagClassName
{
border-color: #B8192E;
}
</style>