Shades of Cardinal #BF114C
Tints of Cardinal #BF114C
RGB
CMYK
RGB Variations
Color information
#BF114C (or 0xBF114C) is known color: Cardinal. HEX triplet: BF, 11 and 4C. RGB value is (191,17,76). Sum of RGB (Red+Green+Blue) = 191+17+76=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF114C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF114C is #40EEB3. Grayscale: #4B4B4B. Windows color (decimal): -4255412 or 4985279. OLE color: 4985279.
HSL color Cylindrical-coordinate representation of color #BF114C: hue angle of 339.66º 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 #BF114C is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 76 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.25 |
| HSL | 339.66º | 0.84% | 0.41% | - |
| HSV(B) | 339.66º | 0.91% | 0.75% | - |
| XYZ | 22.99 | 12 | 7.94 | - |
| YUV | 75.75 | 128.15 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 76 | 0 | 0.91 | 0.60 | 0.25 | 339.66 | 0.84 | 0.41 |
| Hex | BF | 11 | 4C | 0 | 5B | 3C | 19 | 154 | 54 | 29 |
| Octal | 277 | 21 | 114 | 0 | 133 | 74 | 31 | 524 | 124 | 51 |
| Binary | 10111111 | 10001 | 1001100 | 0 | 1011011 | 111100 | 11001 | 101010100 | 1010100 | 101001 |
Color Harmonies of #BF114C
Complementary color
Monochromatic Colors of #BF114C
Black with #BF114C
Text Example
Text Example
White with #BF114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF114C; }
p { color: rgb(191,17,76); }
H1.HeaderClassName
{
color: #BF114C;
}
.AnyTagClassName
{
color: #BF114C;
}
</style>
background-color css
<style>
a { background-color: #BF114C; }
a { background-color: rgb(191,17,76); }
div.DivClassName
{
background-color: #BF114C;
}
.BgClassName
{
background-color: #BF114C;
}
</style>
border-color css
<style>
span { border-color: #BF114C; }
span { border-color: rgb(191,17,76); }
td.TdClassName
{
border-color: #BF114C;
}
.TagClassName
{
border-color: #BF114C;
}
</style>