Shades of Cardinal #B9162A
Tints of Cardinal #B9162A
RGB
CMYK
RGB Variations
Color information
#B9162A (or 0xB9162A) is known color: Cardinal. HEX triplet: B9, 16 and 2A. RGB value is (185,22,42). Sum of RGB (Red+Green+Blue) = 185+22+42=249 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.30% from 249); Green value is 22 (8.98% from 255 or 8.84% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 185 - color contains mainly: red. Hex color #B9162A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9162A is #46E9D5. Grayscale: #494949. Windows color (decimal): -4647382 or 2758329. OLE color: 2758329.
HSL color Cylindrical-coordinate representation of color #B9162A: hue angle of 352.64º degrees, saturation: 0.79, 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 #B9162A is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 42 | - |
| CMYK | 0 | 0.88 | 0.77 | 0.27 |
| HSL | 352.64º | 0.79% | 0.41% | - |
| HSV(B) | 352.64º | 0.88% | 0.73% | - |
| XYZ | 20.71 | 11.06 | 3.23 | - |
| YUV | 73.02 | 110.5 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 42 | 0 | 0.88 | 0.77 | 0.27 | 352.64 | 0.79 | 0.41 |
| Hex | B9 | 16 | 2A | 0 | 58 | 4D | 1B | 161 | 4F | 29 |
| Octal | 271 | 26 | 52 | 0 | 130 | 115 | 33 | 541 | 117 | 51 |
| Binary | 10111001 | 10110 | 101010 | 0 | 1011000 | 1001101 | 11011 | 101100001 | 1001111 | 101001 |
Color Harmonies of #B9162A
Complementary color
Monochromatic Colors of #B9162A
Black with #B9162A
Text Example
Text Example
White with #B9162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9162A; }
p { color: rgb(185,22,42); }
H1.HeaderClassName
{
color: #B9162A;
}
.AnyTagClassName
{
color: #B9162A;
}
</style>
background-color css
<style>
a { background-color: #B9162A; }
a { background-color: rgb(185,22,42); }
div.DivClassName
{
background-color: #B9162A;
}
.BgClassName
{
background-color: #B9162A;
}
</style>
border-color css
<style>
span { border-color: #B9162A; }
span { border-color: rgb(185,22,42); }
td.TdClassName
{
border-color: #B9162A;
}
.TagClassName
{
border-color: #B9162A;
}
</style>