Shades of Cardinal #BF114B
Tints of Cardinal #BF114B
RGB
CMYK
RGB Variations
Color information
#BF114B (or 0xBF114B) is known color: Cardinal. HEX triplet: BF, 11 and 4B. RGB value is (191,17,75). Sum of RGB (Red+Green+Blue) = 191+17+75=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF114B is #40EEB4. Grayscale: #4B4B4B. Windows color (decimal): -4255413 or 4919743. OLE color: 4919743.
HSL color Cylindrical-coordinate representation of color #BF114B: hue angle of 340º 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 #BF114B is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 75 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.25 |
| HSL | 340º | 0.84% | 0.41% | - |
| HSV(B) | 340º | 0.91% | 0.75% | - |
| XYZ | 22.96 | 11.99 | 7.76 | - |
| YUV | 75.64 | 127.65 | 210.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 75 | 0 | 0.91 | 0.61 | 0.25 | 340 | 0.84 | 0.41 |
| Hex | BF | 11 | 4B | 0 | 5B | 3D | 19 | 154 | 54 | 29 |
| Octal | 277 | 21 | 113 | 0 | 133 | 75 | 31 | 524 | 124 | 51 |
| Binary | 10111111 | 10001 | 1001011 | 0 | 1011011 | 111101 | 11001 | 101010100 | 1010100 | 101001 |
Color Harmonies of #BF114B
Complementary color
Monochromatic Colors of #BF114B
Black with #BF114B
Text Example
Text Example
White with #BF114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF114B; }
p { color: rgb(191,17,75); }
H1.HeaderClassName
{
color: #BF114B;
}
.AnyTagClassName
{
color: #BF114B;
}
</style>
background-color css
<style>
a { background-color: #BF114B; }
a { background-color: rgb(191,17,75); }
div.DivClassName
{
background-color: #BF114B;
}
.BgClassName
{
background-color: #BF114B;
}
</style>
border-color css
<style>
span { border-color: #BF114B; }
span { border-color: rgb(191,17,75); }
td.TdClassName
{
border-color: #BF114B;
}
.TagClassName
{
border-color: #BF114B;
}
</style>