Shades of Cardinal #BF1249
Tints of Cardinal #BF1249
RGB
CMYK
RGB Variations
Color information
#BF1249 (or 0xBF1249) is known color: Cardinal. HEX triplet: BF, 12 and 49. RGB value is (191,18,73). Sum of RGB (Red+Green+Blue) = 191+18+73=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1249 is #40EDB6. Grayscale: #4B4B4B. Windows color (decimal): -4255159 or 4788927. OLE color: 4788927.
HSL color Cylindrical-coordinate representation of color #BF1249: hue angle of 340.92º 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 #BF1249 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 18 | 73 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.25 |
| HSL | 340.92º | 0.83% | 0.41% | - |
| HSV(B) | 340.92º | 0.91% | 0.75% | - |
| XYZ | 22.9 | 11.99 | 7.41 | - |
| YUV | 76 | 126.31 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 18 | 73 | 0 | 0.91 | 0.62 | 0.25 | 340.92 | 0.83 | 0.41 |
| Hex | BF | 12 | 49 | 0 | 5B | 3E | 19 | 155 | 53 | 29 |
| Octal | 277 | 22 | 111 | 0 | 133 | 76 | 31 | 525 | 123 | 51 |
| Binary | 10111111 | 10010 | 1001001 | 0 | 1011011 | 111110 | 11001 | 101010101 | 1010011 | 101001 |
Color Harmonies of #BF1249
Complementary color
Monochromatic Colors of #BF1249
Black with #BF1249
Text Example
Text Example
White with #BF1249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1249; }
p { color: rgb(191,18,73); }
H1.HeaderClassName
{
color: #BF1249;
}
.AnyTagClassName
{
color: #BF1249;
}
</style>
background-color css
<style>
a { background-color: #BF1249; }
a { background-color: rgb(191,18,73); }
div.DivClassName
{
background-color: #BF1249;
}
.BgClassName
{
background-color: #BF1249;
}
</style>
border-color css
<style>
span { border-color: #BF1249; }
span { border-color: rgb(191,18,73); }
td.TdClassName
{
border-color: #BF1249;
}
.TagClassName
{
border-color: #BF1249;
}
</style>