Shades of Cardinal #B91B49
Tints of Cardinal #B91B49
RGB
CMYK
RGB Variations
Color information
#B91B49 (or 0xB91B49) is known color: Cardinal. HEX triplet: B9, 1B and 49. RGB value is (185,27,73). Sum of RGB (Red+Green+Blue) = 185+27+73=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91B49 is #46E4B6. Grayscale: #4F4F4F. Windows color (decimal): -4646071 or 4791225. OLE color: 4791225.
HSL color Cylindrical-coordinate representation of color #B91B49: hue angle of 342.53º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91B49 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 73 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.27 |
| HSL | 342.53º | 0.75% | 0.42% | - |
| HSV(B) | 342.53º | 0.85% | 0.73% | - |
| XYZ | 21.6 | 11.58 | 7.4 | - |
| YUV | 79.49 | 124.35 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 73 | 0 | 0.85 | 0.61 | 0.27 | 342.53 | 0.75 | 0.42 |
| Hex | B9 | 1B | 49 | 0 | 55 | 3D | 1B | 157 | 4B | 2A |
| Octal | 271 | 33 | 111 | 0 | 125 | 75 | 33 | 527 | 113 | 52 |
| Binary | 10111001 | 11011 | 1001001 | 0 | 1010101 | 111101 | 11011 | 101010111 | 1001011 | 101010 |
Color Harmonies of #B91B49
Complementary color
Monochromatic Colors of #B91B49
Black with #B91B49
Text Example
Text Example
White with #B91B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B49; }
p { color: rgb(185,27,73); }
H1.HeaderClassName
{
color: #B91B49;
}
.AnyTagClassName
{
color: #B91B49;
}
</style>
background-color css
<style>
a { background-color: #B91B49; }
a { background-color: rgb(185,27,73); }
div.DivClassName
{
background-color: #B91B49;
}
.BgClassName
{
background-color: #B91B49;
}
</style>
border-color css
<style>
span { border-color: #B91B49; }
span { border-color: rgb(185,27,73); }
td.TdClassName
{
border-color: #B91B49;
}
.TagClassName
{
border-color: #B91B49;
}
</style>