Shades of Cardinal #B50F3F
Tints of Cardinal #B50F3F
RGB
CMYK
RGB Variations
Color information
#B50F3F (or 0xB50F3F) is known color: Cardinal. HEX triplet: B5, 0F and 3F. RGB value is (181,15,63). Sum of RGB (Red+Green+Blue) = 181+15+63=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F3F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F3F is #4AF0C0. Grayscale: #464646. Windows color (decimal): -4911297 or 4132789. OLE color: 4132789.
HSL color Cylindrical-coordinate representation of color #B50F3F: hue angle of 342.65º 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 #B50F3F is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 15 | 63 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.29 |
| HSL | 342.65º | 0.85% | 0.38% | - |
| HSV(B) | 342.65º | 0.92% | 0.71% | - |
| XYZ | 20.12 | 10.52 | 5.67 | - |
| YUV | 70.11 | 124 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 63 | 0 | 0.92 | 0.65 | 0.29 | 342.65 | 0.85 | 0.38 |
| Hex | B5 | F | 3F | 0 | 5C | 41 | 1D | 157 | 55 | 26 |
| Octal | 265 | 17 | 77 | 0 | 134 | 101 | 35 | 527 | 125 | 46 |
| Binary | 10110101 | 1111 | 111111 | 0 | 1011100 | 1000001 | 11101 | 101010111 | 1010101 | 100110 |
Color Harmonies of #B50F3F
Complementary color
Monochromatic Colors of #B50F3F
Black with #B50F3F
Text Example
Text Example
White with #B50F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50F3F; }
p { color: rgb(181,15,63); }
H1.HeaderClassName
{
color: #B50F3F;
}
.AnyTagClassName
{
color: #B50F3F;
}
</style>
background-color css
<style>
a { background-color: #B50F3F; }
a { background-color: rgb(181,15,63); }
div.DivClassName
{
background-color: #B50F3F;
}
.BgClassName
{
background-color: #B50F3F;
}
</style>
border-color css
<style>
span { border-color: #B50F3F; }
span { border-color: rgb(181,15,63); }
td.TdClassName
{
border-color: #B50F3F;
}
.TagClassName
{
border-color: #B50F3F;
}
</style>