Shades of Cardinal #BF144C
Tints of Cardinal #BF144C
RGB
CMYK
RGB Variations
Color information
#BF144C (or 0xBF144C) is known color: Cardinal. HEX triplet: BF, 14 and 4C. RGB value is (191,20,76). Sum of RGB (Red+Green+Blue) = 191+20+76=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF144C is #40EBB3. Grayscale: #4D4D4D. Windows color (decimal): -4254644 or 4986047. OLE color: 4986047.
HSL color Cylindrical-coordinate representation of color #BF144C: hue angle of 340.35º 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 #BF144C is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 76 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.25 |
| HSL | 340.35º | 0.81% | 0.41% | - |
| HSV(B) | 340.35º | 0.9% | 0.75% | - |
| XYZ | 23.04 | 12.1 | 7.96 | - |
| YUV | 77.51 | 127.15 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 76 | 0 | 0.90 | 0.60 | 0.25 | 340.35 | 0.81 | 0.41 |
| Hex | BF | 14 | 4C | 0 | 5A | 3C | 19 | 154 | 51 | 29 |
| Octal | 277 | 24 | 114 | 0 | 132 | 74 | 31 | 524 | 121 | 51 |
| Binary | 10111111 | 10100 | 1001100 | 0 | 1011010 | 111100 | 11001 | 101010100 | 1010001 | 101001 |
Color Harmonies of #BF144C
Complementary color
Monochromatic Colors of #BF144C
Black with #BF144C
Text Example
Text Example
White with #BF144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF144C; }
p { color: rgb(191,20,76); }
H1.HeaderClassName
{
color: #BF144C;
}
.AnyTagClassName
{
color: #BF144C;
}
</style>
background-color css
<style>
a { background-color: #BF144C; }
a { background-color: rgb(191,20,76); }
div.DivClassName
{
background-color: #BF144C;
}
.BgClassName
{
background-color: #BF144C;
}
</style>
border-color css
<style>
span { border-color: #BF144C; }
span { border-color: rgb(191,20,76); }
td.TdClassName
{
border-color: #BF144C;
}
.TagClassName
{
border-color: #BF144C;
}
</style>