Shades of Cardinal #B9172C
Tints of Cardinal #B9172C
RGB
CMYK
RGB Variations
Color information
#B9172C (or 0xB9172C) is known color: Cardinal. HEX triplet: B9, 17 and 2C. RGB value is (185,23,44). Sum of RGB (Red+Green+Blue) = 185+23+44=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B9172C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9172C is #46E8D3. Grayscale: #494949. Windows color (decimal): -4647124 or 2889657. OLE color: 2889657.
HSL color Cylindrical-coordinate representation of color #B9172C: hue angle of 352.22º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9172C is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 44 | - |
| CMYK | 0 | 0.88 | 0.76 | 0.27 |
| HSL | 352.22º | 0.78% | 0.41% | - |
| HSV(B) | 352.22º | 0.88% | 0.73% | - |
| XYZ | 20.77 | 11.11 | 3.43 | - |
| YUV | 73.83 | 111.17 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 44 | 0 | 0.88 | 0.76 | 0.27 | 352.22 | 0.78 | 0.41 |
| Hex | B9 | 17 | 2C | 0 | 58 | 4C | 1B | 160 | 4E | 29 |
| Octal | 271 | 27 | 54 | 0 | 130 | 114 | 33 | 540 | 116 | 51 |
| Binary | 10111001 | 10111 | 101100 | 0 | 1011000 | 1001100 | 11011 | 101100000 | 1001110 | 101001 |
Color Harmonies of #B9172C
Complementary color
Monochromatic Colors of #B9172C
Black with #B9172C
Text Example
Text Example
White with #B9172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9172C; }
p { color: rgb(185,23,44); }
H1.HeaderClassName
{
color: #B9172C;
}
.AnyTagClassName
{
color: #B9172C;
}
</style>
background-color css
<style>
a { background-color: #B9172C; }
a { background-color: rgb(185,23,44); }
div.DivClassName
{
background-color: #B9172C;
}
.BgClassName
{
background-color: #B9172C;
}
</style>
border-color css
<style>
span { border-color: #B9172C; }
span { border-color: rgb(185,23,44); }
td.TdClassName
{
border-color: #B9172C;
}
.TagClassName
{
border-color: #B9172C;
}
</style>