Shades of Cardinal #B50136
Tints of Cardinal #B50136
RGB
CMYK
RGB Variations
Color information
#B50136 (or 0xB50136) is known color: Cardinal. HEX triplet: B5, 01 and 36. RGB value is (181,1,54). Sum of RGB (Red+Green+Blue) = 181+1+54=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B50136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50136 is #4AFEC9. Grayscale: #3C3C3C. Windows color (decimal): -4914890 or 3539381. OLE color: 3539381.
HSL color Cylindrical-coordinate representation of color #B50136: hue angle of 342.33º 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 #B50136 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 54 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.29 |
| HSL | 342.33º | 0.99% | 0.36% | - |
| HSV(B) | 342.33º | 0.99% | 0.71% | - |
| XYZ | 19.73 | 10.11 | 4.4 | - |
| YUV | 60.86 | 124.13 | 213.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 54 | 0 | 0.99 | 0.70 | 0.29 | 342.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 36 | 0 | 63 | 46 | 1D | 156 | 63 | 24 |
| Octal | 265 | 1 | 66 | 0 | 143 | 106 | 35 | 526 | 143 | 44 |
| Binary | 10110101 | 1 | 110110 | 0 | 1100011 | 1000110 | 11101 | 101010110 | 1100011 | 100100 |
Color Harmonies of #B50136
Complementary color
Monochromatic Colors of #B50136
Black with #B50136
Text Example
Text Example
White with #B50136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50136; }
p { color: rgb(181,1,54); }
H1.HeaderClassName
{
color: #B50136;
}
.AnyTagClassName
{
color: #B50136;
}
</style>
background-color css
<style>
a { background-color: #B50136; }
a { background-color: rgb(181,1,54); }
div.DivClassName
{
background-color: #B50136;
}
.BgClassName
{
background-color: #B50136;
}
</style>
border-color css
<style>
span { border-color: #B50136; }
span { border-color: rgb(181,1,54); }
td.TdClassName
{
border-color: #B50136;
}
.TagClassName
{
border-color: #B50136;
}
</style>