Shades of Cardinal #BF142E
Tints of Cardinal #BF142E
RGB
CMYK
RGB Variations
Color information
#BF142E (or 0xBF142E) is known color: Cardinal. HEX triplet: BF, 14 and 2E. RGB value is (191,20,46). Sum of RGB (Red+Green+Blue) = 191+20+46=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF142E is #40EBD1. Grayscale: #4A4A4A. Windows color (decimal): -4254674 or 3019967. OLE color: 3019967.
HSL color Cylindrical-coordinate representation of color #BF142E: hue angle of 350.88º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF142E is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 46 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.25 |
| HSL | 350.88º | 0.81% | 0.41% | - |
| HSV(B) | 350.88º | 0.9% | 0.75% | - |
| XYZ | 22.23 | 11.77 | 3.69 | - |
| YUV | 74.09 | 112.15 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 46 | 0 | 0.90 | 0.76 | 0.25 | 350.88 | 0.81 | 0.41 |
| Hex | BF | 14 | 2E | 0 | 5A | 4C | 19 | 15F | 51 | 29 |
| Octal | 277 | 24 | 56 | 0 | 132 | 114 | 31 | 537 | 121 | 51 |
| Binary | 10111111 | 10100 | 101110 | 0 | 1011010 | 1001100 | 11001 | 101011111 | 1010001 | 101001 |
Color Harmonies of #BF142E
Complementary color
Monochromatic Colors of #BF142E
Black with #BF142E
Text Example
Text Example
White with #BF142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF142E; }
p { color: rgb(191,20,46); }
H1.HeaderClassName
{
color: #BF142E;
}
.AnyTagClassName
{
color: #BF142E;
}
</style>
background-color css
<style>
a { background-color: #BF142E; }
a { background-color: rgb(191,20,46); }
div.DivClassName
{
background-color: #BF142E;
}
.BgClassName
{
background-color: #BF142E;
}
</style>
border-color css
<style>
span { border-color: #BF142E; }
span { border-color: rgb(191,20,46); }
td.TdClassName
{
border-color: #BF142E;
}
.TagClassName
{
border-color: #BF142E;
}
</style>