Shades of Persian Red #BF3D3A
Tints of Persian Red #BF3D3A
RGB
CMYK
RGB Variations
Color information
#BF3D3A (or 0xBF3D3A) is known color: Persian Red. HEX triplet: BF, 3D and 3A. RGB value is (191,61,58). Sum of RGB (Red+Green+Blue) = 191+61+58=310 (41% of max value = 765). Red value is 191 (75% from 255 or 61.61% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3D3A is #40C2C5. Grayscale: #636363. Windows color (decimal): -4244166 or 3816895. OLE color: 3816895.
HSL color Cylindrical-coordinate representation of color #BF3D3A: hue angle of 1.35º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3D3A is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 61 | 58 | - |
| CMYK | 0 | 0.68 | 0.70 | 0.25 |
| HSL | 1.35º | 0.53% | 0.49% | - |
| HSV(B) | 1.35º | 0.7% | 0.75% | - |
| XYZ | 23.92 | 14.72 | 5.58 | - |
| YUV | 99.53 | 104.57 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 58 | 0 | 0.68 | 0.70 | 0.25 | 1.35 | 0.53 | 0.49 |
| Hex | BF | 3D | 3A | 0 | 44 | 46 | 19 | 1 | 35 | 31 |
| Octal | 277 | 75 | 72 | 0 | 104 | 106 | 31 | 1 | 65 | 61 |
| Binary | 10111111 | 111101 | 111010 | 0 | 1000100 | 1000110 | 11001 | 1 | 110101 | 110001 |
Color Harmonies of #BF3D3A
Complementary color
Monochromatic Colors of #BF3D3A
Black with #BF3D3A
Text Example
Text Example
White with #BF3D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3D3A; }
p { color: rgb(191,61,58); }
H1.HeaderClassName
{
color: #BF3D3A;
}
.AnyTagClassName
{
color: #BF3D3A;
}
</style>
background-color css
<style>
a { background-color: #BF3D3A; }
a { background-color: rgb(191,61,58); }
div.DivClassName
{
background-color: #BF3D3A;
}
.BgClassName
{
background-color: #BF3D3A;
}
</style>
border-color css
<style>
span { border-color: #BF3D3A; }
span { border-color: rgb(191,61,58); }
td.TdClassName
{
border-color: #BF3D3A;
}
.TagClassName
{
border-color: #BF3D3A;
}
</style>