Shades of Cardinal #B50031
Tints of Cardinal #B50031
RGB
CMYK
RGB Variations
Color information
#B50031 (or 0xB50031) is known color: Cardinal. HEX triplet: B5, 00 and 31. RGB value is (181,0,49). Sum of RGB (Red+Green+Blue) = 181+0+49=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B50031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50031 is #4AFFCE. Grayscale: #3B3B3B. Windows color (decimal): -4915151 or 3211445. OLE color: 3211445.
HSL color Cylindrical-coordinate representation of color #B50031: hue angle of 343.76º 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 #B50031 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.73 | 0.29 |
| HSL | 343.76º | 1% | 0.35% | - |
| HSV(B) | 343.76º | 1% | 0.71% | - |
| XYZ | 19.61 | 10.05 | 3.81 | - |
| YUV | 59.71 | 121.97 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 49 | 0 | 1 | 0.73 | 0.29 | 343.76 | 1 | 0.35 |
| Hex | B5 | 0 | 31 | 0 | 64 | 49 | 1D | 158 | 64 | 23 |
| Octal | 265 | 0 | 61 | 0 | 144 | 111 | 35 | 530 | 144 | 43 |
| Binary | 10110101 | 0 | 110001 | 0 | 1100100 | 1001001 | 11101 | 101011000 | 1100100 | 100011 |
Color Harmonies of #B50031
Complementary color
Monochromatic Colors of #B50031
Black with #B50031
Text Example
Text Example
White with #B50031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50031; }
p { color: rgb(181,0,49); }
H1.HeaderClassName
{
color: #B50031;
}
.AnyTagClassName
{
color: #B50031;
}
</style>
background-color css
<style>
a { background-color: #B50031; }
a { background-color: rgb(181,0,49); }
div.DivClassName
{
background-color: #B50031;
}
.BgClassName
{
background-color: #B50031;
}
</style>
border-color css
<style>
span { border-color: #B50031; }
span { border-color: rgb(181,0,49); }
td.TdClassName
{
border-color: #B50031;
}
.TagClassName
{
border-color: #B50031;
}
</style>