Shades of Cardinal #B50F32
Tints of Cardinal #B50F32
RGB
CMYK
RGB Variations
Color information
#B50F32 (or 0xB50F32) is known color: Cardinal. HEX triplet: B5, 0F and 32. RGB value is (181,15,50). Sum of RGB (Red+Green+Blue) = 181+15+50=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F32 is #4AF0CD. Grayscale: #444444. Windows color (decimal): -4911310 or 3280821. OLE color: 3280821.
HSL color Cylindrical-coordinate representation of color #B50F32: hue angle of 347.35º 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 #B50F32 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 15 | 50 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.29 |
| HSL | 347.35º | 0.85% | 0.38% | - |
| HSV(B) | 347.35º | 0.92% | 0.71% | - |
| XYZ | 19.8 | 10.4 | 3.98 | - |
| YUV | 68.62 | 117.5 | 208.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 50 | 0 | 0.92 | 0.72 | 0.29 | 347.35 | 0.85 | 0.38 |
| Hex | B5 | F | 32 | 0 | 5C | 48 | 1D | 15B | 55 | 26 |
| Octal | 265 | 17 | 62 | 0 | 134 | 110 | 35 | 533 | 125 | 46 |
| Binary | 10110101 | 1111 | 110010 | 0 | 1011100 | 1001000 | 11101 | 101011011 | 1010101 | 100110 |
Color Harmonies of #B50F32
Complementary color
Monochromatic Colors of #B50F32
Black with #B50F32
Text Example
Text Example
White with #B50F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50F32; }
p { color: rgb(181,15,50); }
H1.HeaderClassName
{
color: #B50F32;
}
.AnyTagClassName
{
color: #B50F32;
}
</style>
background-color css
<style>
a { background-color: #B50F32; }
a { background-color: rgb(181,15,50); }
div.DivClassName
{
background-color: #B50F32;
}
.BgClassName
{
background-color: #B50F32;
}
</style>
border-color css
<style>
span { border-color: #B50F32; }
span { border-color: rgb(181,15,50); }
td.TdClassName
{
border-color: #B50F32;
}
.TagClassName
{
border-color: #B50F32;
}
</style>