Shades of Cardinal #B90236
Tints of Cardinal #B90236
RGB
CMYK
RGB Variations
Color information
#B90236 (or 0xB90236) is known color: Cardinal. HEX triplet: B9, 02 and 36. RGB value is (185,2,54). Sum of RGB (Red+Green+Blue) = 185+2+54=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B90236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90236 is #46FDC9. Grayscale: #3E3E3E. Windows color (decimal): -4652490 or 3539641. OLE color: 3539641.
HSL color Cylindrical-coordinate representation of color #B90236: hue angle of 342.95º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90236 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.27 |
| HSL | 342.95º | 0.98% | 0.37% | - |
| HSV(B) | 342.95º | 0.99% | 0.73% | - |
| XYZ | 20.7 | 10.62 | 4.45 | - |
| YUV | 62.65 | 123.13 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 2 | 54 | 0 | 0.99 | 0.71 | 0.27 | 342.95 | 0.98 | 0.37 |
| Hex | B9 | 2 | 36 | 0 | 63 | 47 | 1B | 157 | 62 | 25 |
| Octal | 271 | 2 | 66 | 0 | 143 | 107 | 33 | 527 | 142 | 45 |
| Binary | 10111001 | 10 | 110110 | 0 | 1100011 | 1000111 | 11011 | 101010111 | 1100010 | 100101 |
Color Harmonies of #B90236
Complementary color
Monochromatic Colors of #B90236
Black with #B90236
Text Example
Text Example
White with #B90236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B90236; }
p { color: rgb(185,2,54); }
H1.HeaderClassName
{
color: #B90236;
}
.AnyTagClassName
{
color: #B90236;
}
</style>
background-color css
<style>
a { background-color: #B90236; }
a { background-color: rgb(185,2,54); }
div.DivClassName
{
background-color: #B90236;
}
.BgClassName
{
background-color: #B90236;
}
</style>
border-color css
<style>
span { border-color: #B90236; }
span { border-color: rgb(185,2,54); }
td.TdClassName
{
border-color: #B90236;
}
.TagClassName
{
border-color: #B90236;
}
</style>