Shades of Cardinal #B90E43
Tints of Cardinal #B90E43
RGB
CMYK
RGB Variations
Color information
#B90E43 (or 0xB90E43) is known color: Cardinal. HEX triplet: B9, 0E and 43. RGB value is (185,14,67). Sum of RGB (Red+Green+Blue) = 185+14+67=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90E43 is #46F1BC. Grayscale: #474747. Windows color (decimal): -4649405 or 4394681. OLE color: 4394681.
HSL color Cylindrical-coordinate representation of color #B90E43: hue angle of 341.4º degrees, saturation: 0.86, 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 #B90E43 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 14 | 67 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.27 |
| HSL | 341.4º | 0.86% | 0.39% | - |
| HSV(B) | 341.4º | 0.92% | 0.73% | - |
| XYZ | 21.18 | 11.03 | 6.32 | - |
| YUV | 71.17 | 125.65 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 14 | 67 | 0 | 0.92 | 0.64 | 0.27 | 341.4 | 0.86 | 0.39 |
| Hex | B9 | E | 43 | 0 | 5C | 40 | 1B | 155 | 56 | 27 |
| Octal | 271 | 16 | 103 | 0 | 134 | 100 | 33 | 525 | 126 | 47 |
| Binary | 10111001 | 1110 | 1000011 | 0 | 1011100 | 1000000 | 11011 | 101010101 | 1010110 | 100111 |
Color Harmonies of #B90E43
Complementary color
Monochromatic Colors of #B90E43
Black with #B90E43
Text Example
Text Example
White with #B90E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90E43; }
p { color: rgb(185,14,67); }
H1.HeaderClassName
{
color: #B90E43;
}
.AnyTagClassName
{
color: #B90E43;
}
</style>
background-color css
<style>
a { background-color: #B90E43; }
a { background-color: rgb(185,14,67); }
div.DivClassName
{
background-color: #B90E43;
}
.BgClassName
{
background-color: #B90E43;
}
</style>
border-color css
<style>
span { border-color: #B90E43; }
span { border-color: rgb(185,14,67); }
td.TdClassName
{
border-color: #B90E43;
}
.TagClassName
{
border-color: #B90E43;
}
</style>