#BF3331

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

Shades of Persian Red #BF3331

Tints of Persian Red #BF3331

Color information

#BF3331 (or 0xBF3331) is unknown color: approx Persian Red. HEX triplet: BF, 33 and 31. RGB value is (191,51,49). Sum of RGB (Red+Green+Blue) = 191+51+49=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 49 (19.53% from 255 or 16.84% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3331 is #40CCCE. Grayscale: #5C5C5C. Windows color (decimal): -4246735 or 3224511. OLE color: 3224511.

HSL color Cylindrical-coordinate representation of color #BF3331: hue angle of 0.85º 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 #BF3331 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB1915149-
CMYK00.730.740.25
HSL0.85º59.17%47.06%-
HSV(B)0.85º74.35%74.9%-
XYZ23.2213.674.32-
YUV92.63103.38198.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.64%
GREEN value IS 51 (20.31% from 255) = 17.53%
BLUE value IS 49 (19.53% from 255) = 16.84%
R=65.64%
G=17.53%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191514900.730.740.250.8559.1747.06
HexBF33310494A1913b2f
Octal277636101111123117357
Binary10111111110011110001010010011001010110011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3331; }

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

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

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

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

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

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

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

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