#BF3B31

Color #BF3B31 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #BF3B31

Tints of Persian Red #BF3B31

Color information

#BF3B31 (or 0xBF3B31) is unknown color: approx Persian Red. HEX triplet: BF, 3B and 31. RGB value is (191,59,49). Sum of RGB (Red+Green+Blue) = 191+59+49=299 (39% of max value = 765). Red value is 191 (75% from 255 or 63.88% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 49 (19.53% from 255 or 16.39% from 299); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3B31 is #40C4CE. Grayscale: #616161. Windows color (decimal): -4244687 or 3226559. OLE color: 3226559.

HSL color Cylindrical-coordinate representation of color #BF3B31: hue angle of 4.23º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3B31 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1915949-
CMYK00.690.740.25
HSL4.23º59.17%47.06%-
HSV(B)4.23º74.35%74.9%-
XYZ23.614.434.45-
YUV97.33100.73194.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 63.88%
GREEN value IS 59 (23.44% from 255) = 19.73%
BLUE value IS 49 (19.53% from 255) = 16.39%
R=63.88%
G=19.73%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191594900.690.740.254.2359.1747.06
HexBF3B310454A1943b2f
Octal277736101051123147357
Binary1011111111101111000101000101100101011001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3B31; }

 p { color: rgb(191,59,49); }

 H1.HeaderClassName
 {
   color: #BF3B31;
 }
 .AnyTagClassName
 {
   color: #BF3B31;
 }
</style>
background-color css

<style>
 a { background-color: #BF3B31; }

 a { background-color: rgb(191,59,49); }

 div.DivClassName
 {
   background-color: #BF3B31;
 }
 .BgClassName
 {
   background-color: #BF3B31;
 }
</style>
border-color css

<style>
 span { border-color: #BF3B31; }

 span { border-color: rgb(191,59,49); }

 td.TdClassName
 {
   border-color: #BF3B31;
 }
 .TagClassName
 {
   border-color: #BF3B31;
 }
</style>