Shades of Cardinal #BF0640
Tints of Cardinal #BF0640
RGB
CMYK
RGB Variations
Color information
#BF0640 (or 0xBF0640) is known color: Cardinal. HEX triplet: BF, 06 and 40. RGB value is (191,6,64). Sum of RGB (Red+Green+Blue) = 191+6+64=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0640 is #40F9BF. Grayscale: #434343. Windows color (decimal): -4258240 or 4196031. OLE color: 4196031.
HSL color Cylindrical-coordinate representation of color #BF0640: hue angle of 341.19º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0640 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 6 | 64 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.25 |
| HSL | 341.19º | 0.94% | 0.39% | - |
| HSV(B) | 341.19º | 0.97% | 0.75% | - |
| XYZ | 22.48 | 11.58 | 5.9 | - |
| YUV | 67.93 | 125.79 | 215.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 6 | 64 | 0 | 0.97 | 0.66 | 0.25 | 341.19 | 0.94 | 0.39 |
| Hex | BF | 6 | 40 | 0 | 61 | 42 | 19 | 155 | 5E | 27 |
| Octal | 277 | 6 | 100 | 0 | 141 | 102 | 31 | 525 | 136 | 47 |
| Binary | 10111111 | 110 | 1000000 | 0 | 1100001 | 1000010 | 11001 | 101010101 | 1011110 | 100111 |
Color Harmonies of #BF0640
Complementary color
Monochromatic Colors of #BF0640
Black with #BF0640
Text Example
Text Example
White with #BF0640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0640; }
p { color: rgb(191,6,64); }
H1.HeaderClassName
{
color: #BF0640;
}
.AnyTagClassName
{
color: #BF0640;
}
</style>
background-color css
<style>
a { background-color: #BF0640; }
a { background-color: rgb(191,6,64); }
div.DivClassName
{
background-color: #BF0640;
}
.BgClassName
{
background-color: #BF0640;
}
</style>
border-color css
<style>
span { border-color: #BF0640; }
span { border-color: rgb(191,6,64); }
td.TdClassName
{
border-color: #BF0640;
}
.TagClassName
{
border-color: #BF0640;
}
</style>