#BF3937

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

Shades of Persian Red #BF3937

Tints of Persian Red #BF3937

Color information

#BF3937 (or 0xBF3937) is unknown color: approx Persian Red. HEX triplet: BF, 39 and 37. RGB value is (191,57,55). Sum of RGB (Red+Green+Blue) = 191+57+55=303 (40% of max value = 765). Red value is 191 (75% from 255 or 63.04% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 55 (21.88% from 255 or 18.15% from 303); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3937 is #40C6C8. Grayscale: #606060. Windows color (decimal): -4245193 or 3619263. OLE color: 3619263.

HSL color Cylindrical-coordinate representation of color #BF3937: hue angle of 0.88º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BF3937 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB1915755-
CMYK00.700.710.25
HSL0.88º55.28%48.24%-
HSV(B)0.88º71.2%74.9%-
XYZ23.6414.285.12-
YUV96.84104.39195.16-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.04%
GREEN value IS 57 (22.66% from 255) = 18.81%
BLUE value IS 55 (21.88% from 255) = 18.15%
R=63.04%
G=18.81%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191575500.700.710.250.8855.2848.24
HexBF3937046471913730
Octal277716701061073116760
Binary10111111111001110111010001101000111110011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3937; }

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

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

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

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

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

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

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

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