Shades of Cardinal #B50634
Tints of Cardinal #B50634
RGB
CMYK
RGB Variations
Color information
#B50634 (or 0xB50634) is known color: Cardinal. HEX triplet: B5, 06 and 34. RGB value is (181,6,52). Sum of RGB (Red+Green+Blue) = 181+6+52=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B50634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50634 is #4AF9CB. Grayscale: #3F3F3F. Windows color (decimal): -4913612 or 3409589. OLE color: 3409589.
HSL color Cylindrical-coordinate representation of color #B50634: hue angle of 344.23º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B50634 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 6 | 52 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.29 |
| HSL | 344.23º | 0.94% | 0.37% | - |
| HSV(B) | 344.23º | 0.97% | 0.71% | - |
| XYZ | 19.74 | 10.2 | 4.18 | - |
| YUV | 63.57 | 121.48 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 6 | 52 | 0 | 0.97 | 0.71 | 0.29 | 344.23 | 0.94 | 0.37 |
| Hex | B5 | 6 | 34 | 0 | 61 | 47 | 1D | 158 | 5E | 25 |
| Octal | 265 | 6 | 64 | 0 | 141 | 107 | 35 | 530 | 136 | 45 |
| Binary | 10110101 | 110 | 110100 | 0 | 1100001 | 1000111 | 11101 | 101011000 | 1011110 | 100101 |
Color Harmonies of #B50634
Complementary color
Monochromatic Colors of #B50634
Black with #B50634
Text Example
Text Example
White with #B50634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50634; }
p { color: rgb(181,6,52); }
H1.HeaderClassName
{
color: #B50634;
}
.AnyTagClassName
{
color: #B50634;
}
</style>
background-color css
<style>
a { background-color: #B50634; }
a { background-color: rgb(181,6,52); }
div.DivClassName
{
background-color: #B50634;
}
.BgClassName
{
background-color: #B50634;
}
</style>
border-color css
<style>
span { border-color: #B50634; }
span { border-color: rgb(181,6,52); }
td.TdClassName
{
border-color: #B50634;
}
.TagClassName
{
border-color: #B50634;
}
</style>