Shades of Cardinal #B50944
Tints of Cardinal #B50944
RGB
CMYK
RGB Variations
Color information
#B50944 (or 0xB50944) is known color: Cardinal. HEX triplet: B5, 09 and 44. RGB value is (181,9,68). Sum of RGB (Red+Green+Blue) = 181+9+68=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B50944 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50944 is #4AF6BB. Grayscale: #434343. Windows color (decimal): -4912828 or 4458933. OLE color: 4458933.
HSL color Cylindrical-coordinate representation of color #B50944: hue angle of 339.42º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50944 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 9 | 68 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.29 |
| HSL | 339.42º | 0.91% | 0.37% | - |
| HSV(B) | 339.42º | 0.95% | 0.71% | - |
| XYZ | 20.2 | 10.44 | 6.42 | - |
| YUV | 67.15 | 128.48 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 68 | 0 | 0.95 | 0.62 | 0.29 | 339.42 | 0.91 | 0.37 |
| Hex | B5 | 9 | 44 | 0 | 5F | 3E | 1D | 153 | 5B | 25 |
| Octal | 265 | 11 | 104 | 0 | 137 | 76 | 35 | 523 | 133 | 45 |
| Binary | 10110101 | 1001 | 1000100 | 0 | 1011111 | 111110 | 11101 | 101010011 | 1011011 | 100101 |
Color Harmonies of #B50944
Complementary color
Monochromatic Colors of #B50944
Black with #B50944
Text Example
Text Example
White with #B50944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50944; }
p { color: rgb(181,9,68); }
H1.HeaderClassName
{
color: #B50944;
}
.AnyTagClassName
{
color: #B50944;
}
</style>
background-color css
<style>
a { background-color: #B50944; }
a { background-color: rgb(181,9,68); }
div.DivClassName
{
background-color: #B50944;
}
.BgClassName
{
background-color: #B50944;
}
</style>
border-color css
<style>
span { border-color: #B50944; }
span { border-color: rgb(181,9,68); }
td.TdClassName
{
border-color: #B50944;
}
.TagClassName
{
border-color: #B50944;
}
</style>