Shades of Cardinal #BF1546
Tints of Cardinal #BF1546
RGB
CMYK
RGB Variations
Color information
#BF1546 (or 0xBF1546) is known color: Cardinal. HEX triplet: BF, 15 and 46. RGB value is (191,21,70). Sum of RGB (Red+Green+Blue) = 191+21+70=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1546 is #40EAB9. Grayscale: #4D4D4D. Windows color (decimal): -4254394 or 4593087. OLE color: 4593087.
HSL color Cylindrical-coordinate representation of color #BF1546: hue angle of 342.71º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1546 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 70 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.25 |
| HSL | 342.71º | 0.8% | 0.42% | - |
| HSV(B) | 342.71º | 0.89% | 0.75% | - |
| XYZ | 22.86 | 12.05 | 6.92 | - |
| YUV | 77.42 | 123.82 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 70 | 0 | 0.89 | 0.63 | 0.25 | 342.71 | 0.8 | 0.42 |
| Hex | BF | 15 | 46 | 0 | 59 | 3F | 19 | 157 | 50 | 2A |
| Octal | 277 | 25 | 106 | 0 | 131 | 77 | 31 | 527 | 120 | 52 |
| Binary | 10111111 | 10101 | 1000110 | 0 | 1011001 | 111111 | 11001 | 101010111 | 1010000 | 101010 |
Color Harmonies of #BF1546
Complementary color
Monochromatic Colors of #BF1546
Black with #BF1546
Text Example
Text Example
White with #BF1546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1546; }
p { color: rgb(191,21,70); }
H1.HeaderClassName
{
color: #BF1546;
}
.AnyTagClassName
{
color: #BF1546;
}
</style>
background-color css
<style>
a { background-color: #BF1546; }
a { background-color: rgb(191,21,70); }
div.DivClassName
{
background-color: #BF1546;
}
.BgClassName
{
background-color: #BF1546;
}
</style>
border-color css
<style>
span { border-color: #BF1546; }
span { border-color: rgb(191,21,70); }
td.TdClassName
{
border-color: #BF1546;
}
.TagClassName
{
border-color: #BF1546;
}
</style>