Shades of Cardinal #B50B40
Tints of Cardinal #B50B40
RGB
CMYK
RGB Variations
Color information
#B50B40 (or 0xB50B40) is known color: Cardinal. HEX triplet: B5, 0B and 40. RGB value is (181,11,64). Sum of RGB (Red+Green+Blue) = 181+11+64=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 11 (4.69% from 255 or 4.30% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B50B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50B40 is #4AF4BF. Grayscale: #434343. Windows color (decimal): -4912320 or 4197301. OLE color: 4197301.
HSL color Cylindrical-coordinate representation of color #B50B40: hue angle of 341.29º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50B40 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 11 | 64 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.29 |
| HSL | 341.29º | 0.89% | 0.38% | - |
| HSV(B) | 341.29º | 0.94% | 0.71% | - |
| XYZ | 20.1 | 10.43 | 5.8 | - |
| YUV | 67.87 | 125.82 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 11 | 64 | 0 | 0.94 | 0.65 | 0.29 | 341.29 | 0.89 | 0.38 |
| Hex | B5 | B | 40 | 0 | 5E | 41 | 1D | 155 | 59 | 26 |
| Octal | 265 | 13 | 100 | 0 | 136 | 101 | 35 | 525 | 131 | 46 |
| Binary | 10110101 | 1011 | 1000000 | 0 | 1011110 | 1000001 | 11101 | 101010101 | 1011001 | 100110 |
Color Harmonies of #B50B40
Complementary color
Monochromatic Colors of #B50B40
Black with #B50B40
Text Example
Text Example
White with #B50B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50B40; }
p { color: rgb(181,11,64); }
H1.HeaderClassName
{
color: #B50B40;
}
.AnyTagClassName
{
color: #B50B40;
}
</style>
background-color css
<style>
a { background-color: #B50B40; }
a { background-color: rgb(181,11,64); }
div.DivClassName
{
background-color: #B50B40;
}
.BgClassName
{
background-color: #B50B40;
}
</style>
border-color css
<style>
span { border-color: #B50B40; }
span { border-color: rgb(181,11,64); }
td.TdClassName
{
border-color: #B50B40;
}
.TagClassName
{
border-color: #B50B40;
}
</style>