Shades of Cardinal #BF193F
Tints of Cardinal #BF193F
RGB
CMYK
RGB Variations
Color information
#BF193F (or 0xBF193F) is known color: Cardinal. HEX triplet: BF, 19 and 3F. RGB value is (191,25,63). Sum of RGB (Red+Green+Blue) = 191+25+63=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF193F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF193F is #40E6C0. Grayscale: #4E4E4E. Windows color (decimal): -4253377 or 4135359. OLE color: 4135359.
HSL color Cylindrical-coordinate representation of color #BF193F: hue angle of 346.27º 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 #BF193F is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 63 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.25 |
| HSL | 346.27º | 0.77% | 0.42% | - |
| HSV(B) | 346.27º | 0.87% | 0.75% | - |
| XYZ | 22.73 | 12.13 | 5.85 | - |
| YUV | 78.97 | 119 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 63 | 0 | 0.87 | 0.67 | 0.25 | 346.27 | 0.77 | 0.42 |
| Hex | BF | 19 | 3F | 0 | 57 | 43 | 19 | 15A | 4D | 2A |
| Octal | 277 | 31 | 77 | 0 | 127 | 103 | 31 | 532 | 115 | 52 |
| Binary | 10111111 | 11001 | 111111 | 0 | 1010111 | 1000011 | 11001 | 101011010 | 1001101 | 101010 |
Color Harmonies of #BF193F
Complementary color
Monochromatic Colors of #BF193F
Black with #BF193F
Text Example
Text Example
White with #BF193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF193F; }
p { color: rgb(191,25,63); }
H1.HeaderClassName
{
color: #BF193F;
}
.AnyTagClassName
{
color: #BF193F;
}
</style>
background-color css
<style>
a { background-color: #BF193F; }
a { background-color: rgb(191,25,63); }
div.DivClassName
{
background-color: #BF193F;
}
.BgClassName
{
background-color: #BF193F;
}
</style>
border-color css
<style>
span { border-color: #BF193F; }
span { border-color: rgb(191,25,63); }
td.TdClassName
{
border-color: #BF193F;
}
.TagClassName
{
border-color: #BF193F;
}
</style>