Shades of Cardinal #B9192D
Tints of Cardinal #B9192D
RGB
CMYK
RGB Variations
Color information
#B9192D (or 0xB9192D) is known color: Cardinal. HEX triplet: B9, 19 and 2D. RGB value is (185,25,45). Sum of RGB (Red+Green+Blue) = 185+25+45=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B9192D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9192D is #46E6D2. Grayscale: #4B4B4B. Windows color (decimal): -4646611 or 2955705. OLE color: 2955705.
HSL color Cylindrical-coordinate representation of color #B9192D: hue angle of 352.5º 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 #B9192D is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 45 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.27 |
| HSL | 352.5º | 0.76% | 0.41% | - |
| HSV(B) | 352.5º | 0.86% | 0.73% | - |
| XYZ | 20.83 | 11.2 | 3.55 | - |
| YUV | 75.12 | 111.01 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 45 | 0 | 0.86 | 0.76 | 0.27 | 352.5 | 0.76 | 0.41 |
| Hex | B9 | 19 | 2D | 0 | 56 | 4C | 1B | 160 | 4C | 29 |
| Octal | 271 | 31 | 55 | 0 | 126 | 114 | 33 | 540 | 114 | 51 |
| Binary | 10111001 | 11001 | 101101 | 0 | 1010110 | 1001100 | 11011 | 101100000 | 1001100 | 101001 |
Color Harmonies of #B9192D
Complementary color
Monochromatic Colors of #B9192D
Black with #B9192D
Text Example
Text Example
White with #B9192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9192D; }
p { color: rgb(185,25,45); }
H1.HeaderClassName
{
color: #B9192D;
}
.AnyTagClassName
{
color: #B9192D;
}
</style>
background-color css
<style>
a { background-color: #B9192D; }
a { background-color: rgb(185,25,45); }
div.DivClassName
{
background-color: #B9192D;
}
.BgClassName
{
background-color: #B9192D;
}
</style>
border-color css
<style>
span { border-color: #B9192D; }
span { border-color: rgb(185,25,45); }
td.TdClassName
{
border-color: #B9192D;
}
.TagClassName
{
border-color: #B9192D;
}
</style>