Shades of Cardinal #B90C49
Tints of Cardinal #B90C49
RGB
CMYK
RGB Variations
Color information
#B90C49 (or 0xB90C49) is known color: Cardinal. HEX triplet: B9, 0C and 49. RGB value is (185,12,73). Sum of RGB (Red+Green+Blue) = 185+12+73=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C49 is #46F3B6. Grayscale: #464646. Windows color (decimal): -4649911 or 4787385. OLE color: 4787385.
HSL color Cylindrical-coordinate representation of color #B90C49: hue angle of 338.84º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90C49 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 73 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.27 |
| HSL | 338.84º | 0.88% | 0.39% | - |
| HSV(B) | 338.84º | 0.94% | 0.73% | - |
| XYZ | 21.34 | 11.06 | 7.31 | - |
| YUV | 70.68 | 129.31 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 73 | 0 | 0.94 | 0.61 | 0.27 | 338.84 | 0.88 | 0.39 |
| Hex | B9 | C | 49 | 0 | 5E | 3D | 1B | 153 | 58 | 27 |
| Octal | 271 | 14 | 111 | 0 | 136 | 75 | 33 | 523 | 130 | 47 |
| Binary | 10111001 | 1100 | 1001001 | 0 | 1011110 | 111101 | 11011 | 101010011 | 1011000 | 100111 |
Color Harmonies of #B90C49
Complementary color
Monochromatic Colors of #B90C49
Black with #B90C49
Text Example
Text Example
White with #B90C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C49; }
p { color: rgb(185,12,73); }
H1.HeaderClassName
{
color: #B90C49;
}
.AnyTagClassName
{
color: #B90C49;
}
</style>
background-color css
<style>
a { background-color: #B90C49; }
a { background-color: rgb(185,12,73); }
div.DivClassName
{
background-color: #B90C49;
}
.BgClassName
{
background-color: #B90C49;
}
</style>
border-color css
<style>
span { border-color: #B90C49; }
span { border-color: rgb(185,12,73); }
td.TdClassName
{
border-color: #B90C49;
}
.TagClassName
{
border-color: #B90C49;
}
</style>