Shades of Cardinal #BF1749
Tints of Cardinal #BF1749
RGB
CMYK
RGB Variations
Color information
#BF1749 (or 0xBF1749) is known color: Cardinal. HEX triplet: BF, 17 and 49. RGB value is (191,23,73). Sum of RGB (Red+Green+Blue) = 191+23+73=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1749 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1749 is #40E8B6. Grayscale: #4E4E4E. Windows color (decimal): -4253879 or 4790207. OLE color: 4790207.
HSL color Cylindrical-coordinate representation of color #BF1749: hue angle of 342.14º 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 #BF1749 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 73 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.25 |
| HSL | 342.14º | 0.79% | 0.42% | - |
| HSV(B) | 342.14º | 0.88% | 0.75% | - |
| XYZ | 22.99 | 12.17 | 7.44 | - |
| YUV | 78.93 | 124.66 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 73 | 0 | 0.88 | 0.62 | 0.25 | 342.14 | 0.79 | 0.42 |
| Hex | BF | 17 | 49 | 0 | 58 | 3E | 19 | 156 | 4F | 2A |
| Octal | 277 | 27 | 111 | 0 | 130 | 76 | 31 | 526 | 117 | 52 |
| Binary | 10111111 | 10111 | 1001001 | 0 | 1011000 | 111110 | 11001 | 101010110 | 1001111 | 101010 |
Color Harmonies of #BF1749
Complementary color
Monochromatic Colors of #BF1749
Black with #BF1749
Text Example
Text Example
White with #BF1749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1749; }
p { color: rgb(191,23,73); }
H1.HeaderClassName
{
color: #BF1749;
}
.AnyTagClassName
{
color: #BF1749;
}
</style>
background-color css
<style>
a { background-color: #BF1749; }
a { background-color: rgb(191,23,73); }
div.DivClassName
{
background-color: #BF1749;
}
.BgClassName
{
background-color: #BF1749;
}
</style>
border-color css
<style>
span { border-color: #BF1749; }
span { border-color: rgb(191,23,73); }
td.TdClassName
{
border-color: #BF1749;
}
.TagClassName
{
border-color: #BF1749;
}
</style>