Shades of Cardinal #B50F2B
Tints of Cardinal #B50F2B
RGB
CMYK
RGB Variations
Color information
#B50F2B (or 0xB50F2B) is known color: Cardinal. HEX triplet: B5, 0F and 2B. RGB value is (181,15,43). Sum of RGB (Red+Green+Blue) = 181+15+43=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F2B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F2B is #4AF0D4. Grayscale: #434343. Windows color (decimal): -4911317 or 2822069. OLE color: 2822069.
HSL color Cylindrical-coordinate representation of color #B50F2B: hue angle of 349.88º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50F2B is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 15 | 43 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.29 |
| HSL | 349.88º | 0.85% | 0.38% | - |
| HSV(B) | 349.88º | 0.92% | 0.71% | - |
| XYZ | 19.66 | 10.34 | 3.24 | - |
| YUV | 67.83 | 114 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 43 | 0 | 0.92 | 0.76 | 0.29 | 349.88 | 0.85 | 0.38 |
| Hex | B5 | F | 2B | 0 | 5C | 4C | 1D | 15E | 55 | 26 |
| Octal | 265 | 17 | 53 | 0 | 134 | 114 | 35 | 536 | 125 | 46 |
| Binary | 10110101 | 1111 | 101011 | 0 | 1011100 | 1001100 | 11101 | 101011110 | 1010101 | 100110 |
Color Harmonies of #B50F2B
Complementary color
Monochromatic Colors of #B50F2B
Black with #B50F2B
Text Example
Text Example
White with #B50F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50F2B; }
p { color: rgb(181,15,43); }
H1.HeaderClassName
{
color: #B50F2B;
}
.AnyTagClassName
{
color: #B50F2B;
}
</style>
background-color css
<style>
a { background-color: #B50F2B; }
a { background-color: rgb(181,15,43); }
div.DivClassName
{
background-color: #B50F2B;
}
.BgClassName
{
background-color: #B50F2B;
}
</style>
border-color css
<style>
span { border-color: #B50F2B; }
span { border-color: rgb(181,15,43); }
td.TdClassName
{
border-color: #B50F2B;
}
.TagClassName
{
border-color: #B50F2B;
}
</style>