Shades of Cardinal #BF1E47
Tints of Cardinal #BF1E47
RGB
CMYK
RGB Variations
Color information
#BF1E47 (or 0xBF1E47) is known color: Cardinal. HEX triplet: BF, 1E and 47. RGB value is (191,30,71). Sum of RGB (Red+Green+Blue) = 191+30+71=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1E47 is #40E1B8. Grayscale: #525252. Windows color (decimal): -4252089 or 4660927. OLE color: 4660927.
HSL color Cylindrical-coordinate representation of color #BF1E47: hue angle of 344.72º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1E47 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 30 | 71 | - |
| CMYK | 0 | 0.84 | 0.63 | 0.25 |
| HSL | 344.72º | 0.73% | 0.43% | - |
| HSV(B) | 344.72º | 0.84% | 0.75% | - |
| XYZ | 23.09 | 12.46 | 7.15 | - |
| YUV | 82.81 | 121.34 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 30 | 71 | 0 | 0.84 | 0.63 | 0.25 | 344.72 | 0.73 | 0.43 |
| Hex | BF | 1E | 47 | 0 | 54 | 3F | 19 | 159 | 49 | 2B |
| Octal | 277 | 36 | 107 | 0 | 124 | 77 | 31 | 531 | 111 | 53 |
| Binary | 10111111 | 11110 | 1000111 | 0 | 1010100 | 111111 | 11001 | 101011001 | 1001001 | 101011 |
Color Harmonies of #BF1E47
Complementary color
Monochromatic Colors of #BF1E47
Black with #BF1E47
Text Example
Text Example
White with #BF1E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1E47; }
p { color: rgb(191,30,71); }
H1.HeaderClassName
{
color: #BF1E47;
}
.AnyTagClassName
{
color: #BF1E47;
}
</style>
background-color css
<style>
a { background-color: #BF1E47; }
a { background-color: rgb(191,30,71); }
div.DivClassName
{
background-color: #BF1E47;
}
.BgClassName
{
background-color: #BF1E47;
}
</style>
border-color css
<style>
span { border-color: #BF1E47; }
span { border-color: rgb(191,30,71); }
td.TdClassName
{
border-color: #BF1E47;
}
.TagClassName
{
border-color: #BF1E47;
}
</style>