Shades of Cardinal #BF1641
Tints of Cardinal #BF1641
RGB
CMYK
RGB Variations
Color information
#BF1641 (or 0xBF1641) is known color: Cardinal. HEX triplet: BF, 16 and 41. RGB value is (191,22,65). Sum of RGB (Red+Green+Blue) = 191+22+65=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 22 (8.98% from 255 or 7.91% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1641 is #40E9BE. Grayscale: #4D4D4D. Windows color (decimal): -4254143 or 4265663. OLE color: 4265663.
HSL color Cylindrical-coordinate representation of color #BF1641: hue angle of 344.73º 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 #BF1641 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 65 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.25 |
| HSL | 344.73º | 0.79% | 0.42% | - |
| HSV(B) | 344.73º | 0.88% | 0.75% | - |
| XYZ | 22.73 | 12.03 | 6.13 | - |
| YUV | 77.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 65 | 0 | 0.88 | 0.66 | 0.25 | 344.73 | 0.79 | 0.42 |
| Hex | BF | 16 | 41 | 0 | 58 | 42 | 19 | 159 | 4F | 2A |
| Octal | 277 | 26 | 101 | 0 | 130 | 102 | 31 | 531 | 117 | 52 |
| Binary | 10111111 | 10110 | 1000001 | 0 | 1011000 | 1000010 | 11001 | 101011001 | 1001111 | 101010 |
Color Harmonies of #BF1641
Complementary color
Monochromatic Colors of #BF1641
Black with #BF1641
Text Example
Text Example
White with #BF1641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1641; }
p { color: rgb(191,22,65); }
H1.HeaderClassName
{
color: #BF1641;
}
.AnyTagClassName
{
color: #BF1641;
}
</style>
background-color css
<style>
a { background-color: #BF1641; }
a { background-color: rgb(191,22,65); }
div.DivClassName
{
background-color: #BF1641;
}
.BgClassName
{
background-color: #BF1641;
}
</style>
border-color css
<style>
span { border-color: #BF1641; }
span { border-color: rgb(191,22,65); }
td.TdClassName
{
border-color: #BF1641;
}
.TagClassName
{
border-color: #BF1641;
}
</style>