Shades of Cardinal #B50834
Tints of Cardinal #B50834
RGB
CMYK
RGB Variations
Color information
#B50834 (or 0xB50834) is known color: Cardinal. HEX triplet: B5, 08 and 34. RGB value is (181,8,52). Sum of RGB (Red+Green+Blue) = 181+8+52=241 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.10% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 181 - color contains mainly: red. Hex color #B50834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50834 is #4AF7CB. Grayscale: #404040. Windows color (decimal): -4913100 or 3410101. OLE color: 3410101.
HSL color Cylindrical-coordinate representation of color #B50834: hue angle of 344.74º 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 #B50834 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 8 | 52 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.29 |
| HSL | 344.74º | 0.92% | 0.37% | - |
| HSV(B) | 344.74º | 0.96% | 0.71% | - |
| XYZ | 19.76 | 10.25 | 4.18 | - |
| YUV | 64.74 | 120.81 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 8 | 52 | 0 | 0.96 | 0.71 | 0.29 | 344.74 | 0.92 | 0.37 |
| Hex | B5 | 8 | 34 | 0 | 60 | 47 | 1D | 159 | 5C | 25 |
| Octal | 265 | 10 | 64 | 0 | 140 | 107 | 35 | 531 | 134 | 45 |
| Binary | 10110101 | 1000 | 110100 | 0 | 1100000 | 1000111 | 11101 | 101011001 | 1011100 | 100101 |
Color Harmonies of #B50834
Complementary color
Monochromatic Colors of #B50834
Black with #B50834
Text Example
Text Example
White with #B50834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50834; }
p { color: rgb(181,8,52); }
H1.HeaderClassName
{
color: #B50834;
}
.AnyTagClassName
{
color: #B50834;
}
</style>
background-color css
<style>
a { background-color: #B50834; }
a { background-color: rgb(181,8,52); }
div.DivClassName
{
background-color: #B50834;
}
.BgClassName
{
background-color: #B50834;
}
</style>
border-color css
<style>
span { border-color: #B50834; }
span { border-color: rgb(181,8,52); }
td.TdClassName
{
border-color: #B50834;
}
.TagClassName
{
border-color: #B50834;
}
</style>