Shades of Cardinal #BF154B
Tints of Cardinal #BF154B
RGB
CMYK
RGB Variations
Color information
#BF154B (or 0xBF154B) is known color: Cardinal. HEX triplet: BF, 15 and 4B. RGB value is (191,21,75). Sum of RGB (Red+Green+Blue) = 191+21+75=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF154B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF154B is #40EAB4. Grayscale: #4D4D4D. Windows color (decimal): -4254389 or 4920767. OLE color: 4920767.
HSL color Cylindrical-coordinate representation of color #BF154B: hue angle of 340.94º 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 #BF154B is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 21 | 75 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.25 |
| HSL | 340.94º | 0.8% | 0.42% | - |
| HSV(B) | 340.94º | 0.89% | 0.75% | - |
| XYZ | 23.02 | 12.12 | 7.78 | - |
| YUV | 77.99 | 126.32 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 21 | 75 | 0 | 0.89 | 0.61 | 0.25 | 340.94 | 0.8 | 0.42 |
| Hex | BF | 15 | 4B | 0 | 59 | 3D | 19 | 155 | 50 | 2A |
| Octal | 277 | 25 | 113 | 0 | 131 | 75 | 31 | 525 | 120 | 52 |
| Binary | 10111111 | 10101 | 1001011 | 0 | 1011001 | 111101 | 11001 | 101010101 | 1010000 | 101010 |
Color Harmonies of #BF154B
Complementary color
Monochromatic Colors of #BF154B
Black with #BF154B
Text Example
Text Example
White with #BF154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF154B; }
p { color: rgb(191,21,75); }
H1.HeaderClassName
{
color: #BF154B;
}
.AnyTagClassName
{
color: #BF154B;
}
</style>
background-color css
<style>
a { background-color: #BF154B; }
a { background-color: rgb(191,21,75); }
div.DivClassName
{
background-color: #BF154B;
}
.BgClassName
{
background-color: #BF154B;
}
</style>
border-color css
<style>
span { border-color: #BF154B; }
span { border-color: rgb(191,21,75); }
td.TdClassName
{
border-color: #BF154B;
}
.TagClassName
{
border-color: #BF154B;
}
</style>