Shades of Cardinal #BF1737
Tints of Cardinal #BF1737
RGB
CMYK
RGB Variations
Color information
#BF1737 (or 0xBF1737) is known color: Cardinal. HEX triplet: BF, 17 and 37. RGB value is (191,23,55). Sum of RGB (Red+Green+Blue) = 191+23+55=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1737 is #40E8C8. Grayscale: #4C4C4C. Windows color (decimal): -4253897 or 3610559. OLE color: 3610559.
HSL color Cylindrical-coordinate representation of color #BF1737: hue angle of 348.57º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1737 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 55 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.25 |
| HSL | 348.57º | 0.79% | 0.42% | - |
| HSV(B) | 348.57º | 0.88% | 0.75% | - |
| XYZ | 22.48 | 11.96 | 4.74 | - |
| YUV | 76.88 | 115.66 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 55 | 0 | 0.88 | 0.71 | 0.25 | 348.57 | 0.79 | 0.42 |
| Hex | BF | 17 | 37 | 0 | 58 | 47 | 19 | 15D | 4F | 2A |
| Octal | 277 | 27 | 67 | 0 | 130 | 107 | 31 | 535 | 117 | 52 |
| Binary | 10111111 | 10111 | 110111 | 0 | 1011000 | 1000111 | 11001 | 101011101 | 1001111 | 101010 |
Color Harmonies of #BF1737
Complementary color
Monochromatic Colors of #BF1737
Black with #BF1737
Text Example
Text Example
White with #BF1737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1737; }
p { color: rgb(191,23,55); }
H1.HeaderClassName
{
color: #BF1737;
}
.AnyTagClassName
{
color: #BF1737;
}
</style>
background-color css
<style>
a { background-color: #BF1737; }
a { background-color: rgb(191,23,55); }
div.DivClassName
{
background-color: #BF1737;
}
.BgClassName
{
background-color: #BF1737;
}
</style>
border-color css
<style>
span { border-color: #BF1737; }
span { border-color: rgb(191,23,55); }
td.TdClassName
{
border-color: #BF1737;
}
.TagClassName
{
border-color: #BF1737;
}
</style>