Shades of Cardinal #BF1441
Tints of Cardinal #BF1441
RGB
CMYK
RGB Variations
Color information
#BF1441 (or 0xBF1441) is known color: Cardinal. HEX triplet: BF, 14 and 41. RGB value is (191,20,65). Sum of RGB (Red+Green+Blue) = 191+20+65=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1441 is #40EBBE. Grayscale: #4C4C4C. Windows color (decimal): -4254655 or 4265151. OLE color: 4265151.
HSL color Cylindrical-coordinate representation of color #BF1441: hue angle of 344.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF1441 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 65 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.25 |
| HSL | 344.21º | 0.81% | 0.41% | - |
| HSV(B) | 344.21º | 0.9% | 0.75% | - |
| XYZ | 22.69 | 11.96 | 6.11 | - |
| YUV | 76.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 65 | 0 | 0.90 | 0.66 | 0.25 | 344.21 | 0.81 | 0.41 |
| Hex | BF | 14 | 41 | 0 | 5A | 42 | 19 | 158 | 51 | 29 |
| Octal | 277 | 24 | 101 | 0 | 132 | 102 | 31 | 530 | 121 | 51 |
| Binary | 10111111 | 10100 | 1000001 | 0 | 1011010 | 1000010 | 11001 | 101011000 | 1010001 | 101001 |
Color Harmonies of #BF1441
Complementary color
Monochromatic Colors of #BF1441
Black with #BF1441
Text Example
Text Example
White with #BF1441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1441; }
p { color: rgb(191,20,65); }
H1.HeaderClassName
{
color: #BF1441;
}
.AnyTagClassName
{
color: #BF1441;
}
</style>
background-color css
<style>
a { background-color: #BF1441; }
a { background-color: rgb(191,20,65); }
div.DivClassName
{
background-color: #BF1441;
}
.BgClassName
{
background-color: #BF1441;
}
</style>
border-color css
<style>
span { border-color: #BF1441; }
span { border-color: rgb(191,20,65); }
td.TdClassName
{
border-color: #BF1441;
}
.TagClassName
{
border-color: #BF1441;
}
</style>