Shades of Cardinal #B50837
Tints of Cardinal #B50837
RGB
CMYK
RGB Variations
Color information
#B50837 (or 0xB50837) is known color: Cardinal. HEX triplet: B5, 08 and 37. RGB value is (181,8,55). Sum of RGB (Red+Green+Blue) = 181+8+55=244 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.18% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 181 - color contains mainly: red. Hex color #B50837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50837 is #4AF7C8. Grayscale: #414141. Windows color (decimal): -4913097 or 3606709. OLE color: 3606709.
HSL color Cylindrical-coordinate representation of color #B50837: hue angle of 343.7º 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 #B50837 is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 55 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.29 |
| HSL | 343.7º | 0.92% | 0.37% | - |
| HSV(B) | 343.7º | 0.96% | 0.71% | - |
| XYZ | 19.83 | 10.27 | 4.55 | - |
| YUV | 65.09 | 122.31 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 55 | 0 | 0.96 | 0.70 | 0.29 | 343.7 | 0.92 | 0.37 |
| Hex | B5 | 8 | 37 | 0 | 60 | 46 | 1D | 158 | 5C | 25 |
| Octal | 265 | 10 | 67 | 0 | 140 | 106 | 35 | 530 | 134 | 45 |
| Binary | 10110101 | 1000 | 110111 | 0 | 1100000 | 1000110 | 11101 | 101011000 | 1011100 | 100101 |
Color Harmonies of #B50837
Complementary color
Monochromatic Colors of #B50837
Black with #B50837
Text Example
Text Example
White with #B50837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50837; }
p { color: rgb(181,8,55); }
H1.HeaderClassName
{
color: #B50837;
}
.AnyTagClassName
{
color: #B50837;
}
</style>
background-color css
<style>
a { background-color: #B50837; }
a { background-color: rgb(181,8,55); }
div.DivClassName
{
background-color: #B50837;
}
.BgClassName
{
background-color: #B50837;
}
</style>
border-color css
<style>
span { border-color: #B50837; }
span { border-color: rgb(181,8,55); }
td.TdClassName
{
border-color: #B50837;
}
.TagClassName
{
border-color: #B50837;
}
</style>