Shades of Cardinal #B90C40
Tints of Cardinal #B90C40
RGB
CMYK
RGB Variations
Color information
#B90C40 (or 0xB90C40) is known color: Cardinal. HEX triplet: B9, 0C and 40. RGB value is (185,12,64). Sum of RGB (Red+Green+Blue) = 185+12+64=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B90C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90C40 is #46F3BF. Grayscale: #454545. Windows color (decimal): -4649920 or 4197561. OLE color: 4197561.
HSL color Cylindrical-coordinate representation of color #B90C40: hue angle of 341.97º 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 #B90C40 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 12 | 64 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.27 |
| HSL | 341.97º | 0.88% | 0.39% | - |
| HSV(B) | 341.97º | 0.94% | 0.73% | - |
| XYZ | 21.06 | 10.95 | 5.85 | - |
| YUV | 69.66 | 124.81 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 12 | 64 | 0 | 0.94 | 0.65 | 0.27 | 341.97 | 0.88 | 0.39 |
| Hex | B9 | C | 40 | 0 | 5E | 41 | 1B | 156 | 58 | 27 |
| Octal | 271 | 14 | 100 | 0 | 136 | 101 | 33 | 526 | 130 | 47 |
| Binary | 10111001 | 1100 | 1000000 | 0 | 1011110 | 1000001 | 11011 | 101010110 | 1011000 | 100111 |
Color Harmonies of #B90C40
Complementary color
Monochromatic Colors of #B90C40
Black with #B90C40
Text Example
Text Example
White with #B90C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90C40; }
p { color: rgb(185,12,64); }
H1.HeaderClassName
{
color: #B90C40;
}
.AnyTagClassName
{
color: #B90C40;
}
</style>
background-color css
<style>
a { background-color: #B90C40; }
a { background-color: rgb(185,12,64); }
div.DivClassName
{
background-color: #B90C40;
}
.BgClassName
{
background-color: #B90C40;
}
</style>
border-color css
<style>
span { border-color: #B90C40; }
span { border-color: rgb(185,12,64); }
td.TdClassName
{
border-color: #B90C40;
}
.TagClassName
{
border-color: #B90C40;
}
</style>