Shades of Cardinal #B9192C
Tints of Cardinal #B9192C
RGB
CMYK
RGB Variations
Color information
#B9192C (or 0xB9192C) is known color: Cardinal. HEX triplet: B9, 19 and 2C. RGB value is (185,25,44). Sum of RGB (Red+Green+Blue) = 185+25+44=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B9192C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9192C is #46E6D3. Grayscale: #4B4B4B. Windows color (decimal): -4646612 or 2890169. OLE color: 2890169.
HSL color Cylindrical-coordinate representation of color #B9192C: hue angle of 352.88º 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 #B9192C is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 25 | 44 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.27 |
| HSL | 352.88º | 0.76% | 0.41% | - |
| HSV(B) | 352.88º | 0.86% | 0.73% | - |
| XYZ | 20.81 | 11.19 | 3.45 | - |
| YUV | 75.01 | 110.51 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 25 | 44 | 0 | 0.86 | 0.76 | 0.27 | 352.88 | 0.76 | 0.41 |
| Hex | B9 | 19 | 2C | 0 | 56 | 4C | 1B | 161 | 4C | 29 |
| Octal | 271 | 31 | 54 | 0 | 126 | 114 | 33 | 541 | 114 | 51 |
| Binary | 10111001 | 11001 | 101100 | 0 | 1010110 | 1001100 | 11011 | 101100001 | 1001100 | 101001 |
Color Harmonies of #B9192C
Complementary color
Monochromatic Colors of #B9192C
Black with #B9192C
Text Example
Text Example
White with #B9192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9192C; }
p { color: rgb(185,25,44); }
H1.HeaderClassName
{
color: #B9192C;
}
.AnyTagClassName
{
color: #B9192C;
}
</style>
background-color css
<style>
a { background-color: #B9192C; }
a { background-color: rgb(185,25,44); }
div.DivClassName
{
background-color: #B9192C;
}
.BgClassName
{
background-color: #B9192C;
}
</style>
border-color css
<style>
span { border-color: #B9192C; }
span { border-color: rgb(185,25,44); }
td.TdClassName
{
border-color: #B9192C;
}
.TagClassName
{
border-color: #B9192C;
}
</style>