Shades of Cardinal #B50241
Tints of Cardinal #B50241
RGB
CMYK
RGB Variations
Color information
#B50241 (or 0xB50241) is known color: Cardinal. HEX triplet: B5, 02 and 41. RGB value is (181,2,65). Sum of RGB (Red+Green+Blue) = 181+2+65=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B50241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50241 is #4AFDBE. Grayscale: #3E3E3E. Windows color (decimal): -4914623 or 4260533. OLE color: 4260533.
HSL color Cylindrical-coordinate representation of color #B50241: hue angle of 338.88º 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 #B50241 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 65 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.29 |
| HSL | 338.88º | 0.98% | 0.36% | - |
| HSV(B) | 338.88º | 0.99% | 0.71% | - |
| XYZ | 20.03 | 10.25 | 5.92 | - |
| YUV | 62.7 | 129.3 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 65 | 0 | 0.99 | 0.64 | 0.29 | 338.88 | 0.98 | 0.36 |
| Hex | B5 | 2 | 41 | 0 | 63 | 40 | 1D | 153 | 62 | 24 |
| Octal | 265 | 2 | 101 | 0 | 143 | 100 | 35 | 523 | 142 | 44 |
| Binary | 10110101 | 10 | 1000001 | 0 | 1100011 | 1000000 | 11101 | 101010011 | 1100010 | 100100 |
Color Harmonies of #B50241
Complementary color
Monochromatic Colors of #B50241
Black with #B50241
Text Example
Text Example
White with #B50241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50241; }
p { color: rgb(181,2,65); }
H1.HeaderClassName
{
color: #B50241;
}
.AnyTagClassName
{
color: #B50241;
}
</style>
background-color css
<style>
a { background-color: #B50241; }
a { background-color: rgb(181,2,65); }
div.DivClassName
{
background-color: #B50241;
}
.BgClassName
{
background-color: #B50241;
}
</style>
border-color css
<style>
span { border-color: #B50241; }
span { border-color: rgb(181,2,65); }
td.TdClassName
{
border-color: #B50241;
}
.TagClassName
{
border-color: #B50241;
}
</style>