Shades of Cardinal #BF0147
Tints of Cardinal #BF0147
RGB
CMYK
RGB Variations
Color information
#BF0147 (or 0xBF0147) is known color: Cardinal. HEX triplet: BF, 01 and 47. RGB value is (191,1,71). Sum of RGB (Red+Green+Blue) = 191+1+71=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 71 (28.12% from 255 or 27.00% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0147 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0147 is #40FEB8. Grayscale: #414141. Windows color (decimal): -4259513 or 4653503. OLE color: 4653503.
HSL color Cylindrical-coordinate representation of color #BF0147: hue angle of 337.89º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0147 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.25 |
| HSL | 337.89º | 0.99% | 0.38% | - |
| HSV(B) | 337.89º | 0.99% | 0.75% | - |
| XYZ | 22.63 | 11.55 | 7 | - |
| YUV | 65.79 | 130.95 | 217.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 71 | 0 | 0.99 | 0.63 | 0.25 | 337.89 | 0.99 | 0.38 |
| Hex | BF | 1 | 47 | 0 | 63 | 3F | 19 | 152 | 63 | 26 |
| Octal | 277 | 1 | 107 | 0 | 143 | 77 | 31 | 522 | 143 | 46 |
| Binary | 10111111 | 1 | 1000111 | 0 | 1100011 | 111111 | 11001 | 101010010 | 1100011 | 100110 |
Color Harmonies of #BF0147
Complementary color
Monochromatic Colors of #BF0147
Black with #BF0147
Text Example
Text Example
White with #BF0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0147; }
p { color: rgb(191,1,71); }
H1.HeaderClassName
{
color: #BF0147;
}
.AnyTagClassName
{
color: #BF0147;
}
</style>
background-color css
<style>
a { background-color: #BF0147; }
a { background-color: rgb(191,1,71); }
div.DivClassName
{
background-color: #BF0147;
}
.BgClassName
{
background-color: #BF0147;
}
</style>
border-color css
<style>
span { border-color: #BF0147; }
span { border-color: rgb(191,1,71); }
td.TdClassName
{
border-color: #BF0147;
}
.TagClassName
{
border-color: #BF0147;
}
</style>