Shades of Cardinal #B50140
Tints of Cardinal #B50140
RGB
CMYK
RGB Variations
Color information
#B50140 (or 0xB50140) is known color: Cardinal. HEX triplet: B5, 01 and 40. RGB value is (181,1,64). Sum of RGB (Red+Green+Blue) = 181+1+64=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 64 (25.39% from 255 or 26.02% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B50140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50140 is #4AFEBF. Grayscale: #3D3D3D. Windows color (decimal): -4914880 or 4194741. OLE color: 4194741.
HSL color Cylindrical-coordinate representation of color #B50140: hue angle of 339º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50140 is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 64 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.29 |
| HSL | 339º | 0.99% | 0.36% | - |
| HSV(B) | 339º | 0.99% | 0.71% | - |
| XYZ | 19.99 | 10.22 | 5.77 | - |
| YUV | 62 | 129.13 | 212.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 64 | 0 | 0.99 | 0.65 | 0.29 | 339 | 0.99 | 0.36 |
| Hex | B5 | 1 | 40 | 0 | 63 | 41 | 1D | 153 | 63 | 24 |
| Octal | 265 | 1 | 100 | 0 | 143 | 101 | 35 | 523 | 143 | 44 |
| Binary | 10110101 | 1 | 1000000 | 0 | 1100011 | 1000001 | 11101 | 101010011 | 1100011 | 100100 |
Color Harmonies of #B50140
Complementary color
Monochromatic Colors of #B50140
Black with #B50140
Text Example
Text Example
White with #B50140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50140; }
p { color: rgb(181,1,64); }
H1.HeaderClassName
{
color: #B50140;
}
.AnyTagClassName
{
color: #B50140;
}
</style>
background-color css
<style>
a { background-color: #B50140; }
a { background-color: rgb(181,1,64); }
div.DivClassName
{
background-color: #B50140;
}
.BgClassName
{
background-color: #B50140;
}
</style>
border-color css
<style>
span { border-color: #B50140; }
span { border-color: rgb(181,1,64); }
td.TdClassName
{
border-color: #B50140;
}
.TagClassName
{
border-color: #B50140;
}
</style>