Shades of Cardinal #BF154C
Tints of Cardinal #BF154C
RGB
CMYK
RGB Variations
Color information
#BF154C (or 0xBF154C) is known color: Cardinal. HEX triplet: BF, 15 and 4C. RGB value is (191,21,76). Sum of RGB (Red+Green+Blue) = 191+21+76=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF154C is #40EAB3. Grayscale: #4E4E4E. Windows color (decimal): -4254388 or 4986303. OLE color: 4986303.
HSL color Cylindrical-coordinate representation of color #BF154C: hue angle of 340.59º 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 #BF154C is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 76 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.25 |
| HSL | 340.59º | 0.8% | 0.42% | - |
| HSV(B) | 340.59º | 0.89% | 0.75% | - |
| XYZ | 23.06 | 12.13 | 7.96 | - |
| YUV | 78.1 | 126.82 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 76 | 0 | 0.89 | 0.60 | 0.25 | 340.59 | 0.8 | 0.42 |
| Hex | BF | 15 | 4C | 0 | 59 | 3C | 19 | 155 | 50 | 2A |
| Octal | 277 | 25 | 114 | 0 | 131 | 74 | 31 | 525 | 120 | 52 |
| Binary | 10111111 | 10101 | 1001100 | 0 | 1011001 | 111100 | 11001 | 101010101 | 1010000 | 101010 |
Color Harmonies of #BF154C
Complementary color
Monochromatic Colors of #BF154C
Black with #BF154C
Text Example
Text Example
White with #BF154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF154C; }
p { color: rgb(191,21,76); }
H1.HeaderClassName
{
color: #BF154C;
}
.AnyTagClassName
{
color: #BF154C;
}
</style>
background-color css
<style>
a { background-color: #BF154C; }
a { background-color: rgb(191,21,76); }
div.DivClassName
{
background-color: #BF154C;
}
.BgClassName
{
background-color: #BF154C;
}
</style>
border-color css
<style>
span { border-color: #BF154C; }
span { border-color: rgb(191,21,76); }
td.TdClassName
{
border-color: #BF154C;
}
.TagClassName
{
border-color: #BF154C;
}
</style>