Shades of Cardinal #B90646
Tints of Cardinal #B90646
RGB
CMYK
RGB Variations
Color information
#B90646 (or 0xB90646) is known color: Cardinal. HEX triplet: B9, 06 and 46. RGB value is (185,6,70). Sum of RGB (Red+Green+Blue) = 185+6+70=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B90646 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90646 is #46F9B9. Grayscale: #424242. Windows color (decimal): -4651450 or 4589241. OLE color: 4589241.
HSL color Cylindrical-coordinate representation of color #B90646: hue angle of 338.55º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B90646 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 6 | 70 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.27 |
| HSL | 338.55º | 0.94% | 0.37% | - |
| HSV(B) | 338.55º | 0.97% | 0.73% | - |
| XYZ | 21.18 | 10.89 | 6.78 | - |
| YUV | 66.82 | 129.8 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 70 | 0 | 0.97 | 0.62 | 0.27 | 338.55 | 0.94 | 0.37 |
| Hex | B9 | 6 | 46 | 0 | 61 | 3E | 1B | 153 | 5E | 25 |
| Octal | 271 | 6 | 106 | 0 | 141 | 76 | 33 | 523 | 136 | 45 |
| Binary | 10111001 | 110 | 1000110 | 0 | 1100001 | 111110 | 11011 | 101010011 | 1011110 | 100101 |
Color Harmonies of #B90646
Complementary color
Monochromatic Colors of #B90646
Black with #B90646
Text Example
Text Example
White with #B90646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90646; }
p { color: rgb(185,6,70); }
H1.HeaderClassName
{
color: #B90646;
}
.AnyTagClassName
{
color: #B90646;
}
</style>
background-color css
<style>
a { background-color: #B90646; }
a { background-color: rgb(185,6,70); }
div.DivClassName
{
background-color: #B90646;
}
.BgClassName
{
background-color: #B90646;
}
</style>
border-color css
<style>
span { border-color: #B90646; }
span { border-color: rgb(185,6,70); }
td.TdClassName
{
border-color: #B90646;
}
.TagClassName
{
border-color: #B90646;
}
</style>