Shades of Cardinal #B90836
Tints of Cardinal #B90836
RGB
CMYK
RGB Variations
Color information
#B90836 (or 0xB90836) is known color: Cardinal. HEX triplet: B9, 08 and 36. RGB value is (185,8,54). Sum of RGB (Red+Green+Blue) = 185+8+54=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 54 (21.48% from 255 or 21.86% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B90836 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90836 is #46F7C9. Grayscale: #424242. Windows color (decimal): -4650954 or 3541177. OLE color: 3541177.
HSL color Cylindrical-coordinate representation of color #B90836: hue angle of 344.41º 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 #B90836 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 8 | 54 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.27 |
| HSL | 344.41º | 0.92% | 0.38% | - |
| HSV(B) | 344.41º | 0.96% | 0.73% | - |
| XYZ | 20.76 | 10.75 | 4.47 | - |
| YUV | 66.17 | 121.14 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 8 | 54 | 0 | 0.96 | 0.71 | 0.27 | 344.41 | 0.92 | 0.38 |
| Hex | B9 | 8 | 36 | 0 | 60 | 47 | 1B | 158 | 5C | 26 |
| Octal | 271 | 10 | 66 | 0 | 140 | 107 | 33 | 530 | 134 | 46 |
| Binary | 10111001 | 1000 | 110110 | 0 | 1100000 | 1000111 | 11011 | 101011000 | 1011100 | 100110 |
Color Harmonies of #B90836
Complementary color
Monochromatic Colors of #B90836
Black with #B90836
Text Example
Text Example
White with #B90836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90836; }
p { color: rgb(185,8,54); }
H1.HeaderClassName
{
color: #B90836;
}
.AnyTagClassName
{
color: #B90836;
}
</style>
background-color css
<style>
a { background-color: #B90836; }
a { background-color: rgb(185,8,54); }
div.DivClassName
{
background-color: #B90836;
}
.BgClassName
{
background-color: #B90836;
}
</style>
border-color css
<style>
span { border-color: #B90836; }
span { border-color: rgb(185,8,54); }
td.TdClassName
{
border-color: #B90836;
}
.TagClassName
{
border-color: #B90836;
}
</style>