Shades of Cardinal #BF1748
Tints of Cardinal #BF1748
RGB
CMYK
RGB Variations
Color information
#BF1748 (or 0xBF1748) is known color: Cardinal. HEX triplet: BF, 17 and 48. RGB value is (191,23,72). Sum of RGB (Red+Green+Blue) = 191+23+72=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1748 is #40E8B7. Grayscale: #4E4E4E. Windows color (decimal): -4253880 or 4724671. OLE color: 4724671.
HSL color Cylindrical-coordinate representation of color #BF1748: hue angle of 342.5º 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 #BF1748 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 72 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.25 |
| HSL | 342.5º | 0.79% | 0.42% | - |
| HSV(B) | 342.5º | 0.88% | 0.75% | - |
| XYZ | 22.96 | 12.16 | 7.27 | - |
| YUV | 78.82 | 124.16 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 72 | 0 | 0.88 | 0.62 | 0.25 | 342.5 | 0.79 | 0.42 |
| Hex | BF | 17 | 48 | 0 | 58 | 3E | 19 | 156 | 4F | 2A |
| Octal | 277 | 27 | 110 | 0 | 130 | 76 | 31 | 526 | 117 | 52 |
| Binary | 10111111 | 10111 | 1001000 | 0 | 1011000 | 111110 | 11001 | 101010110 | 1001111 | 101010 |
Color Harmonies of #BF1748
Complementary color
Monochromatic Colors of #BF1748
Black with #BF1748
Text Example
Text Example
White with #BF1748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1748; }
p { color: rgb(191,23,72); }
H1.HeaderClassName
{
color: #BF1748;
}
.AnyTagClassName
{
color: #BF1748;
}
</style>
background-color css
<style>
a { background-color: #BF1748; }
a { background-color: rgb(191,23,72); }
div.DivClassName
{
background-color: #BF1748;
}
.BgClassName
{
background-color: #BF1748;
}
</style>
border-color css
<style>
span { border-color: #BF1748; }
span { border-color: rgb(191,23,72); }
td.TdClassName
{
border-color: #BF1748;
}
.TagClassName
{
border-color: #BF1748;
}
</style>