Shades of Cardinal #B50541
Tints of Cardinal #B50541
RGB
CMYK
RGB Variations
Color information
#B50541 (or 0xB50541) is known color: Cardinal. HEX triplet: B5, 05 and 41. RGB value is (181,5,65). Sum of RGB (Red+Green+Blue) = 181+5+65=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B50541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50541 is #4AFABE. Grayscale: #404040. Windows color (decimal): -4913855 or 4261301. OLE color: 4261301.
HSL color Cylindrical-coordinate representation of color #B50541: hue angle of 339.55º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50541 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 5 | 65 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.29 |
| HSL | 339.55º | 0.95% | 0.36% | - |
| HSV(B) | 339.55º | 0.97% | 0.71% | - |
| XYZ | 20.06 | 10.31 | 5.93 | - |
| YUV | 64.46 | 128.31 | 211.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 65 | 0 | 0.97 | 0.64 | 0.29 | 339.55 | 0.95 | 0.36 |
| Hex | B5 | 5 | 41 | 0 | 61 | 40 | 1D | 154 | 5F | 24 |
| Octal | 265 | 5 | 101 | 0 | 141 | 100 | 35 | 524 | 137 | 44 |
| Binary | 10110101 | 101 | 1000001 | 0 | 1100001 | 1000000 | 11101 | 101010100 | 1011111 | 100100 |
Color Harmonies of #B50541
Complementary color
Monochromatic Colors of #B50541
Black with #B50541
Text Example
Text Example
White with #B50541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50541; }
p { color: rgb(181,5,65); }
H1.HeaderClassName
{
color: #B50541;
}
.AnyTagClassName
{
color: #B50541;
}
</style>
background-color css
<style>
a { background-color: #B50541; }
a { background-color: rgb(181,5,65); }
div.DivClassName
{
background-color: #B50541;
}
.BgClassName
{
background-color: #B50541;
}
</style>
border-color css
<style>
span { border-color: #B50541; }
span { border-color: rgb(181,5,65); }
td.TdClassName
{
border-color: #B50541;
}
.TagClassName
{
border-color: #B50541;
}
</style>