Shades of Cardinal #B90F37
Tints of Cardinal #B90F37
RGB
CMYK
RGB Variations
Color information
#B90F37 (or 0xB90F37) is known color: Cardinal. HEX triplet: B9, 0F and 37. RGB value is (185,15,55). Sum of RGB (Red+Green+Blue) = 185+15+55=255 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.55% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90F37 is #46F0C8. Grayscale: #464646. Windows color (decimal): -4649161 or 3608505. OLE color: 3608505.
HSL color Cylindrical-coordinate representation of color #B90F37: hue angle of 345.88º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90F37 is Cyan = 0, Magento = 0.92, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 15 | 55 | - |
| CMYK | 0 | 0.92 | 0.70 | 0.27 |
| HSL | 345.88º | 0.85% | 0.39% | - |
| HSV(B) | 345.88º | 0.92% | 0.73% | - |
| XYZ | 20.87 | 10.93 | 4.62 | - |
| YUV | 70.39 | 119.32 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 15 | 55 | 0 | 0.92 | 0.70 | 0.27 | 345.88 | 0.85 | 0.39 |
| Hex | B9 | F | 37 | 0 | 5C | 46 | 1B | 15A | 55 | 27 |
| Octal | 271 | 17 | 67 | 0 | 134 | 106 | 33 | 532 | 125 | 47 |
| Binary | 10111001 | 1111 | 110111 | 0 | 1011100 | 1000110 | 11011 | 101011010 | 1010101 | 100111 |
Color Harmonies of #B90F37
Complementary color
Monochromatic Colors of #B90F37
Black with #B90F37
Text Example
Text Example
White with #B90F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90F37; }
p { color: rgb(185,15,55); }
H1.HeaderClassName
{
color: #B90F37;
}
.AnyTagClassName
{
color: #B90F37;
}
</style>
background-color css
<style>
a { background-color: #B90F37; }
a { background-color: rgb(185,15,55); }
div.DivClassName
{
background-color: #B90F37;
}
.BgClassName
{
background-color: #B90F37;
}
</style>
border-color css
<style>
span { border-color: #B90F37; }
span { border-color: rgb(185,15,55); }
td.TdClassName
{
border-color: #B90F37;
}
.TagClassName
{
border-color: #B90F37;
}
</style>