#BF3939

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

Shades of Persian Red #BF3939

Tints of Persian Red #BF3939

Color information

#BF3939 (or 0xBF3939) is unknown color: approx Persian Red. HEX triplet: BF, 39 and 39. RGB value is (191,57,57). Sum of RGB (Red+Green+Blue) = 191+57+57=305 (40% of max value = 765). Red value is 191 (75% from 255 or 62.62% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3939 is #40C6C6. Grayscale: #616161. Windows color (decimal): -4245191 or 3750335. OLE color: 3750335.

HSL color Cylindrical-coordinate representation of color #BF3939: hue angle of 0º degrees, saturation: 0.54, 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 #BF3939 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1915757-
CMYK00.700.700.25
HSL54.03%48.63%-
HSV(B)70.16%74.9%-
XYZ23.6914.35.38-
YUV97.07105.39195-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.62%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 57 (22.66% from 255) = 18.69%
R=62.62%
G=18.69%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191575700.700.700.25054.0348.63
HexBF3939046461903631
Octal277717101061063106661
Binary10111111111001111001010001101000110110010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3939; }

 p { color: rgb(191,57,57); }

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

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

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

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

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

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

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