Shades of Cardinal #B90B3F
Tints of Cardinal #B90B3F
RGB
CMYK
RGB Variations
Color information
#B90B3F (or 0xB90B3F) is known color: Cardinal. HEX triplet: B9, 0B and 3F. RGB value is (185,11,63). Sum of RGB (Red+Green+Blue) = 185+11+63=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B90B3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90B3F is #46F4C0. Grayscale: #444444. Windows color (decimal): -4650177 or 4131769. OLE color: 4131769.
HSL color Cylindrical-coordinate representation of color #B90B3F: hue angle of 342.07º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B90B3F is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 11 | 63 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.27 |
| HSL | 342.07º | 0.89% | 0.38% | - |
| HSV(B) | 342.07º | 0.94% | 0.73% | - |
| XYZ | 21.02 | 10.91 | 5.7 | - |
| YUV | 68.95 | 124.65 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 11 | 63 | 0 | 0.94 | 0.66 | 0.27 | 342.07 | 0.89 | 0.38 |
| Hex | B9 | B | 3F | 0 | 5E | 42 | 1B | 156 | 59 | 26 |
| Octal | 271 | 13 | 77 | 0 | 136 | 102 | 33 | 526 | 131 | 46 |
| Binary | 10111001 | 1011 | 111111 | 0 | 1011110 | 1000010 | 11011 | 101010110 | 1011001 | 100110 |
Color Harmonies of #B90B3F
Complementary color
Monochromatic Colors of #B90B3F
Black with #B90B3F
Text Example
Text Example
White with #B90B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90B3F; }
p { color: rgb(185,11,63); }
H1.HeaderClassName
{
color: #B90B3F;
}
.AnyTagClassName
{
color: #B90B3F;
}
</style>
background-color css
<style>
a { background-color: #B90B3F; }
a { background-color: rgb(185,11,63); }
div.DivClassName
{
background-color: #B90B3F;
}
.BgClassName
{
background-color: #B90B3F;
}
</style>
border-color css
<style>
span { border-color: #B90B3F; }
span { border-color: rgb(185,11,63); }
td.TdClassName
{
border-color: #B90B3F;
}
.TagClassName
{
border-color: #B90B3F;
}
</style>