Shades of Cardinal #BF1637
Tints of Cardinal #BF1637
RGB
CMYK
RGB Variations
Color information
#BF1637 (or 0xBF1637) is known color: Cardinal. HEX triplet: BF, 16 and 37. RGB value is (191,22,55). Sum of RGB (Red+Green+Blue) = 191+22+55=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1637 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1637 is #40E9C8. Grayscale: #4C4C4C. Windows color (decimal): -4254153 or 3610303. OLE color: 3610303.
HSL color Cylindrical-coordinate representation of color #BF1637: hue angle of 348.28º 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 #BF1637 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 55 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.25 |
| HSL | 348.28º | 0.79% | 0.42% | - |
| HSV(B) | 348.28º | 0.88% | 0.75% | - |
| XYZ | 22.46 | 11.93 | 4.73 | - |
| YUV | 76.29 | 115.99 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 55 | 0 | 0.88 | 0.71 | 0.25 | 348.28 | 0.79 | 0.42 |
| Hex | BF | 16 | 37 | 0 | 58 | 47 | 19 | 15C | 4F | 2A |
| Octal | 277 | 26 | 67 | 0 | 130 | 107 | 31 | 534 | 117 | 52 |
| Binary | 10111111 | 10110 | 110111 | 0 | 1011000 | 1000111 | 11001 | 101011100 | 1001111 | 101010 |
Color Harmonies of #BF1637
Complementary color
Monochromatic Colors of #BF1637
Black with #BF1637
Text Example
Text Example
White with #BF1637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1637; }
p { color: rgb(191,22,55); }
H1.HeaderClassName
{
color: #BF1637;
}
.AnyTagClassName
{
color: #BF1637;
}
</style>
background-color css
<style>
a { background-color: #BF1637; }
a { background-color: rgb(191,22,55); }
div.DivClassName
{
background-color: #BF1637;
}
.BgClassName
{
background-color: #BF1637;
}
</style>
border-color css
<style>
span { border-color: #BF1637; }
span { border-color: rgb(191,22,55); }
td.TdClassName
{
border-color: #BF1637;
}
.TagClassName
{
border-color: #BF1637;
}
</style>