Shades of Persian Red #BF312E
Tints of Persian Red #BF312E
RGB
CMYK
RGB Variations
Color information
#BF312E (or 0xBF312E) is known color: Persian Red. HEX triplet: BF, 31 and 2E. RGB value is (191,49,46). Sum of RGB (Red+Green+Blue) = 191+49+46=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF312E is #40CED1. Grayscale: #5B5B5B. Windows color (decimal): -4247250 or 3027391. OLE color: 3027391.
HSL color Cylindrical-coordinate representation of color #BF312E: hue angle of 1.24º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF312E is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 49 | 46 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.25 |
| HSL | 1.24º | 0.61% | 0.46% | - |
| HSV(B) | 1.24º | 0.76% | 0.75% | - |
| XYZ | 23.08 | 13.47 | 3.97 | - |
| YUV | 91.12 | 102.54 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 49 | 46 | 0 | 0.74 | 0.76 | 0.25 | 1.24 | 0.61 | 0.46 |
| Hex | BF | 31 | 2E | 0 | 4A | 4C | 19 | 1 | 3D | 2E |
| Octal | 277 | 61 | 56 | 0 | 112 | 114 | 31 | 1 | 75 | 56 |
| Binary | 10111111 | 110001 | 101110 | 0 | 1001010 | 1001100 | 11001 | 1 | 111101 | 101110 |
Color Harmonies of #BF312E
Complementary color
Monochromatic Colors of #BF312E
Black with #BF312E
Text Example
Text Example
White with #BF312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF312E; }
p { color: rgb(191,49,46); }
H1.HeaderClassName
{
color: #BF312E;
}
.AnyTagClassName
{
color: #BF312E;
}
</style>
background-color css
<style>
a { background-color: #BF312E; }
a { background-color: rgb(191,49,46); }
div.DivClassName
{
background-color: #BF312E;
}
.BgClassName
{
background-color: #BF312E;
}
</style>
border-color css
<style>
span { border-color: #BF312E; }
span { border-color: rgb(191,49,46); }
td.TdClassName
{
border-color: #BF312E;
}
.TagClassName
{
border-color: #BF312E;
}
</style>