Shades of Cardinal #BF1F2F
Tints of Cardinal #BF1F2F
RGB
CMYK
RGB Variations
Color information
#BF1F2F (or 0xBF1F2F) is known color: Cardinal. HEX triplet: BF, 1F and 2F. RGB value is (191,31,47). Sum of RGB (Red+Green+Blue) = 191+31+47=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1F2F is #40E0D0. Grayscale: #505050. Windows color (decimal): -4251857 or 3088319. OLE color: 3088319.
HSL color Cylindrical-coordinate representation of color #BF1F2F: hue angle of 354º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF1F2F is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 31 | 47 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.25 |
| HSL | 354º | 0.72% | 0.44% | - |
| HSV(B) | 354º | 0.84% | 0.75% | - |
| XYZ | 22.49 | 12.26 | 3.87 | - |
| YUV | 80.66 | 109.01 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 31 | 47 | 0 | 0.84 | 0.75 | 0.25 | 354 | 0.72 | 0.44 |
| Hex | BF | 1F | 2F | 0 | 54 | 4B | 19 | 162 | 48 | 2C |
| Octal | 277 | 37 | 57 | 0 | 124 | 113 | 31 | 542 | 110 | 54 |
| Binary | 10111111 | 11111 | 101111 | 0 | 1010100 | 1001011 | 11001 | 101100010 | 1001000 | 101100 |
Color Harmonies of #BF1F2F
Complementary color
Monochromatic Colors of #BF1F2F
Black with #BF1F2F
Text Example
Text Example
White with #BF1F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1F2F; }
p { color: rgb(191,31,47); }
H1.HeaderClassName
{
color: #BF1F2F;
}
.AnyTagClassName
{
color: #BF1F2F;
}
</style>
background-color css
<style>
a { background-color: #BF1F2F; }
a { background-color: rgb(191,31,47); }
div.DivClassName
{
background-color: #BF1F2F;
}
.BgClassName
{
background-color: #BF1F2F;
}
</style>
border-color css
<style>
span { border-color: #BF1F2F; }
span { border-color: rgb(191,31,47); }
td.TdClassName
{
border-color: #BF1F2F;
}
.TagClassName
{
border-color: #BF1F2F;
}
</style>