Shades of Cardinal #B91447
Tints of Cardinal #B91447
RGB
CMYK
RGB Variations
Color information
#B91447 (or 0xB91447) is known color: Cardinal. HEX triplet: B9, 14 and 47. RGB value is (185,20,71). Sum of RGB (Red+Green+Blue) = 185+20+71=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B91447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91447 is #46EBB8. Grayscale: #4B4B4B. Windows color (decimal): -4647865 or 4658361. OLE color: 4658361.
HSL color Cylindrical-coordinate representation of color #B91447: hue angle of 341.45º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91447 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 71 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.27 |
| HSL | 341.45º | 0.8% | 0.4% | - |
| HSV(B) | 341.45º | 0.89% | 0.73% | - |
| XYZ | 21.4 | 11.27 | 7.01 | - |
| YUV | 75.15 | 125.66 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 71 | 0 | 0.89 | 0.62 | 0.27 | 341.45 | 0.8 | 0.4 |
| Hex | B9 | 14 | 47 | 0 | 59 | 3E | 1B | 155 | 50 | 28 |
| Octal | 271 | 24 | 107 | 0 | 131 | 76 | 33 | 525 | 120 | 50 |
| Binary | 10111001 | 10100 | 1000111 | 0 | 1011001 | 111110 | 11011 | 101010101 | 1010000 | 101000 |
Color Harmonies of #B91447
Complementary color
Monochromatic Colors of #B91447
Black with #B91447
Text Example
Text Example
White with #B91447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91447; }
p { color: rgb(185,20,71); }
H1.HeaderClassName
{
color: #B91447;
}
.AnyTagClassName
{
color: #B91447;
}
</style>
background-color css
<style>
a { background-color: #B91447; }
a { background-color: rgb(185,20,71); }
div.DivClassName
{
background-color: #B91447;
}
.BgClassName
{
background-color: #B91447;
}
</style>
border-color css
<style>
span { border-color: #B91447; }
span { border-color: rgb(185,20,71); }
td.TdClassName
{
border-color: #B91447;
}
.TagClassName
{
border-color: #B91447;
}
</style>