Shades of Cardinal #BF1440
Tints of Cardinal #BF1440
RGB
CMYK
RGB Variations
Color information
#BF1440 (or 0xBF1440) is known color: Cardinal. HEX triplet: BF, 14 and 40. RGB value is (191,20,64). Sum of RGB (Red+Green+Blue) = 191+20+64=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1440 is #40EBBF. Grayscale: #4C4C4C. Windows color (decimal): -4254656 or 4199615. OLE color: 4199615.
HSL color Cylindrical-coordinate representation of color #BF1440: hue angle of 344.56º 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 #BF1440 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 64 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.25 |
| HSL | 344.56º | 0.81% | 0.41% | - |
| HSV(B) | 344.56º | 0.9% | 0.75% | - |
| XYZ | 22.66 | 11.95 | 5.96 | - |
| YUV | 76.15 | 121.15 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 64 | 0 | 0.90 | 0.66 | 0.25 | 344.56 | 0.81 | 0.41 |
| Hex | BF | 14 | 40 | 0 | 5A | 42 | 19 | 159 | 51 | 29 |
| Octal | 277 | 24 | 100 | 0 | 132 | 102 | 31 | 531 | 121 | 51 |
| Binary | 10111111 | 10100 | 1000000 | 0 | 1011010 | 1000010 | 11001 | 101011001 | 1010001 | 101001 |
Color Harmonies of #BF1440
Complementary color
Monochromatic Colors of #BF1440
Black with #BF1440
Text Example
Text Example
White with #BF1440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1440; }
p { color: rgb(191,20,64); }
H1.HeaderClassName
{
color: #BF1440;
}
.AnyTagClassName
{
color: #BF1440;
}
</style>
background-color css
<style>
a { background-color: #BF1440; }
a { background-color: rgb(191,20,64); }
div.DivClassName
{
background-color: #BF1440;
}
.BgClassName
{
background-color: #BF1440;
}
</style>
border-color css
<style>
span { border-color: #BF1440; }
span { border-color: rgb(191,20,64); }
td.TdClassName
{
border-color: #BF1440;
}
.TagClassName
{
border-color: #BF1440;
}
</style>