Shades of Cardinal #B50F2C
Tints of Cardinal #B50F2C
RGB
CMYK
RGB Variations
Color information
#B50F2C (or 0xB50F2C) is known color: Cardinal. HEX triplet: B5, 0F and 2C. RGB value is (181,15,44). Sum of RGB (Red+Green+Blue) = 181+15+44=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F2C is #4AF0D3. Grayscale: #434343. Windows color (decimal): -4911316 or 2887605. OLE color: 2887605.
HSL color Cylindrical-coordinate representation of color #B50F2C: hue angle of 349.52º 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 #B50F2C is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 15 | 44 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.29 |
| HSL | 349.52º | 0.85% | 0.38% | - |
| HSV(B) | 349.52º | 0.92% | 0.71% | - |
| XYZ | 19.68 | 10.35 | 3.34 | - |
| YUV | 67.94 | 114.5 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 44 | 0 | 0.92 | 0.76 | 0.29 | 349.52 | 0.85 | 0.38 |
| Hex | B5 | F | 2C | 0 | 5C | 4C | 1D | 15E | 55 | 26 |
| Octal | 265 | 17 | 54 | 0 | 134 | 114 | 35 | 536 | 125 | 46 |
| Binary | 10110101 | 1111 | 101100 | 0 | 1011100 | 1001100 | 11101 | 101011110 | 1010101 | 100110 |
Color Harmonies of #B50F2C
Complementary color
Monochromatic Colors of #B50F2C
Black with #B50F2C
Text Example
Text Example
White with #B50F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50F2C; }
p { color: rgb(181,15,44); }
H1.HeaderClassName
{
color: #B50F2C;
}
.AnyTagClassName
{
color: #B50F2C;
}
</style>
background-color css
<style>
a { background-color: #B50F2C; }
a { background-color: rgb(181,15,44); }
div.DivClassName
{
background-color: #B50F2C;
}
.BgClassName
{
background-color: #B50F2C;
}
</style>
border-color css
<style>
span { border-color: #B50F2C; }
span { border-color: rgb(181,15,44); }
td.TdClassName
{
border-color: #B50F2C;
}
.TagClassName
{
border-color: #B50F2C;
}
</style>