Shades of Cardinal #B91138
Tints of Cardinal #B91138
RGB
CMYK
RGB Variations
Color information
#B91138 (or 0xB91138) is known color: Cardinal. HEX triplet: B9, 11 and 38. RGB value is (185,17,56). Sum of RGB (Red+Green+Blue) = 185+17+56=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B91138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91138 is #46EEC7. Grayscale: #474747. Windows color (decimal): -4648648 or 3674553. OLE color: 3674553.
HSL color Cylindrical-coordinate representation of color #B91138: hue angle of 346.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91138 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 56 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.27 |
| HSL | 346.07º | 0.83% | 0.4% | - |
| HSV(B) | 346.07º | 0.91% | 0.73% | - |
| XYZ | 20.92 | 11 | 4.76 | - |
| YUV | 71.68 | 119.16 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 56 | 0 | 0.91 | 0.70 | 0.27 | 346.07 | 0.83 | 0.4 |
| Hex | B9 | 11 | 38 | 0 | 5B | 46 | 1B | 15A | 53 | 28 |
| Octal | 271 | 21 | 70 | 0 | 133 | 106 | 33 | 532 | 123 | 50 |
| Binary | 10111001 | 10001 | 111000 | 0 | 1011011 | 1000110 | 11011 | 101011010 | 1010011 | 101000 |
Color Harmonies of #B91138
Complementary color
Monochromatic Colors of #B91138
Black with #B91138
Text Example
Text Example
White with #B91138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91138; }
p { color: rgb(185,17,56); }
H1.HeaderClassName
{
color: #B91138;
}
.AnyTagClassName
{
color: #B91138;
}
</style>
background-color css
<style>
a { background-color: #B91138; }
a { background-color: rgb(185,17,56); }
div.DivClassName
{
background-color: #B91138;
}
.BgClassName
{
background-color: #B91138;
}
</style>
border-color css
<style>
span { border-color: #B91138; }
span { border-color: rgb(185,17,56); }
td.TdClassName
{
border-color: #B91138;
}
.TagClassName
{
border-color: #B91138;
}
</style>