Shades of Cardinal #BF1434
Tints of Cardinal #BF1434
RGB
CMYK
RGB Variations
Color information
#BF1434 (or 0xBF1434) is known color: Cardinal. HEX triplet: BF, 14 and 34. RGB value is (191,20,52). Sum of RGB (Red+Green+Blue) = 191+20+52=263 (34% of max value = 765). Red value is 191 (75% from 255 or 72.62% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1434 is #40EBCB. Grayscale: #4A4A4A. Windows color (decimal): -4254668 or 3413183. OLE color: 3413183.
HSL color Cylindrical-coordinate representation of color #BF1434: hue angle of 348.77º 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 #BF1434 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 20 | 52 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.25 |
| HSL | 348.77º | 0.81% | 0.41% | - |
| HSV(B) | 348.77º | 0.9% | 0.75% | - |
| XYZ | 22.36 | 11.82 | 4.35 | - |
| YUV | 74.78 | 115.15 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 20 | 52 | 0 | 0.90 | 0.73 | 0.25 | 348.77 | 0.81 | 0.41 |
| Hex | BF | 14 | 34 | 0 | 5A | 49 | 19 | 15D | 51 | 29 |
| Octal | 277 | 24 | 64 | 0 | 132 | 111 | 31 | 535 | 121 | 51 |
| Binary | 10111111 | 10100 | 110100 | 0 | 1011010 | 1001001 | 11001 | 101011101 | 1010001 | 101001 |
Color Harmonies of #BF1434
Complementary color
Monochromatic Colors of #BF1434
Black with #BF1434
Text Example
Text Example
White with #BF1434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1434; }
p { color: rgb(191,20,52); }
H1.HeaderClassName
{
color: #BF1434;
}
.AnyTagClassName
{
color: #BF1434;
}
</style>
background-color css
<style>
a { background-color: #BF1434; }
a { background-color: rgb(191,20,52); }
div.DivClassName
{
background-color: #BF1434;
}
.BgClassName
{
background-color: #BF1434;
}
</style>
border-color css
<style>
span { border-color: #BF1434; }
span { border-color: rgb(191,20,52); }
td.TdClassName
{
border-color: #BF1434;
}
.TagClassName
{
border-color: #BF1434;
}
</style>