Shades of Cardinal #BF1146
Tints of Cardinal #BF1146
RGB
CMYK
RGB Variations
Color information
#BF1146 (or 0xBF1146) is known color: Cardinal. HEX triplet: BF, 11 and 46. RGB value is (191,17,70). Sum of RGB (Red+Green+Blue) = 191+17+70=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1146 is #40EEB9. Grayscale: #4B4B4B. Windows color (decimal): -4255418 or 4592063. OLE color: 4592063.
HSL color Cylindrical-coordinate representation of color #BF1146: hue angle of 341.72º degrees, saturation: 0.84, 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 #BF1146 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 70 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.25 |
| HSL | 341.72º | 0.84% | 0.41% | - |
| HSV(B) | 341.72º | 0.91% | 0.75% | - |
| XYZ | 22.79 | 11.92 | 6.89 | - |
| YUV | 75.07 | 125.15 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 70 | 0 | 0.91 | 0.63 | 0.25 | 341.72 | 0.84 | 0.41 |
| Hex | BF | 11 | 46 | 0 | 5B | 3F | 19 | 156 | 54 | 29 |
| Octal | 277 | 21 | 106 | 0 | 133 | 77 | 31 | 526 | 124 | 51 |
| Binary | 10111111 | 10001 | 1000110 | 0 | 1011011 | 111111 | 11001 | 101010110 | 1010100 | 101001 |
Color Harmonies of #BF1146
Complementary color
Monochromatic Colors of #BF1146
Black with #BF1146
Text Example
Text Example
White with #BF1146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1146; }
p { color: rgb(191,17,70); }
H1.HeaderClassName
{
color: #BF1146;
}
.AnyTagClassName
{
color: #BF1146;
}
</style>
background-color css
<style>
a { background-color: #BF1146; }
a { background-color: rgb(191,17,70); }
div.DivClassName
{
background-color: #BF1146;
}
.BgClassName
{
background-color: #BF1146;
}
</style>
border-color css
<style>
span { border-color: #BF1146; }
span { border-color: rgb(191,17,70); }
td.TdClassName
{
border-color: #BF1146;
}
.TagClassName
{
border-color: #BF1146;
}
</style>