Shades of Cardinal #B90844
Tints of Cardinal #B90844
RGB
CMYK
RGB Variations
Color information
#B90844 (or 0xB90844) is known color: Cardinal. HEX triplet: B9, 08 and 44. RGB value is (185,8,68). Sum of RGB (Red+Green+Blue) = 185+8+68=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 8 (3.52% from 255 or 3.07% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B90844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90844 is #46F7BB. Grayscale: #434343. Windows color (decimal): -4650940 or 4458681. OLE color: 4458681.
HSL color Cylindrical-coordinate representation of color #B90844: hue angle of 339.66º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90844 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 68 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.27 |
| HSL | 339.66º | 0.92% | 0.38% | - |
| HSV(B) | 339.66º | 0.96% | 0.73% | - |
| XYZ | 21.14 | 10.91 | 6.46 | - |
| YUV | 67.76 | 128.14 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 68 | 0 | 0.96 | 0.63 | 0.27 | 339.66 | 0.92 | 0.38 |
| Hex | B9 | 8 | 44 | 0 | 60 | 3F | 1B | 154 | 5C | 26 |
| Octal | 271 | 10 | 104 | 0 | 140 | 77 | 33 | 524 | 134 | 46 |
| Binary | 10111001 | 1000 | 1000100 | 0 | 1100000 | 111111 | 11011 | 101010100 | 1011100 | 100110 |
Color Harmonies of #B90844
Complementary color
Monochromatic Colors of #B90844
Black with #B90844
Text Example
Text Example
White with #B90844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90844; }
p { color: rgb(185,8,68); }
H1.HeaderClassName
{
color: #B90844;
}
.AnyTagClassName
{
color: #B90844;
}
</style>
background-color css
<style>
a { background-color: #B90844; }
a { background-color: rgb(185,8,68); }
div.DivClassName
{
background-color: #B90844;
}
.BgClassName
{
background-color: #B90844;
}
</style>
border-color css
<style>
span { border-color: #B90844; }
span { border-color: rgb(185,8,68); }
td.TdClassName
{
border-color: #B90844;
}
.TagClassName
{
border-color: #B90844;
}
</style>