Shades of Cardinal #BF1348
Tints of Cardinal #BF1348
RGB
CMYK
RGB Variations
Color information
#BF1348 (or 0xBF1348) is known color: Cardinal. HEX triplet: BF, 13 and 48. RGB value is (191,19,72). Sum of RGB (Red+Green+Blue) = 191+19+72=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 19 (7.81% from 255 or 6.74% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1348 is #40ECB7. Grayscale: #4C4C4C. Windows color (decimal): -4254904 or 4723647. OLE color: 4723647.
HSL color Cylindrical-coordinate representation of color #BF1348: hue angle of 341.51º degrees, saturation: 0.82, 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 #BF1348 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 19 | 72 | - |
| CMYK | 0 | 0.90 | 0.62 | 0.25 |
| HSL | 341.51º | 0.82% | 0.41% | - |
| HSV(B) | 341.51º | 0.9% | 0.75% | - |
| XYZ | 22.89 | 12.01 | 7.24 | - |
| YUV | 76.47 | 125.48 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 19 | 72 | 0 | 0.90 | 0.62 | 0.25 | 341.51 | 0.82 | 0.41 |
| Hex | BF | 13 | 48 | 0 | 5A | 3E | 19 | 156 | 52 | 29 |
| Octal | 277 | 23 | 110 | 0 | 132 | 76 | 31 | 526 | 122 | 51 |
| Binary | 10111111 | 10011 | 1001000 | 0 | 1011010 | 111110 | 11001 | 101010110 | 1010010 | 101001 |
Color Harmonies of #BF1348
Complementary color
Monochromatic Colors of #BF1348
Black with #BF1348
Text Example
Text Example
White with #BF1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1348; }
p { color: rgb(191,19,72); }
H1.HeaderClassName
{
color: #BF1348;
}
.AnyTagClassName
{
color: #BF1348;
}
</style>
background-color css
<style>
a { background-color: #BF1348; }
a { background-color: rgb(191,19,72); }
div.DivClassName
{
background-color: #BF1348;
}
.BgClassName
{
background-color: #BF1348;
}
</style>
border-color css
<style>
span { border-color: #BF1348; }
span { border-color: rgb(191,19,72); }
td.TdClassName
{
border-color: #BF1348;
}
.TagClassName
{
border-color: #BF1348;
}
</style>