Shades of Cardinal #BF1644
Tints of Cardinal #BF1644
RGB
CMYK
RGB Variations
Color information
#BF1644 (or 0xBF1644) is known color: Cardinal. HEX triplet: BF, 16 and 44. RGB value is (191,22,68). Sum of RGB (Red+Green+Blue) = 191+22+68=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1644 is #40E9BB. Grayscale: #4D4D4D. Windows color (decimal): -4254140 or 4462271. OLE color: 4462271.
HSL color Cylindrical-coordinate representation of color #BF1644: hue angle of 343.67º 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 #BF1644 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 68 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.25 |
| HSL | 343.67º | 0.79% | 0.42% | - |
| HSV(B) | 343.67º | 0.88% | 0.75% | - |
| XYZ | 22.82 | 12.07 | 6.6 | - |
| YUV | 77.78 | 122.49 | 208.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 68 | 0 | 0.88 | 0.64 | 0.25 | 343.67 | 0.79 | 0.42 |
| Hex | BF | 16 | 44 | 0 | 58 | 40 | 19 | 158 | 4F | 2A |
| Octal | 277 | 26 | 104 | 0 | 130 | 100 | 31 | 530 | 117 | 52 |
| Binary | 10111111 | 10110 | 1000100 | 0 | 1011000 | 1000000 | 11001 | 101011000 | 1001111 | 101010 |
Color Harmonies of #BF1644
Complementary color
Monochromatic Colors of #BF1644
Black with #BF1644
Text Example
Text Example
White with #BF1644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1644; }
p { color: rgb(191,22,68); }
H1.HeaderClassName
{
color: #BF1644;
}
.AnyTagClassName
{
color: #BF1644;
}
</style>
background-color css
<style>
a { background-color: #BF1644; }
a { background-color: rgb(191,22,68); }
div.DivClassName
{
background-color: #BF1644;
}
.BgClassName
{
background-color: #BF1644;
}
</style>
border-color css
<style>
span { border-color: #BF1644; }
span { border-color: rgb(191,22,68); }
td.TdClassName
{
border-color: #BF1644;
}
.TagClassName
{
border-color: #BF1644;
}
</style>