Shades of Cardinal #BF1936
Tints of Cardinal #BF1936
RGB
CMYK
RGB Variations
Color information
#BF1936 (or 0xBF1936) is known color: Cardinal. HEX triplet: BF, 19 and 36. RGB value is (191,25,54). Sum of RGB (Red+Green+Blue) = 191+25+54=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1936 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1936 is #40E6C9. Grayscale: #4D4D4D. Windows color (decimal): -4253386 or 3545535. OLE color: 3545535.
HSL color Cylindrical-coordinate representation of color #BF1936: hue angle of 349.52º 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 #BF1936 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 25 | 54 | - |
| CMYK | 0 | 0.87 | 0.72 | 0.25 |
| HSL | 349.52º | 0.77% | 0.42% | - |
| HSV(B) | 349.52º | 0.87% | 0.75% | - |
| XYZ | 22.5 | 12.04 | 4.63 | - |
| YUV | 77.94 | 114.5 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 25 | 54 | 0 | 0.87 | 0.72 | 0.25 | 349.52 | 0.77 | 0.42 |
| Hex | BF | 19 | 36 | 0 | 57 | 48 | 19 | 15E | 4D | 2A |
| Octal | 277 | 31 | 66 | 0 | 127 | 110 | 31 | 536 | 115 | 52 |
| Binary | 10111111 | 11001 | 110110 | 0 | 1010111 | 1001000 | 11001 | 101011110 | 1001101 | 101010 |
Color Harmonies of #BF1936
Complementary color
Monochromatic Colors of #BF1936
Black with #BF1936
Text Example
Text Example
White with #BF1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1936; }
p { color: rgb(191,25,54); }
H1.HeaderClassName
{
color: #BF1936;
}
.AnyTagClassName
{
color: #BF1936;
}
</style>
background-color css
<style>
a { background-color: #BF1936; }
a { background-color: rgb(191,25,54); }
div.DivClassName
{
background-color: #BF1936;
}
.BgClassName
{
background-color: #BF1936;
}
</style>
border-color css
<style>
span { border-color: #BF1936; }
span { border-color: rgb(191,25,54); }
td.TdClassName
{
border-color: #BF1936;
}
.TagClassName
{
border-color: #BF1936;
}
</style>