Shades of Cardinal #B91B2F
Tints of Cardinal #B91B2F
RGB
CMYK
RGB Variations
Color information
#B91B2F (or 0xB91B2F) is known color: Cardinal. HEX triplet: B9, 1B and 2F. RGB value is (185,27,47). Sum of RGB (Red+Green+Blue) = 185+27+47=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 27 (10.94% from 255 or 10.42% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91B2F is #46E4D0. Grayscale: #4C4C4C. Windows color (decimal): -4646097 or 3087289. OLE color: 3087289.
HSL color Cylindrical-coordinate representation of color #B91B2F: hue angle of 352.41º 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 #B91B2F is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 47 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.27 |
| HSL | 352.41º | 0.75% | 0.42% | - |
| HSV(B) | 352.41º | 0.85% | 0.73% | - |
| XYZ | 20.91 | 11.3 | 3.77 | - |
| YUV | 76.52 | 111.35 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 47 | 0 | 0.85 | 0.75 | 0.27 | 352.41 | 0.75 | 0.42 |
| Hex | B9 | 1B | 2F | 0 | 55 | 4B | 1B | 160 | 4B | 2A |
| Octal | 271 | 33 | 57 | 0 | 125 | 113 | 33 | 540 | 113 | 52 |
| Binary | 10111001 | 11011 | 101111 | 0 | 1010101 | 1001011 | 11011 | 101100000 | 1001011 | 101010 |
Color Harmonies of #B91B2F
Complementary color
Monochromatic Colors of #B91B2F
Black with #B91B2F
Text Example
Text Example
White with #B91B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B2F; }
p { color: rgb(185,27,47); }
H1.HeaderClassName
{
color: #B91B2F;
}
.AnyTagClassName
{
color: #B91B2F;
}
</style>
background-color css
<style>
a { background-color: #B91B2F; }
a { background-color: rgb(185,27,47); }
div.DivClassName
{
background-color: #B91B2F;
}
.BgClassName
{
background-color: #B91B2F;
}
</style>
border-color css
<style>
span { border-color: #B91B2F; }
span { border-color: rgb(185,27,47); }
td.TdClassName
{
border-color: #B91B2F;
}
.TagClassName
{
border-color: #B91B2F;
}
</style>