Shades of Cardinal #BF1649
Tints of Cardinal #BF1649
RGB
CMYK
RGB Variations
Color information
#BF1649 (or 0xBF1649) is known color: Cardinal. HEX triplet: BF, 16 and 49. RGB value is (191,22,73). Sum of RGB (Red+Green+Blue) = 191+22+73=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1649 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1649 is #40E9B6. Grayscale: #4E4E4E. Windows color (decimal): -4254135 or 4789951. OLE color: 4789951.
HSL color Cylindrical-coordinate representation of color #BF1649: hue angle of 341.89º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1649 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 73 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.25 |
| HSL | 341.89º | 0.79% | 0.42% | - |
| HSV(B) | 341.89º | 0.88% | 0.75% | - |
| XYZ | 22.98 | 12.13 | 7.43 | - |
| YUV | 78.35 | 124.99 | 208.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 73 | 0 | 0.88 | 0.62 | 0.25 | 341.89 | 0.79 | 0.42 |
| Hex | BF | 16 | 49 | 0 | 58 | 3E | 19 | 156 | 4F | 2A |
| Octal | 277 | 26 | 111 | 0 | 130 | 76 | 31 | 526 | 117 | 52 |
| Binary | 10111111 | 10110 | 1001001 | 0 | 1011000 | 111110 | 11001 | 101010110 | 1001111 | 101010 |
Color Harmonies of #BF1649
Complementary color
Monochromatic Colors of #BF1649
Black with #BF1649
Text Example
Text Example
White with #BF1649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1649; }
p { color: rgb(191,22,73); }
H1.HeaderClassName
{
color: #BF1649;
}
.AnyTagClassName
{
color: #BF1649;
}
</style>
background-color css
<style>
a { background-color: #BF1649; }
a { background-color: rgb(191,22,73); }
div.DivClassName
{
background-color: #BF1649;
}
.BgClassName
{
background-color: #BF1649;
}
</style>
border-color css
<style>
span { border-color: #BF1649; }
span { border-color: rgb(191,22,73); }
td.TdClassName
{
border-color: #BF1649;
}
.TagClassName
{
border-color: #BF1649;
}
</style>