Shades of Cardinal #BF1050
Tints of Cardinal #BF1050
RGB
CMYK
RGB Variations
Color information
#BF1050 (or 0xBF1050) is known color: Cardinal. HEX triplet: BF, 10 and 50. RGB value is (191,16,80). Sum of RGB (Red+Green+Blue) = 191+16+80=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1050 is #40EFAF. Grayscale: #4B4B4B. Windows color (decimal): -4255664 or 5247167. OLE color: 5247167.
HSL color Cylindrical-coordinate representation of color #BF1050: hue angle of 338.06º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1050 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 16 | 80 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.25 |
| HSL | 338.06º | 0.85% | 0.41% | - |
| HSV(B) | 338.06º | 0.92% | 0.75% | - |
| XYZ | 23.12 | 12.03 | 8.69 | - |
| YUV | 75.62 | 130.48 | 210.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 16 | 80 | 0 | 0.92 | 0.58 | 0.25 | 338.06 | 0.85 | 0.41 |
| Hex | BF | 10 | 50 | 0 | 5C | 3A | 19 | 152 | 55 | 29 |
| Octal | 277 | 20 | 120 | 0 | 134 | 72 | 31 | 522 | 125 | 51 |
| Binary | 10111111 | 10000 | 1010000 | 0 | 1011100 | 111010 | 11001 | 101010010 | 1010101 | 101001 |
Color Harmonies of #BF1050
Complementary color
Monochromatic Colors of #BF1050
Black with #BF1050
Text Example
Text Example
White with #BF1050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1050; }
p { color: rgb(191,16,80); }
H1.HeaderClassName
{
color: #BF1050;
}
.AnyTagClassName
{
color: #BF1050;
}
</style>
background-color css
<style>
a { background-color: #BF1050; }
a { background-color: rgb(191,16,80); }
div.DivClassName
{
background-color: #BF1050;
}
.BgClassName
{
background-color: #BF1050;
}
</style>
border-color css
<style>
span { border-color: #BF1050; }
span { border-color: rgb(191,16,80); }
td.TdClassName
{
border-color: #BF1050;
}
.TagClassName
{
border-color: #BF1050;
}
</style>