Shades of Cardinal #B90738
Tints of Cardinal #B90738
RGB
CMYK
RGB Variations
Color information
#B90738 (or 0xB90738) is known color: Cardinal. HEX triplet: B9, 07 and 38. RGB value is (185,7,56). Sum of RGB (Red+Green+Blue) = 185+7+56=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B90738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90738 is #46F8C7. Grayscale: #414141. Windows color (decimal): -4651208 or 3671993. OLE color: 3671993.
HSL color Cylindrical-coordinate representation of color #B90738: hue angle of 343.48º degrees, saturation: 0.93, 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 #B90738 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 7 | 56 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.27 |
| HSL | 343.48º | 0.93% | 0.38% | - |
| HSV(B) | 343.48º | 0.96% | 0.73% | - |
| XYZ | 20.8 | 10.75 | 4.72 | - |
| YUV | 65.81 | 122.47 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 56 | 0 | 0.96 | 0.70 | 0.27 | 343.48 | 0.93 | 0.38 |
| Hex | B9 | 7 | 38 | 0 | 60 | 46 | 1B | 157 | 5D | 26 |
| Octal | 271 | 7 | 70 | 0 | 140 | 106 | 33 | 527 | 135 | 46 |
| Binary | 10111001 | 111 | 111000 | 0 | 1100000 | 1000110 | 11011 | 101010111 | 1011101 | 100110 |
Color Harmonies of #B90738
Complementary color
Monochromatic Colors of #B90738
Black with #B90738
Text Example
Text Example
White with #B90738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90738; }
p { color: rgb(185,7,56); }
H1.HeaderClassName
{
color: #B90738;
}
.AnyTagClassName
{
color: #B90738;
}
</style>
background-color css
<style>
a { background-color: #B90738; }
a { background-color: rgb(185,7,56); }
div.DivClassName
{
background-color: #B90738;
}
.BgClassName
{
background-color: #B90738;
}
</style>
border-color css
<style>
span { border-color: #B90738; }
span { border-color: rgb(185,7,56); }
td.TdClassName
{
border-color: #B90738;
}
.TagClassName
{
border-color: #B90738;
}
</style>