Shades of Cardinal #BF1437
Tints of Cardinal #BF1437
RGB
CMYK
RGB Variations
Color information
#BF1437 (or 0xBF1437) is known color: Cardinal. HEX triplet: BF, 14 and 37. RGB value is (191,20,55). Sum of RGB (Red+Green+Blue) = 191+20+55=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1437 is #40EBC8. Grayscale: #4B4B4B. Windows color (decimal): -4254665 or 3609791. OLE color: 3609791.
HSL color Cylindrical-coordinate representation of color #BF1437: hue angle of 347.72º 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 #BF1437 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 55 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.25 |
| HSL | 347.72º | 0.81% | 0.41% | - |
| HSV(B) | 347.72º | 0.9% | 0.75% | - |
| XYZ | 22.43 | 11.85 | 4.72 | - |
| YUV | 75.12 | 116.65 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 55 | 0 | 0.90 | 0.71 | 0.25 | 347.72 | 0.81 | 0.41 |
| Hex | BF | 14 | 37 | 0 | 5A | 47 | 19 | 15C | 51 | 29 |
| Octal | 277 | 24 | 67 | 0 | 132 | 107 | 31 | 534 | 121 | 51 |
| Binary | 10111111 | 10100 | 110111 | 0 | 1011010 | 1000111 | 11001 | 101011100 | 1010001 | 101001 |
Color Harmonies of #BF1437
Complementary color
Monochromatic Colors of #BF1437
Black with #BF1437
Text Example
Text Example
White with #BF1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1437; }
p { color: rgb(191,20,55); }
H1.HeaderClassName
{
color: #BF1437;
}
.AnyTagClassName
{
color: #BF1437;
}
</style>
background-color css
<style>
a { background-color: #BF1437; }
a { background-color: rgb(191,20,55); }
div.DivClassName
{
background-color: #BF1437;
}
.BgClassName
{
background-color: #BF1437;
}
</style>
border-color css
<style>
span { border-color: #BF1437; }
span { border-color: rgb(191,20,55); }
td.TdClassName
{
border-color: #BF1437;
}
.TagClassName
{
border-color: #BF1437;
}
</style>