Shades of Cardinal #BF1144
Tints of Cardinal #BF1144
RGB
CMYK
RGB Variations
Color information
#BF1144 (or 0xBF1144) is known color: Cardinal. HEX triplet: BF, 11 and 44. RGB value is (191,17,68). Sum of RGB (Red+Green+Blue) = 191+17+68=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 68 (26.95% from 255 or 24.64% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1144 is #40EEBB. Grayscale: #4A4A4A. Windows color (decimal): -4255420 or 4460991. OLE color: 4460991.
HSL color Cylindrical-coordinate representation of color #BF1144: hue angle of 342.41º 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 #BF1144 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 17 | 68 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.25 |
| HSL | 342.41º | 0.84% | 0.41% | - |
| HSV(B) | 342.41º | 0.91% | 0.75% | - |
| XYZ | 22.73 | 11.89 | 6.57 | - |
| YUV | 74.84 | 124.15 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 17 | 68 | 0 | 0.91 | 0.64 | 0.25 | 342.41 | 0.84 | 0.41 |
| Hex | BF | 11 | 44 | 0 | 5B | 40 | 19 | 156 | 54 | 29 |
| Octal | 277 | 21 | 104 | 0 | 133 | 100 | 31 | 526 | 124 | 51 |
| Binary | 10111111 | 10001 | 1000100 | 0 | 1011011 | 1000000 | 11001 | 101010110 | 1010100 | 101001 |
Color Harmonies of #BF1144
Complementary color
Monochromatic Colors of #BF1144
Black with #BF1144
Text Example
Text Example
White with #BF1144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1144; }
p { color: rgb(191,17,68); }
H1.HeaderClassName
{
color: #BF1144;
}
.AnyTagClassName
{
color: #BF1144;
}
</style>
background-color css
<style>
a { background-color: #BF1144; }
a { background-color: rgb(191,17,68); }
div.DivClassName
{
background-color: #BF1144;
}
.BgClassName
{
background-color: #BF1144;
}
</style>
border-color css
<style>
span { border-color: #BF1144; }
span { border-color: rgb(191,17,68); }
td.TdClassName
{
border-color: #BF1144;
}
.TagClassName
{
border-color: #BF1144;
}
</style>