Shades of Cardinal #B50845
Tints of Cardinal #B50845
RGB
CMYK
RGB Variations
Color information
#B50845 (or 0xB50845) is known color: Cardinal. HEX triplet: B5, 08 and 45. RGB value is (181,8,69). Sum of RGB (Red+Green+Blue) = 181+8+69=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B50845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50845 is #4AF7BA. Grayscale: #424242. Windows color (decimal): -4913083 or 4524213. OLE color: 4524213.
HSL color Cylindrical-coordinate representation of color #B50845: hue angle of 338.84º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50845 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 69 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.29 |
| HSL | 338.84º | 0.92% | 0.37% | - |
| HSV(B) | 338.84º | 0.96% | 0.71% | - |
| XYZ | 20.22 | 10.43 | 6.58 | - |
| YUV | 66.68 | 129.31 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 69 | 0 | 0.96 | 0.62 | 0.29 | 338.84 | 0.92 | 0.37 |
| Hex | B5 | 8 | 45 | 0 | 60 | 3E | 1D | 153 | 5C | 25 |
| Octal | 265 | 10 | 105 | 0 | 140 | 76 | 35 | 523 | 134 | 45 |
| Binary | 10110101 | 1000 | 1000101 | 0 | 1100000 | 111110 | 11101 | 101010011 | 1011100 | 100101 |
Color Harmonies of #B50845
Complementary color
Monochromatic Colors of #B50845
Black with #B50845
Text Example
Text Example
White with #B50845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50845; }
p { color: rgb(181,8,69); }
H1.HeaderClassName
{
color: #B50845;
}
.AnyTagClassName
{
color: #B50845;
}
</style>
background-color css
<style>
a { background-color: #B50845; }
a { background-color: rgb(181,8,69); }
div.DivClassName
{
background-color: #B50845;
}
.BgClassName
{
background-color: #B50845;
}
</style>
border-color css
<style>
span { border-color: #B50845; }
span { border-color: rgb(181,8,69); }
td.TdClassName
{
border-color: #B50845;
}
.TagClassName
{
border-color: #B50845;
}
</style>