Shades of Cardinal #BF194B
Tints of Cardinal #BF194B
RGB
CMYK
RGB Variations
Color information
#BF194B (or 0xBF194B) is known color: Cardinal. HEX triplet: BF, 19 and 4B. RGB value is (191,25,75). Sum of RGB (Red+Green+Blue) = 191+25+75=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF194B is #40E6B4. Grayscale: #505050. Windows color (decimal): -4253365 or 4921791. OLE color: 4921791.
HSL color Cylindrical-coordinate representation of color #BF194B: hue angle of 341.93º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF194B is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 75 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.25 |
| HSL | 341.93º | 0.77% | 0.42% | - |
| HSV(B) | 341.93º | 0.87% | 0.75% | - |
| XYZ | 23.1 | 12.28 | 7.81 | - |
| YUV | 80.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 75 | 0 | 0.87 | 0.61 | 0.25 | 341.93 | 0.77 | 0.42 |
| Hex | BF | 19 | 4B | 0 | 57 | 3D | 19 | 156 | 4D | 2A |
| Octal | 277 | 31 | 113 | 0 | 127 | 75 | 31 | 526 | 115 | 52 |
| Binary | 10111111 | 11001 | 1001011 | 0 | 1010111 | 111101 | 11001 | 101010110 | 1001101 | 101010 |
Color Harmonies of #BF194B
Complementary color
Monochromatic Colors of #BF194B
Black with #BF194B
Text Example
Text Example
White with #BF194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF194B; }
p { color: rgb(191,25,75); }
H1.HeaderClassName
{
color: #BF194B;
}
.AnyTagClassName
{
color: #BF194B;
}
</style>
background-color css
<style>
a { background-color: #BF194B; }
a { background-color: rgb(191,25,75); }
div.DivClassName
{
background-color: #BF194B;
}
.BgClassName
{
background-color: #BF194B;
}
</style>
border-color css
<style>
span { border-color: #BF194B; }
span { border-color: rgb(191,25,75); }
td.TdClassName
{
border-color: #BF194B;
}
.TagClassName
{
border-color: #BF194B;
}
</style>