Shades of Cardinal #BF1937
Tints of Cardinal #BF1937
RGB
CMYK
RGB Variations
Color information
#BF1937 (or 0xBF1937) is known color: Cardinal. HEX triplet: BF, 19 and 37. RGB value is (191,25,55). Sum of RGB (Red+Green+Blue) = 191+25+55=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1937 is #40E6C8. Grayscale: #4E4E4E. Windows color (decimal): -4253385 or 3611071. OLE color: 3611071.
HSL color Cylindrical-coordinate representation of color #BF1937: hue angle of 349.16º 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 #BF1937 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 55 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.25 |
| HSL | 349.16º | 0.77% | 0.42% | - |
| HSV(B) | 349.16º | 0.87% | 0.75% | - |
| XYZ | 22.52 | 12.05 | 4.75 | - |
| YUV | 78.05 | 115 | 208.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 55 | 0 | 0.87 | 0.71 | 0.25 | 349.16 | 0.77 | 0.42 |
| Hex | BF | 19 | 37 | 0 | 57 | 47 | 19 | 15D | 4D | 2A |
| Octal | 277 | 31 | 67 | 0 | 127 | 107 | 31 | 535 | 115 | 52 |
| Binary | 10111111 | 11001 | 110111 | 0 | 1010111 | 1000111 | 11001 | 101011101 | 1001101 | 101010 |
Color Harmonies of #BF1937
Complementary color
Monochromatic Colors of #BF1937
Black with #BF1937
Text Example
Text Example
White with #BF1937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1937; }
p { color: rgb(191,25,55); }
H1.HeaderClassName
{
color: #BF1937;
}
.AnyTagClassName
{
color: #BF1937;
}
</style>
background-color css
<style>
a { background-color: #BF1937; }
a { background-color: rgb(191,25,55); }
div.DivClassName
{
background-color: #BF1937;
}
.BgClassName
{
background-color: #BF1937;
}
</style>
border-color css
<style>
span { border-color: #BF1937; }
span { border-color: rgb(191,25,55); }
td.TdClassName
{
border-color: #BF1937;
}
.TagClassName
{
border-color: #BF1937;
}
</style>