Shades of Cardinal #B8192D
Tints of Cardinal #B8192D
RGB
CMYK
RGB Variations
Color information
#B8192D (or 0xB8192D) is known color: Cardinal. HEX triplet: B8, 19 and 2D. RGB value is (184,25,45). Sum of RGB (Red+Green+Blue) = 184+25+45=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B8192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8192D is #47E6D2. Grayscale: #4A4A4A. Windows color (decimal): -4712147 or 2955704. OLE color: 2955704.
HSL color Cylindrical-coordinate representation of color #B8192D: hue angle of 352.45º 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 #B8192D is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 25 | 45 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.28 |
| HSL | 352.45º | 0.76% | 0.41% | - |
| HSV(B) | 352.45º | 0.86% | 0.72% | - |
| XYZ | 20.59 | 11.08 | 3.54 | - |
| YUV | 74.82 | 111.18 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 25 | 45 | 0 | 0.86 | 0.76 | 0.28 | 352.45 | 0.76 | 0.41 |
| Hex | B8 | 19 | 2D | 0 | 56 | 4C | 1C | 160 | 4C | 29 |
| Octal | 270 | 31 | 55 | 0 | 126 | 114 | 34 | 540 | 114 | 51 |
| Binary | 10111000 | 11001 | 101101 | 0 | 1010110 | 1001100 | 11100 | 101100000 | 1001100 | 101001 |
Color Harmonies of #B8192D
Complementary color
Monochromatic Colors of #B8192D
Black with #B8192D
Text Example
Text Example
White with #B8192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8192D; }
p { color: rgb(184,25,45); }
H1.HeaderClassName
{
color: #B8192D;
}
.AnyTagClassName
{
color: #B8192D;
}
</style>
background-color css
<style>
a { background-color: #B8192D; }
a { background-color: rgb(184,25,45); }
div.DivClassName
{
background-color: #B8192D;
}
.BgClassName
{
background-color: #B8192D;
}
</style>
border-color css
<style>
span { border-color: #B8192D; }
span { border-color: rgb(184,25,45); }
td.TdClassName
{
border-color: #B8192D;
}
.TagClassName
{
border-color: #B8192D;
}
</style>