Shades of Cardinal #B91D2F
Tints of Cardinal #B91D2F
RGB
CMYK
RGB Variations
Color information
#B91D2F (or 0xB91D2F) is known color: Cardinal. HEX triplet: B9, 1D and 2F. RGB value is (185,29,47). Sum of RGB (Red+Green+Blue) = 185+29+47=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91D2F is #46E2D0. Grayscale: #4D4D4D. Windows color (decimal): -4645585 or 3087801. OLE color: 3087801.
HSL color Cylindrical-coordinate representation of color #B91D2F: hue angle of 353.08º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91D2F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 29 | 47 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.27 |
| HSL | 353.08º | 0.73% | 0.42% | - |
| HSV(B) | 353.08º | 0.84% | 0.73% | - |
| XYZ | 20.96 | 11.4 | 3.78 | - |
| YUV | 77.7 | 110.68 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 47 | 0 | 0.84 | 0.75 | 0.27 | 353.08 | 0.73 | 0.42 |
| Hex | B9 | 1D | 2F | 0 | 54 | 4B | 1B | 161 | 49 | 2A |
| Octal | 271 | 35 | 57 | 0 | 124 | 113 | 33 | 541 | 111 | 52 |
| Binary | 10111001 | 11101 | 101111 | 0 | 1010100 | 1001011 | 11011 | 101100001 | 1001001 | 101010 |
Color Harmonies of #B91D2F
Complementary color
Monochromatic Colors of #B91D2F
Black with #B91D2F
Text Example
Text Example
White with #B91D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91D2F; }
p { color: rgb(185,29,47); }
H1.HeaderClassName
{
color: #B91D2F;
}
.AnyTagClassName
{
color: #B91D2F;
}
</style>
background-color css
<style>
a { background-color: #B91D2F; }
a { background-color: rgb(185,29,47); }
div.DivClassName
{
background-color: #B91D2F;
}
.BgClassName
{
background-color: #B91D2F;
}
</style>
border-color css
<style>
span { border-color: #B91D2F; }
span { border-color: rgb(185,29,47); }
td.TdClassName
{
border-color: #B91D2F;
}
.TagClassName
{
border-color: #B91D2F;
}
</style>