Shades of Cardinal #BF193A
Tints of Cardinal #BF193A
RGB
CMYK
RGB Variations
Color information
#BF193A (or 0xBF193A) is known color: Cardinal. HEX triplet: BF, 19 and 3A. RGB value is (191,25,58). Sum of RGB (Red+Green+Blue) = 191+25+58=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF193A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF193A is #40E6C5. Grayscale: #4E4E4E. Windows color (decimal): -4253382 or 3807679. OLE color: 3807679.
HSL color Cylindrical-coordinate representation of color #BF193A: hue angle of 348.07º 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 #BF193A is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 58 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.25 |
| HSL | 348.07º | 0.77% | 0.42% | - |
| HSV(B) | 348.07º | 0.87% | 0.75% | - |
| XYZ | 22.6 | 12.08 | 5.14 | - |
| YUV | 78.4 | 116.5 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 58 | 0 | 0.87 | 0.70 | 0.25 | 348.07 | 0.77 | 0.42 |
| Hex | BF | 19 | 3A | 0 | 57 | 46 | 19 | 15C | 4D | 2A |
| Octal | 277 | 31 | 72 | 0 | 127 | 106 | 31 | 534 | 115 | 52 |
| Binary | 10111111 | 11001 | 111010 | 0 | 1010111 | 1000110 | 11001 | 101011100 | 1001101 | 101010 |
Color Harmonies of #BF193A
Complementary color
Monochromatic Colors of #BF193A
Black with #BF193A
Text Example
Text Example
White with #BF193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF193A; }
p { color: rgb(191,25,58); }
H1.HeaderClassName
{
color: #BF193A;
}
.AnyTagClassName
{
color: #BF193A;
}
</style>
background-color css
<style>
a { background-color: #BF193A; }
a { background-color: rgb(191,25,58); }
div.DivClassName
{
background-color: #BF193A;
}
.BgClassName
{
background-color: #BF193A;
}
</style>
border-color css
<style>
span { border-color: #BF193A; }
span { border-color: rgb(191,25,58); }
td.TdClassName
{
border-color: #BF193A;
}
.TagClassName
{
border-color: #BF193A;
}
</style>