Shades of Cardinal #BF1436
Tints of Cardinal #BF1436
RGB
CMYK
RGB Variations
Color information
#BF1436 (or 0xBF1436) is known color: Cardinal. HEX triplet: BF, 14 and 36. RGB value is (191,20,54). Sum of RGB (Red+Green+Blue) = 191+20+54=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1436 is #40EBC9. Grayscale: #4B4B4B. Windows color (decimal): -4254666 or 3544255. OLE color: 3544255.
HSL color Cylindrical-coordinate representation of color #BF1436: hue angle of 348.07º 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 #BF1436 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 54 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.25 |
| HSL | 348.07º | 0.81% | 0.41% | - |
| HSV(B) | 348.07º | 0.9% | 0.75% | - |
| XYZ | 22.4 | 11.84 | 4.6 | - |
| YUV | 75.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 54 | 0 | 0.90 | 0.72 | 0.25 | 348.07 | 0.81 | 0.41 |
| Hex | BF | 14 | 36 | 0 | 5A | 48 | 19 | 15C | 51 | 29 |
| Octal | 277 | 24 | 66 | 0 | 132 | 110 | 31 | 534 | 121 | 51 |
| Binary | 10111111 | 10100 | 110110 | 0 | 1011010 | 1001000 | 11001 | 101011100 | 1010001 | 101001 |
Color Harmonies of #BF1436
Complementary color
Monochromatic Colors of #BF1436
Black with #BF1436
Text Example
Text Example
White with #BF1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1436; }
p { color: rgb(191,20,54); }
H1.HeaderClassName
{
color: #BF1436;
}
.AnyTagClassName
{
color: #BF1436;
}
</style>
background-color css
<style>
a { background-color: #BF1436; }
a { background-color: rgb(191,20,54); }
div.DivClassName
{
background-color: #BF1436;
}
.BgClassName
{
background-color: #BF1436;
}
</style>
border-color css
<style>
span { border-color: #BF1436; }
span { border-color: rgb(191,20,54); }
td.TdClassName
{
border-color: #BF1436;
}
.TagClassName
{
border-color: #BF1436;
}
</style>