Shades of Cardinal #BF2040
Tints of Cardinal #BF2040
RGB
CMYK
RGB Variations
Color information
#BF2040 (or 0xBF2040) is known color: Cardinal. HEX triplet: BF, 20 and 40. RGB value is (191,32,64). Sum of RGB (Red+Green+Blue) = 191+32+64=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2040 is #40DFBF. Grayscale: #535353. Windows color (decimal): -4251584 or 4202687. OLE color: 4202687.
HSL color Cylindrical-coordinate representation of color #BF2040: hue angle of 347.92º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2040 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 64 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.25 |
| HSL | 347.92º | 0.71% | 0.44% | - |
| HSV(B) | 347.92º | 0.83% | 0.75% | - |
| XYZ | 22.93 | 12.48 | 6.05 | - |
| YUV | 83.19 | 117.18 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 64 | 0 | 0.83 | 0.66 | 0.25 | 347.92 | 0.71 | 0.44 |
| Hex | BF | 20 | 40 | 0 | 53 | 42 | 19 | 15C | 47 | 2C |
| Octal | 277 | 40 | 100 | 0 | 123 | 102 | 31 | 534 | 107 | 54 |
| Binary | 10111111 | 100000 | 1000000 | 0 | 1010011 | 1000010 | 11001 | 101011100 | 1000111 | 101100 |
Color Harmonies of #BF2040
Complementary color
Monochromatic Colors of #BF2040
Black with #BF2040
Text Example
Text Example
White with #BF2040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2040; }
p { color: rgb(191,32,64); }
H1.HeaderClassName
{
color: #BF2040;
}
.AnyTagClassName
{
color: #BF2040;
}
</style>
background-color css
<style>
a { background-color: #BF2040; }
a { background-color: rgb(191,32,64); }
div.DivClassName
{
background-color: #BF2040;
}
.BgClassName
{
background-color: #BF2040;
}
</style>
border-color css
<style>
span { border-color: #BF2040; }
span { border-color: rgb(191,32,64); }
td.TdClassName
{
border-color: #BF2040;
}
.TagClassName
{
border-color: #BF2040;
}
</style>