Shades of Cardinal #BF1639
Tints of Cardinal #BF1639
RGB
CMYK
RGB Variations
Color information
#BF1639 (or 0xBF1639) is known color: Cardinal. HEX triplet: BF, 16 and 39. RGB value is (191,22,57). Sum of RGB (Red+Green+Blue) = 191+22+57=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1639 is #40E9C6. Grayscale: #4C4C4C. Windows color (decimal): -4254151 or 3741375. OLE color: 3741375.
HSL color Cylindrical-coordinate representation of color #BF1639: hue angle of 347.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 #BF1639 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 57 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.25 |
| HSL | 347.57º | 0.79% | 0.42% | - |
| HSV(B) | 347.57º | 0.88% | 0.75% | - |
| XYZ | 22.51 | 11.95 | 4.99 | - |
| YUV | 76.52 | 116.99 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 57 | 0 | 0.88 | 0.70 | 0.25 | 347.57 | 0.79 | 0.42 |
| Hex | BF | 16 | 39 | 0 | 58 | 46 | 19 | 15C | 4F | 2A |
| Octal | 277 | 26 | 71 | 0 | 130 | 106 | 31 | 534 | 117 | 52 |
| Binary | 10111111 | 10110 | 111001 | 0 | 1011000 | 1000110 | 11001 | 101011100 | 1001111 | 101010 |
Color Harmonies of #BF1639
Complementary color
Monochromatic Colors of #BF1639
Black with #BF1639
Text Example
Text Example
White with #BF1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1639; }
p { color: rgb(191,22,57); }
H1.HeaderClassName
{
color: #BF1639;
}
.AnyTagClassName
{
color: #BF1639;
}
</style>
background-color css
<style>
a { background-color: #BF1639; }
a { background-color: rgb(191,22,57); }
div.DivClassName
{
background-color: #BF1639;
}
.BgClassName
{
background-color: #BF1639;
}
</style>
border-color css
<style>
span { border-color: #BF1639; }
span { border-color: rgb(191,22,57); }
td.TdClassName
{
border-color: #BF1639;
}
.TagClassName
{
border-color: #BF1639;
}
</style>