Shades of Cardinal #B50036
Tints of Cardinal #B50036
RGB
CMYK
RGB Variations
Color information
#B50036 (or 0xB50036) is known color: Cardinal. HEX triplet: B5, 00 and 36. RGB value is (181,0,54). Sum of RGB (Red+Green+Blue) = 181+0+54=235 (31% of max value = 765). Red value is 181 (71.09% from 255 or 77.02% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 181 - color contains mainly: red. Hex color #B50036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50036 is #4AFFC9. Grayscale: #3C3C3C. Windows color (decimal): -4915146 or 3539125. OLE color: 3539125.
HSL color Cylindrical-coordinate representation of color #B50036: hue angle of 342.1º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50036 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 54 | - |
| CMYK | 0 | 1 | 0.70 | 0.29 |
| HSL | 342.1º | 1% | 0.35% | - |
| HSV(B) | 342.1º | 1% | 0.71% | - |
| XYZ | 19.72 | 10.09 | 4.4 | - |
| YUV | 60.28 | 124.47 | 214.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 54 | 0 | 1 | 0.70 | 0.29 | 342.1 | 1 | 0.35 |
| Hex | B5 | 0 | 36 | 0 | 64 | 46 | 1D | 156 | 64 | 23 |
| Octal | 265 | 0 | 66 | 0 | 144 | 106 | 35 | 526 | 144 | 43 |
| Binary | 10110101 | 0 | 110110 | 0 | 1100100 | 1000110 | 11101 | 101010110 | 1100100 | 100011 |
Color Harmonies of #B50036
Complementary color
Monochromatic Colors of #B50036
Black with #B50036
Text Example
Text Example
White with #B50036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50036; }
p { color: rgb(181,0,54); }
H1.HeaderClassName
{
color: #B50036;
}
.AnyTagClassName
{
color: #B50036;
}
</style>
background-color css
<style>
a { background-color: #B50036; }
a { background-color: rgb(181,0,54); }
div.DivClassName
{
background-color: #B50036;
}
.BgClassName
{
background-color: #B50036;
}
</style>
border-color css
<style>
span { border-color: #B50036; }
span { border-color: rgb(181,0,54); }
td.TdClassName
{
border-color: #B50036;
}
.TagClassName
{
border-color: #B50036;
}
</style>