Shades of Cardinal #BF1540
Tints of Cardinal #BF1540
RGB
CMYK
RGB Variations
Color information
#BF1540 (or 0xBF1540) is known color: Cardinal. HEX triplet: BF, 15 and 40. RGB value is (191,21,64). Sum of RGB (Red+Green+Blue) = 191+21+64=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1540 is #40EABF. Grayscale: #4C4C4C. Windows color (decimal): -4254400 or 4199871. OLE color: 4199871.
HSL color Cylindrical-coordinate representation of color #BF1540: hue angle of 344.82º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1540 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 64 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.25 |
| HSL | 344.82º | 0.8% | 0.42% | - |
| HSV(B) | 344.82º | 0.89% | 0.75% | - |
| XYZ | 22.68 | 11.98 | 5.97 | - |
| YUV | 76.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 64 | 0 | 0.89 | 0.66 | 0.25 | 344.82 | 0.8 | 0.42 |
| Hex | BF | 15 | 40 | 0 | 59 | 42 | 19 | 159 | 50 | 2A |
| Octal | 277 | 25 | 100 | 0 | 131 | 102 | 31 | 531 | 120 | 52 |
| Binary | 10111111 | 10101 | 1000000 | 0 | 1011001 | 1000010 | 11001 | 101011001 | 1010000 | 101010 |
Color Harmonies of #BF1540
Complementary color
Monochromatic Colors of #BF1540
Black with #BF1540
Text Example
Text Example
White with #BF1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1540; }
p { color: rgb(191,21,64); }
H1.HeaderClassName
{
color: #BF1540;
}
.AnyTagClassName
{
color: #BF1540;
}
</style>
background-color css
<style>
a { background-color: #BF1540; }
a { background-color: rgb(191,21,64); }
div.DivClassName
{
background-color: #BF1540;
}
.BgClassName
{
background-color: #BF1540;
}
</style>
border-color css
<style>
span { border-color: #BF1540; }
span { border-color: rgb(191,21,64); }
td.TdClassName
{
border-color: #BF1540;
}
.TagClassName
{
border-color: #BF1540;
}
</style>