Shades of Cardinal #BF1939
Tints of Cardinal #BF1939
RGB
CMYK
RGB Variations
Color information
#BF1939 (or 0xBF1939) is known color: Cardinal. HEX triplet: BF, 19 and 39. RGB value is (191,25,57). Sum of RGB (Red+Green+Blue) = 191+25+57=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1939 is #40E6C6. Grayscale: #4E4E4E. Windows color (decimal): -4253383 or 3742143. OLE color: 3742143.
HSL color Cylindrical-coordinate representation of color #BF1939: hue angle of 348.43º 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 #BF1939 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 57 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.25 |
| HSL | 348.43º | 0.77% | 0.42% | - |
| HSV(B) | 348.43º | 0.87% | 0.75% | - |
| XYZ | 22.57 | 12.07 | 5.01 | - |
| YUV | 78.28 | 116 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 57 | 0 | 0.87 | 0.70 | 0.25 | 348.43 | 0.77 | 0.42 |
| Hex | BF | 19 | 39 | 0 | 57 | 46 | 19 | 15C | 4D | 2A |
| Octal | 277 | 31 | 71 | 0 | 127 | 106 | 31 | 534 | 115 | 52 |
| Binary | 10111111 | 11001 | 111001 | 0 | 1010111 | 1000110 | 11001 | 101011100 | 1001101 | 101010 |
Color Harmonies of #BF1939
Complementary color
Monochromatic Colors of #BF1939
Black with #BF1939
Text Example
Text Example
White with #BF1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1939; }
p { color: rgb(191,25,57); }
H1.HeaderClassName
{
color: #BF1939;
}
.AnyTagClassName
{
color: #BF1939;
}
</style>
background-color css
<style>
a { background-color: #BF1939; }
a { background-color: rgb(191,25,57); }
div.DivClassName
{
background-color: #BF1939;
}
.BgClassName
{
background-color: #BF1939;
}
</style>
border-color css
<style>
span { border-color: #BF1939; }
span { border-color: rgb(191,25,57); }
td.TdClassName
{
border-color: #BF1939;
}
.TagClassName
{
border-color: #BF1939;
}
</style>