Shades of Cardinal #B50236
Tints of Cardinal #B50236
RGB
CMYK
RGB Variations
Color information
#B50236 (or 0xB50236) is known color: Cardinal. HEX triplet: B5, 02 and 36. RGB value is (181,2,54). Sum of RGB (Red+Green+Blue) = 181+2+54=237 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.37% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 181 - color contains mainly: red. Hex color #B50236 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50236 is #4AFDC9. Grayscale: #3D3D3D. Windows color (decimal): -4914634 or 3539637. OLE color: 3539637.
HSL color Cylindrical-coordinate representation of color #B50236: hue angle of 342.57º degrees, saturation: 0.98, 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 #B50236 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 54 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.29 |
| HSL | 342.57º | 0.98% | 0.36% | - |
| HSV(B) | 342.57º | 0.99% | 0.71% | - |
| XYZ | 19.74 | 10.13 | 4.41 | - |
| YUV | 61.45 | 123.8 | 213.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 54 | 0 | 0.99 | 0.70 | 0.29 | 342.57 | 0.98 | 0.36 |
| Hex | B5 | 2 | 36 | 0 | 63 | 46 | 1D | 157 | 62 | 24 |
| Octal | 265 | 2 | 66 | 0 | 143 | 106 | 35 | 527 | 142 | 44 |
| Binary | 10110101 | 10 | 110110 | 0 | 1100011 | 1000110 | 11101 | 101010111 | 1100010 | 100100 |
Color Harmonies of #B50236
Complementary color
Monochromatic Colors of #B50236
Black with #B50236
Text Example
Text Example
White with #B50236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50236; }
p { color: rgb(181,2,54); }
H1.HeaderClassName
{
color: #B50236;
}
.AnyTagClassName
{
color: #B50236;
}
</style>
background-color css
<style>
a { background-color: #B50236; }
a { background-color: rgb(181,2,54); }
div.DivClassName
{
background-color: #B50236;
}
.BgClassName
{
background-color: #B50236;
}
</style>
border-color css
<style>
span { border-color: #B50236; }
span { border-color: rgb(181,2,54); }
td.TdClassName
{
border-color: #B50236;
}
.TagClassName
{
border-color: #B50236;
}
</style>