Shades of Cardinal #BF143F
Tints of Cardinal #BF143F
RGB
CMYK
RGB Variations
Color information
#BF143F (or 0xBF143F) is known color: Cardinal. HEX triplet: BF, 14 and 3F. RGB value is (191,20,63). Sum of RGB (Red+Green+Blue) = 191+20+63=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF143F is #40EBC0. Grayscale: #4C4C4C. Windows color (decimal): -4254657 or 4134079. OLE color: 4134079.
HSL color Cylindrical-coordinate representation of color #BF143F: hue angle of 344.91º 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 #BF143F is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 63 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.25 |
| HSL | 344.91º | 0.81% | 0.41% | - |
| HSV(B) | 344.91º | 0.9% | 0.75% | - |
| XYZ | 22.63 | 11.94 | 5.81 | - |
| YUV | 76.03 | 120.65 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 63 | 0 | 0.90 | 0.67 | 0.25 | 344.91 | 0.81 | 0.41 |
| Hex | BF | 14 | 3F | 0 | 5A | 43 | 19 | 159 | 51 | 29 |
| Octal | 277 | 24 | 77 | 0 | 132 | 103 | 31 | 531 | 121 | 51 |
| Binary | 10111111 | 10100 | 111111 | 0 | 1011010 | 1000011 | 11001 | 101011001 | 1010001 | 101001 |
Color Harmonies of #BF143F
Complementary color
Monochromatic Colors of #BF143F
Black with #BF143F
Text Example
Text Example
White with #BF143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF143F; }
p { color: rgb(191,20,63); }
H1.HeaderClassName
{
color: #BF143F;
}
.AnyTagClassName
{
color: #BF143F;
}
</style>
background-color css
<style>
a { background-color: #BF143F; }
a { background-color: rgb(191,20,63); }
div.DivClassName
{
background-color: #BF143F;
}
.BgClassName
{
background-color: #BF143F;
}
</style>
border-color css
<style>
span { border-color: #BF143F; }
span { border-color: rgb(191,20,63); }
td.TdClassName
{
border-color: #BF143F;
}
.TagClassName
{
border-color: #BF143F;
}
</style>