Shades of Cardinal #B9172A
Tints of Cardinal #B9172A
RGB
CMYK
RGB Variations
Color information
#B9172A (or 0xB9172A) is known color: Cardinal. HEX triplet: B9, 17 and 2A. RGB value is (185,23,42). Sum of RGB (Red+Green+Blue) = 185+23+42=250 (33% of max value = 765). Red value is 185 (72.66% from 255 or 74% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 185 - color contains mainly: red. Hex color #B9172A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9172A is #46E8D5. Grayscale: #494949. Windows color (decimal): -4647126 or 2758585. OLE color: 2758585.
HSL color Cylindrical-coordinate representation of color #B9172A: hue angle of 352.96º 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 #B9172A is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 42 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.27 |
| HSL | 352.96º | 0.78% | 0.41% | - |
| HSV(B) | 352.96º | 0.88% | 0.73% | - |
| XYZ | 20.73 | 11.09 | 3.24 | - |
| YUV | 73.6 | 110.17 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 42 | 0 | 0.88 | 0.77 | 0.27 | 352.96 | 0.78 | 0.41 |
| Hex | B9 | 17 | 2A | 0 | 58 | 4D | 1B | 161 | 4E | 29 |
| Octal | 271 | 27 | 52 | 0 | 130 | 115 | 33 | 541 | 116 | 51 |
| Binary | 10111001 | 10111 | 101010 | 0 | 1011000 | 1001101 | 11011 | 101100001 | 1001110 | 101001 |
Color Harmonies of #B9172A
Complementary color
Monochromatic Colors of #B9172A
Black with #B9172A
Text Example
Text Example
White with #B9172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9172A; }
p { color: rgb(185,23,42); }
H1.HeaderClassName
{
color: #B9172A;
}
.AnyTagClassName
{
color: #B9172A;
}
</style>
background-color css
<style>
a { background-color: #B9172A; }
a { background-color: rgb(185,23,42); }
div.DivClassName
{
background-color: #B9172A;
}
.BgClassName
{
background-color: #B9172A;
}
</style>
border-color css
<style>
span { border-color: #B9172A; }
span { border-color: rgb(185,23,42); }
td.TdClassName
{
border-color: #B9172A;
}
.TagClassName
{
border-color: #B9172A;
}
</style>