Shades of Cardinal #B50F2F
Tints of Cardinal #B50F2F
RGB
CMYK
RGB Variations
Color information
#B50F2F (or 0xB50F2F) is known color: Cardinal. HEX triplet: B5, 0F and 2F. RGB value is (181,15,47). Sum of RGB (Red+Green+Blue) = 181+15+47=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F2F is #4AF0D0. Grayscale: #444444. Windows color (decimal): -4911313 or 3084213. OLE color: 3084213.
HSL color Cylindrical-coordinate representation of color #B50F2F: hue angle of 348.43º 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 #B50F2F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 15 | 47 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.29 |
| HSL | 348.43º | 0.85% | 0.38% | - |
| HSV(B) | 348.43º | 0.92% | 0.71% | - |
| XYZ | 19.74 | 10.37 | 3.65 | - |
| YUV | 68.28 | 116 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 15 | 47 | 0 | 0.92 | 0.74 | 0.29 | 348.43 | 0.85 | 0.38 |
| Hex | B5 | F | 2F | 0 | 5C | 4A | 1D | 15C | 55 | 26 |
| Octal | 265 | 17 | 57 | 0 | 134 | 112 | 35 | 534 | 125 | 46 |
| Binary | 10110101 | 1111 | 101111 | 0 | 1011100 | 1001010 | 11101 | 101011100 | 1010101 | 100110 |
Color Harmonies of #B50F2F
Complementary color
Monochromatic Colors of #B50F2F
Black with #B50F2F
Text Example
Text Example
White with #B50F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50F2F; }
p { color: rgb(181,15,47); }
H1.HeaderClassName
{
color: #B50F2F;
}
.AnyTagClassName
{
color: #B50F2F;
}
</style>
background-color css
<style>
a { background-color: #B50F2F; }
a { background-color: rgb(181,15,47); }
div.DivClassName
{
background-color: #B50F2F;
}
.BgClassName
{
background-color: #B50F2F;
}
</style>
border-color css
<style>
span { border-color: #B50F2F; }
span { border-color: rgb(181,15,47); }
td.TdClassName
{
border-color: #B50F2F;
}
.TagClassName
{
border-color: #B50F2F;
}
</style>