Shades of Cardinal #B91B32
Tints of Cardinal #B91B32
RGB
CMYK
RGB Variations
Color information
#B91B32 (or 0xB91B32) is known color: Cardinal. HEX triplet: B9, 1B and 32. RGB value is (185,27,50). Sum of RGB (Red+Green+Blue) = 185+27+50=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 27 (10.94% from 255 or 10.31% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91B32 is #46E4CD. Grayscale: #4C4C4C. Windows color (decimal): -4646094 or 3283897. OLE color: 3283897.
HSL color Cylindrical-coordinate representation of color #B91B32: hue angle of 351.27º 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 #B91B32 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 50 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.27 |
| HSL | 351.27º | 0.75% | 0.42% | - |
| HSV(B) | 351.27º | 0.85% | 0.73% | - |
| XYZ | 20.98 | 11.33 | 4.1 | - |
| YUV | 76.86 | 112.85 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 50 | 0 | 0.85 | 0.73 | 0.27 | 351.27 | 0.75 | 0.42 |
| Hex | B9 | 1B | 32 | 0 | 55 | 49 | 1B | 15F | 4B | 2A |
| Octal | 271 | 33 | 62 | 0 | 125 | 111 | 33 | 537 | 113 | 52 |
| Binary | 10111001 | 11011 | 110010 | 0 | 1010101 | 1001001 | 11011 | 101011111 | 1001011 | 101010 |
Color Harmonies of #B91B32
Complementary color
Monochromatic Colors of #B91B32
Black with #B91B32
Text Example
Text Example
White with #B91B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B32; }
p { color: rgb(185,27,50); }
H1.HeaderClassName
{
color: #B91B32;
}
.AnyTagClassName
{
color: #B91B32;
}
</style>
background-color css
<style>
a { background-color: #B91B32; }
a { background-color: rgb(185,27,50); }
div.DivClassName
{
background-color: #B91B32;
}
.BgClassName
{
background-color: #B91B32;
}
</style>
border-color css
<style>
span { border-color: #B91B32; }
span { border-color: rgb(185,27,50); }
td.TdClassName
{
border-color: #B91B32;
}
.TagClassName
{
border-color: #B91B32;
}
</style>