Shades of Cardinal #BF1541
Tints of Cardinal #BF1541
RGB
CMYK
RGB Variations
Color information
#BF1541 (or 0xBF1541) is known color: Cardinal. HEX triplet: BF, 15 and 41. RGB value is (191,21,65). Sum of RGB (Red+Green+Blue) = 191+21+65=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1541 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1541 is #40EABE. Grayscale: #4C4C4C. Windows color (decimal): -4254399 or 4265407. OLE color: 4265407.
HSL color Cylindrical-coordinate representation of color #BF1541: hue angle of 344.47º 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 #BF1541 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 65 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.25 |
| HSL | 344.47º | 0.8% | 0.42% | - |
| HSV(B) | 344.47º | 0.89% | 0.75% | - |
| XYZ | 22.71 | 11.99 | 6.12 | - |
| YUV | 76.85 | 121.32 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 65 | 0 | 0.89 | 0.66 | 0.25 | 344.47 | 0.8 | 0.42 |
| Hex | BF | 15 | 41 | 0 | 59 | 42 | 19 | 158 | 50 | 2A |
| Octal | 277 | 25 | 101 | 0 | 131 | 102 | 31 | 530 | 120 | 52 |
| Binary | 10111111 | 10101 | 1000001 | 0 | 1011001 | 1000010 | 11001 | 101011000 | 1010000 | 101010 |
Color Harmonies of #BF1541
Complementary color
Monochromatic Colors of #BF1541
Black with #BF1541
Text Example
Text Example
White with #BF1541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1541; }
p { color: rgb(191,21,65); }
H1.HeaderClassName
{
color: #BF1541;
}
.AnyTagClassName
{
color: #BF1541;
}
</style>
background-color css
<style>
a { background-color: #BF1541; }
a { background-color: rgb(191,21,65); }
div.DivClassName
{
background-color: #BF1541;
}
.BgClassName
{
background-color: #BF1541;
}
</style>
border-color css
<style>
span { border-color: #BF1541; }
span { border-color: rgb(191,21,65); }
td.TdClassName
{
border-color: #BF1541;
}
.TagClassName
{
border-color: #BF1541;
}
</style>