Shades of Cardinal #BF2131
Tints of Cardinal #BF2131
RGB
CMYK
RGB Variations
Color information
#BF2131 (or 0xBF2131) is known color: Cardinal. HEX triplet: BF, 21 and 31. RGB value is (191,33,49). Sum of RGB (Red+Green+Blue) = 191+33+49=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2131 is #40DECE. Grayscale: #525252. Windows color (decimal): -4251343 or 3219903. OLE color: 3219903.
HSL color Cylindrical-coordinate representation of color #BF2131: hue angle of 353.92º 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 #BF2131 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 49 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.25 |
| HSL | 353.92º | 0.71% | 0.44% | - |
| HSV(B) | 353.92º | 0.83% | 0.75% | - |
| XYZ | 22.58 | 12.39 | 4.11 | - |
| YUV | 82.07 | 109.35 | 205.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 49 | 0 | 0.83 | 0.74 | 0.25 | 353.92 | 0.71 | 0.44 |
| Hex | BF | 21 | 31 | 0 | 53 | 4A | 19 | 162 | 47 | 2C |
| Octal | 277 | 41 | 61 | 0 | 123 | 112 | 31 | 542 | 107 | 54 |
| Binary | 10111111 | 100001 | 110001 | 0 | 1010011 | 1001010 | 11001 | 101100010 | 1000111 | 101100 |
Color Harmonies of #BF2131
Complementary color
Monochromatic Colors of #BF2131
Black with #BF2131
Text Example
Text Example
White with #BF2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2131; }
p { color: rgb(191,33,49); }
H1.HeaderClassName
{
color: #BF2131;
}
.AnyTagClassName
{
color: #BF2131;
}
</style>
background-color css
<style>
a { background-color: #BF2131; }
a { background-color: rgb(191,33,49); }
div.DivClassName
{
background-color: #BF2131;
}
.BgClassName
{
background-color: #BF2131;
}
</style>
border-color css
<style>
span { border-color: #BF2131; }
span { border-color: rgb(191,33,49); }
td.TdClassName
{
border-color: #BF2131;
}
.TagClassName
{
border-color: #BF2131;
}
</style>