Shades of Cardinal #BF2139
Tints of Cardinal #BF2139
RGB
CMYK
RGB Variations
Color information
#BF2139 (or 0xBF2139) is known color: Cardinal. HEX triplet: BF, 21 and 39. RGB value is (191,33,57). Sum of RGB (Red+Green+Blue) = 191+33+57=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2139 is #40DEC6. Grayscale: #535353. Windows color (decimal): -4251335 or 3744191. OLE color: 3744191.
HSL color Cylindrical-coordinate representation of color #BF2139: hue angle of 350.89º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2139 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 57 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.25 |
| HSL | 350.89º | 0.71% | 0.44% | - |
| HSV(B) | 350.89º | 0.83% | 0.75% | - |
| XYZ | 22.77 | 12.46 | 5.08 | - |
| YUV | 82.98 | 113.35 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 57 | 0 | 0.83 | 0.70 | 0.25 | 350.89 | 0.71 | 0.44 |
| Hex | BF | 21 | 39 | 0 | 53 | 46 | 19 | 15F | 47 | 2C |
| Octal | 277 | 41 | 71 | 0 | 123 | 106 | 31 | 537 | 107 | 54 |
| Binary | 10111111 | 100001 | 111001 | 0 | 1010011 | 1000110 | 11001 | 101011111 | 1000111 | 101100 |
Color Harmonies of #BF2139
Complementary color
Monochromatic Colors of #BF2139
Black with #BF2139
Text Example
Text Example
White with #BF2139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2139; }
p { color: rgb(191,33,57); }
H1.HeaderClassName
{
color: #BF2139;
}
.AnyTagClassName
{
color: #BF2139;
}
</style>
background-color css
<style>
a { background-color: #BF2139; }
a { background-color: rgb(191,33,57); }
div.DivClassName
{
background-color: #BF2139;
}
.BgClassName
{
background-color: #BF2139;
}
</style>
border-color css
<style>
span { border-color: #BF2139; }
span { border-color: rgb(191,33,57); }
td.TdClassName
{
border-color: #BF2139;
}
.TagClassName
{
border-color: #BF2139;
}
</style>