Shades of Cardinal #BF0F40
Tints of Cardinal #BF0F40
RGB
CMYK
RGB Variations
Color information
#BF0F40 (or 0xBF0F40) is known color: Cardinal. HEX triplet: BF, 0F and 40. RGB value is (191,15,64). Sum of RGB (Red+Green+Blue) = 191+15+64=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0F40 is #40F0BF. Grayscale: #494949. Windows color (decimal): -4255936 or 4198335. OLE color: 4198335.
HSL color Cylindrical-coordinate representation of color #BF0F40: hue angle of 343.3º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0F40 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 64 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.25 |
| HSL | 343.3º | 0.85% | 0.4% | - |
| HSV(B) | 343.3º | 0.92% | 0.75% | - |
| XYZ | 22.58 | 11.79 | 5.94 | - |
| YUV | 73.21 | 122.81 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 64 | 0 | 0.92 | 0.66 | 0.25 | 343.3 | 0.85 | 0.4 |
| Hex | BF | F | 40 | 0 | 5C | 42 | 19 | 157 | 55 | 28 |
| Octal | 277 | 17 | 100 | 0 | 134 | 102 | 31 | 527 | 125 | 50 |
| Binary | 10111111 | 1111 | 1000000 | 0 | 1011100 | 1000010 | 11001 | 101010111 | 1010101 | 101000 |
Color Harmonies of #BF0F40
Complementary color
Monochromatic Colors of #BF0F40
Black with #BF0F40
Text Example
Text Example
White with #BF0F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0F40; }
p { color: rgb(191,15,64); }
H1.HeaderClassName
{
color: #BF0F40;
}
.AnyTagClassName
{
color: #BF0F40;
}
</style>
background-color css
<style>
a { background-color: #BF0F40; }
a { background-color: rgb(191,15,64); }
div.DivClassName
{
background-color: #BF0F40;
}
.BgClassName
{
background-color: #BF0F40;
}
</style>
border-color css
<style>
span { border-color: #BF0F40; }
span { border-color: rgb(191,15,64); }
td.TdClassName
{
border-color: #BF0F40;
}
.TagClassName
{
border-color: #BF0F40;
}
</style>