Shades of Cardinal #B9192E
Tints of Cardinal #B9192E
RGB
CMYK
RGB Variations
Color information
#B9192E (or 0xB9192E) is known color: Cardinal. HEX triplet: B9, 19 and 2E. RGB value is (185,25,46). Sum of RGB (Red+Green+Blue) = 185+25+46=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B9192E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9192E is #46E6D1. Grayscale: #4B4B4B. Windows color (decimal): -4646610 or 3021241. OLE color: 3021241.
HSL color Cylindrical-coordinate representation of color #B9192E: hue angle of 352.12º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9192E is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 46 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.27 |
| HSL | 352.13º | 0.76% | 0.41% | - |
| HSV(B) | 352.13º | 0.86% | 0.73% | - |
| XYZ | 20.85 | 11.21 | 3.65 | - |
| YUV | 75.23 | 111.51 | 206.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 46 | 0 | 0.86 | 0.75 | 0.27 | 352.13 | 0.76 | 0.41 |
| Hex | B9 | 19 | 2E | 0 | 56 | 4B | 1B | 160 | 4C | 29 |
| Octal | 271 | 31 | 56 | 0 | 126 | 113 | 33 | 540 | 114 | 51 |
| Binary | 10111001 | 11001 | 101110 | 0 | 1010110 | 1001011 | 11011 | 101100000 | 1001100 | 101001 |
Color Harmonies of #B9192E
Complementary color
Monochromatic Colors of #B9192E
Black with #B9192E
Text Example
Text Example
White with #B9192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9192E; }
p { color: rgb(185,25,46); }
H1.HeaderClassName
{
color: #B9192E;
}
.AnyTagClassName
{
color: #B9192E;
}
</style>
background-color css
<style>
a { background-color: #B9192E; }
a { background-color: rgb(185,25,46); }
div.DivClassName
{
background-color: #B9192E;
}
.BgClassName
{
background-color: #B9192E;
}
</style>
border-color css
<style>
span { border-color: #B9192E; }
span { border-color: rgb(185,25,46); }
td.TdClassName
{
border-color: #B9192E;
}
.TagClassName
{
border-color: #B9192E;
}
</style>