Shades of Cardinal #B90B2C
Tints of Cardinal #B90B2C
RGB
CMYK
RGB Variations
Color information
#B90B2C (or 0xB90B2C) is known color: Cardinal. HEX triplet: B9, 0B and 2C. RGB value is (185,11,44). Sum of RGB (Red+Green+Blue) = 185+11+44=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90B2C is #46F4D3. Grayscale: #424242. Windows color (decimal): -4650196 or 2886585. OLE color: 2886585.
HSL color Cylindrical-coordinate representation of color #B90B2C: hue angle of 348.62º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90B2C is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 44 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.27 |
| HSL | 348.62º | 0.89% | 0.38% | - |
| HSV(B) | 348.62º | 0.94% | 0.73% | - |
| XYZ | 20.58 | 10.74 | 3.37 | - |
| YUV | 66.79 | 115.15 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 44 | 0 | 0.94 | 0.76 | 0.27 | 348.62 | 0.89 | 0.38 |
| Hex | B9 | B | 2C | 0 | 5E | 4C | 1B | 15D | 59 | 26 |
| Octal | 271 | 13 | 54 | 0 | 136 | 114 | 33 | 535 | 131 | 46 |
| Binary | 10111001 | 1011 | 101100 | 0 | 1011110 | 1001100 | 11011 | 101011101 | 1011001 | 100110 |
Color Harmonies of #B90B2C
Complementary color
Monochromatic Colors of #B90B2C
Black with #B90B2C
Text Example
Text Example
White with #B90B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90B2C; }
p { color: rgb(185,11,44); }
H1.HeaderClassName
{
color: #B90B2C;
}
.AnyTagClassName
{
color: #B90B2C;
}
</style>
background-color css
<style>
a { background-color: #B90B2C; }
a { background-color: rgb(185,11,44); }
div.DivClassName
{
background-color: #B90B2C;
}
.BgClassName
{
background-color: #B90B2C;
}
</style>
border-color css
<style>
span { border-color: #B90B2C; }
span { border-color: rgb(185,11,44); }
td.TdClassName
{
border-color: #B90B2C;
}
.TagClassName
{
border-color: #B90B2C;
}
</style>