Shades of Cardinal #B90B32
Tints of Cardinal #B90B32
RGB
CMYK
RGB Variations
Color information
#B90B32 (or 0xB90B32) is known color: Cardinal. HEX triplet: B9, 0B and 32. RGB value is (185,11,50). Sum of RGB (Red+Green+Blue) = 185+11+50=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90B32 is #46F4CD. Grayscale: #434343. Windows color (decimal): -4650190 or 3279801. OLE color: 3279801.
HSL color Cylindrical-coordinate representation of color #B90B32: hue angle of 346.55º 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 #B90B32 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 50 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.27 |
| HSL | 346.55º | 0.89% | 0.38% | - |
| HSV(B) | 346.55º | 0.94% | 0.73% | - |
| XYZ | 20.7 | 10.78 | 4.01 | - |
| YUV | 67.47 | 118.15 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 50 | 0 | 0.94 | 0.73 | 0.27 | 346.55 | 0.89 | 0.38 |
| Hex | B9 | B | 32 | 0 | 5E | 49 | 1B | 15B | 59 | 26 |
| Octal | 271 | 13 | 62 | 0 | 136 | 111 | 33 | 533 | 131 | 46 |
| Binary | 10111001 | 1011 | 110010 | 0 | 1011110 | 1001001 | 11011 | 101011011 | 1011001 | 100110 |
Color Harmonies of #B90B32
Complementary color
Monochromatic Colors of #B90B32
Black with #B90B32
Text Example
Text Example
White with #B90B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90B32; }
p { color: rgb(185,11,50); }
H1.HeaderClassName
{
color: #B90B32;
}
.AnyTagClassName
{
color: #B90B32;
}
</style>
background-color css
<style>
a { background-color: #B90B32; }
a { background-color: rgb(185,11,50); }
div.DivClassName
{
background-color: #B90B32;
}
.BgClassName
{
background-color: #B90B32;
}
</style>
border-color css
<style>
span { border-color: #B90B32; }
span { border-color: rgb(185,11,50); }
td.TdClassName
{
border-color: #B90B32;
}
.TagClassName
{
border-color: #B90B32;
}
</style>