Shades of Cardinal #B50F28
Tints of Cardinal #B50F28
RGB
CMYK
RGB Variations
Color information
#B50F28 (or 0xB50F28) is known color: Cardinal. HEX triplet: B5, 0F and 28. RGB value is (181,15,40). Sum of RGB (Red+Green+Blue) = 181+15+40=236 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.69% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F28 is #4AF0D7. Grayscale: #434343. Windows color (decimal): -4911320 or 2625461. OLE color: 2625461.
HSL color Cylindrical-coordinate representation of color #B50F28: hue angle of 350.96º 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 #B50F28 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 15 | 40 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.29 |
| HSL | 350.96º | 0.85% | 0.38% | - |
| HSV(B) | 350.96º | 0.92% | 0.71% | - |
| XYZ | 19.61 | 10.32 | 2.97 | - |
| YUV | 67.48 | 112.5 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 40 | 0 | 0.92 | 0.78 | 0.29 | 350.96 | 0.85 | 0.38 |
| Hex | B5 | F | 28 | 0 | 5C | 4E | 1D | 15F | 55 | 26 |
| Octal | 265 | 17 | 50 | 0 | 134 | 116 | 35 | 537 | 125 | 46 |
| Binary | 10110101 | 1111 | 101000 | 0 | 1011100 | 1001110 | 11101 | 101011111 | 1010101 | 100110 |
Color Harmonies of #B50F28
Complementary color
Monochromatic Colors of #B50F28
Black with #B50F28
Text Example
Text Example
White with #B50F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50F28; }
p { color: rgb(181,15,40); }
H1.HeaderClassName
{
color: #B50F28;
}
.AnyTagClassName
{
color: #B50F28;
}
</style>
background-color css
<style>
a { background-color: #B50F28; }
a { background-color: rgb(181,15,40); }
div.DivClassName
{
background-color: #B50F28;
}
.BgClassName
{
background-color: #B50F28;
}
</style>
border-color css
<style>
span { border-color: #B50F28; }
span { border-color: rgb(181,15,40); }
td.TdClassName
{
border-color: #B50F28;
}
.TagClassName
{
border-color: #B50F28;
}
</style>