Shades of Cardinal #B90F47
Tints of Cardinal #B90F47
RGB
CMYK
RGB Variations
Color information
#B90F47 (or 0xB90F47) is known color: Cardinal. HEX triplet: B9, 0F and 47. RGB value is (185,15,71). Sum of RGB (Red+Green+Blue) = 185+15+71=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90F47 is #46F0B8. Grayscale: #484848. Windows color (decimal): -4649145 or 4657081. OLE color: 4657081.
HSL color Cylindrical-coordinate representation of color #B90F47: hue angle of 340.24º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90F47 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 71 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.27 |
| HSL | 340.24º | 0.85% | 0.39% | - |
| HSV(B) | 340.24º | 0.92% | 0.73% | - |
| XYZ | 21.32 | 11.11 | 6.98 | - |
| YUV | 72.21 | 127.32 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 71 | 0 | 0.92 | 0.62 | 0.27 | 340.24 | 0.85 | 0.39 |
| Hex | B9 | F | 47 | 0 | 5C | 3E | 1B | 154 | 55 | 27 |
| Octal | 271 | 17 | 107 | 0 | 134 | 76 | 33 | 524 | 125 | 47 |
| Binary | 10111001 | 1111 | 1000111 | 0 | 1011100 | 111110 | 11011 | 101010100 | 1010101 | 100111 |
Color Harmonies of #B90F47
Complementary color
Monochromatic Colors of #B90F47
Black with #B90F47
Text Example
Text Example
White with #B90F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90F47; }
p { color: rgb(185,15,71); }
H1.HeaderClassName
{
color: #B90F47;
}
.AnyTagClassName
{
color: #B90F47;
}
</style>
background-color css
<style>
a { background-color: #B90F47; }
a { background-color: rgb(185,15,71); }
div.DivClassName
{
background-color: #B90F47;
}
.BgClassName
{
background-color: #B90F47;
}
</style>
border-color css
<style>
span { border-color: #B90F47; }
span { border-color: rgb(185,15,71); }
td.TdClassName
{
border-color: #B90F47;
}
.TagClassName
{
border-color: #B90F47;
}
</style>