Shades of Cardinal #B90C37
Tints of Cardinal #B90C37
RGB
CMYK
RGB Variations
Color information
#B90C37 (or 0xB90C37) is known color: Cardinal. HEX triplet: B9, 0C and 37. RGB value is (185,12,55). Sum of RGB (Red+Green+Blue) = 185+12+55=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 12 (5.08% from 255 or 4.76% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C37 is #46F3C8. Grayscale: #444444. Windows color (decimal): -4649929 or 3607737. OLE color: 3607737.
HSL color Cylindrical-coordinate representation of color #B90C37: hue angle of 345.09º 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 #B90C37 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 55 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.27 |
| HSL | 345.09º | 0.88% | 0.39% | - |
| HSV(B) | 345.09º | 0.94% | 0.73% | - |
| XYZ | 20.83 | 10.85 | 4.61 | - |
| YUV | 68.63 | 120.31 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 55 | 0 | 0.94 | 0.70 | 0.27 | 345.09 | 0.88 | 0.39 |
| Hex | B9 | C | 37 | 0 | 5E | 46 | 1B | 159 | 58 | 27 |
| Octal | 271 | 14 | 67 | 0 | 136 | 106 | 33 | 531 | 130 | 47 |
| Binary | 10111001 | 1100 | 110111 | 0 | 1011110 | 1000110 | 11011 | 101011001 | 1011000 | 100111 |
Color Harmonies of #B90C37
Complementary color
Monochromatic Colors of #B90C37
Black with #B90C37
Text Example
Text Example
White with #B90C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C37; }
p { color: rgb(185,12,55); }
H1.HeaderClassName
{
color: #B90C37;
}
.AnyTagClassName
{
color: #B90C37;
}
</style>
background-color css
<style>
a { background-color: #B90C37; }
a { background-color: rgb(185,12,55); }
div.DivClassName
{
background-color: #B90C37;
}
.BgClassName
{
background-color: #B90C37;
}
</style>
border-color css
<style>
span { border-color: #B90C37; }
span { border-color: rgb(185,12,55); }
td.TdClassName
{
border-color: #B90C37;
}
.TagClassName
{
border-color: #B90C37;
}
</style>