Shades of Cardinal #BF1251
Tints of Cardinal #BF1251
RGB
CMYK
RGB Variations
Color information
#BF1251 (or 0xBF1251) is known color: Cardinal. HEX triplet: BF, 12 and 51. RGB value is (191,18,81). Sum of RGB (Red+Green+Blue) = 191+18+81=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1251 is #40EDAE. Grayscale: #4C4C4C. Windows color (decimal): -4255151 or 5313215. OLE color: 5313215.
HSL color Cylindrical-coordinate representation of color #BF1251: hue angle of 338.15º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1251 is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 81 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.25 |
| HSL | 338.15º | 0.83% | 0.41% | - |
| HSV(B) | 338.15º | 0.91% | 0.75% | - |
| XYZ | 23.19 | 12.1 | 8.9 | - |
| YUV | 76.91 | 130.31 | 209.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 81 | 0 | 0.91 | 0.58 | 0.25 | 338.15 | 0.83 | 0.41 |
| Hex | BF | 12 | 51 | 0 | 5B | 3A | 19 | 152 | 53 | 29 |
| Octal | 277 | 22 | 121 | 0 | 133 | 72 | 31 | 522 | 123 | 51 |
| Binary | 10111111 | 10010 | 1010001 | 0 | 1011011 | 111010 | 11001 | 101010010 | 1010011 | 101001 |
Color Harmonies of #BF1251
Complementary color
Monochromatic Colors of #BF1251
Black with #BF1251
Text Example
Text Example
White with #BF1251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1251; }
p { color: rgb(191,18,81); }
H1.HeaderClassName
{
color: #BF1251;
}
.AnyTagClassName
{
color: #BF1251;
}
</style>
background-color css
<style>
a { background-color: #BF1251; }
a { background-color: rgb(191,18,81); }
div.DivClassName
{
background-color: #BF1251;
}
.BgClassName
{
background-color: #BF1251;
}
</style>
border-color css
<style>
span { border-color: #BF1251; }
span { border-color: rgb(191,18,81); }
td.TdClassName
{
border-color: #BF1251;
}
.TagClassName
{
border-color: #BF1251;
}
</style>