Shades of Cardinal #B90634
Tints of Cardinal #B90634
RGB
CMYK
RGB Variations
Color information
#B90634 (or 0xB90634) is known color: Cardinal. HEX triplet: B9, 06 and 34. RGB value is (185,6,52). Sum of RGB (Red+Green+Blue) = 185+6+52=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B90634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90634 is #46F9CB. Grayscale: #404040. Windows color (decimal): -4651468 or 3409593. OLE color: 3409593.
HSL color Cylindrical-coordinate representation of color #B90634: hue angle of 344.58º 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 #B90634 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 6 | 52 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.27 |
| HSL | 344.58º | 0.94% | 0.37% | - |
| HSV(B) | 344.58º | 0.97% | 0.73% | - |
| XYZ | 20.69 | 10.69 | 4.22 | - |
| YUV | 64.77 | 120.8 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 6 | 52 | 0 | 0.97 | 0.72 | 0.27 | 344.58 | 0.94 | 0.37 |
| Hex | B9 | 6 | 34 | 0 | 61 | 48 | 1B | 159 | 5E | 25 |
| Octal | 271 | 6 | 64 | 0 | 141 | 110 | 33 | 531 | 136 | 45 |
| Binary | 10111001 | 110 | 110100 | 0 | 1100001 | 1001000 | 11011 | 101011001 | 1011110 | 100101 |
Color Harmonies of #B90634
Complementary color
Monochromatic Colors of #B90634
Black with #B90634
Text Example
Text Example
White with #B90634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90634; }
p { color: rgb(185,6,52); }
H1.HeaderClassName
{
color: #B90634;
}
.AnyTagClassName
{
color: #B90634;
}
</style>
background-color css
<style>
a { background-color: #B90634; }
a { background-color: rgb(185,6,52); }
div.DivClassName
{
background-color: #B90634;
}
.BgClassName
{
background-color: #B90634;
}
</style>
border-color css
<style>
span { border-color: #B90634; }
span { border-color: rgb(185,6,52); }
td.TdClassName
{
border-color: #B90634;
}
.TagClassName
{
border-color: #B90634;
}
</style>