Shades of Cardinal #B91B34
Tints of Cardinal #B91B34
RGB
CMYK
RGB Variations
Color information
#B91B34 (or 0xB91B34) is known color: Cardinal. HEX triplet: B9, 1B and 34. RGB value is (185,27,52). Sum of RGB (Red+Green+Blue) = 185+27+52=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 27 (10.94% from 255 or 10.23% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91B34 is #46E4CB. Grayscale: #4D4D4D. Windows color (decimal): -4646092 or 3414969. OLE color: 3414969.
HSL color Cylindrical-coordinate representation of color #B91B34: hue angle of 350.51º 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 #B91B34 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 52 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.27 |
| HSL | 350.51º | 0.75% | 0.42% | - |
| HSV(B) | 350.51º | 0.85% | 0.73% | - |
| XYZ | 21.02 | 11.35 | 4.33 | - |
| YUV | 77.09 | 113.85 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 52 | 0 | 0.85 | 0.72 | 0.27 | 350.51 | 0.75 | 0.42 |
| Hex | B9 | 1B | 34 | 0 | 55 | 48 | 1B | 15F | 4B | 2A |
| Octal | 271 | 33 | 64 | 0 | 125 | 110 | 33 | 537 | 113 | 52 |
| Binary | 10111001 | 11011 | 110100 | 0 | 1010101 | 1001000 | 11011 | 101011111 | 1001011 | 101010 |
Color Harmonies of #B91B34
Complementary color
Monochromatic Colors of #B91B34
Black with #B91B34
Text Example
Text Example
White with #B91B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B34; }
p { color: rgb(185,27,52); }
H1.HeaderClassName
{
color: #B91B34;
}
.AnyTagClassName
{
color: #B91B34;
}
</style>
background-color css
<style>
a { background-color: #B91B34; }
a { background-color: rgb(185,27,52); }
div.DivClassName
{
background-color: #B91B34;
}
.BgClassName
{
background-color: #B91B34;
}
</style>
border-color css
<style>
span { border-color: #B91B34; }
span { border-color: rgb(185,27,52); }
td.TdClassName
{
border-color: #B91B34;
}
.TagClassName
{
border-color: #B91B34;
}
</style>