#BF3938

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

Shades of Persian Red #BF3938

Tints of Persian Red #BF3938

Color information

#BF3938 (or 0xBF3938) is unknown color: approx Persian Red. HEX triplet: BF, 39 and 38. RGB value is (191,57,56). Sum of RGB (Red+Green+Blue) = 191+57+56=304 (40% of max value = 765). Red value is 191 (75% from 255 or 62.83% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3938 is #40C6C7. Grayscale: #616161. Windows color (decimal): -4245192 or 3684799. OLE color: 3684799.

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

Color convert

RGB1915756-
CMYK00.700.710.25
HSL0.44º54.66%48.43%-
HSV(B)0.44º70.68%74.9%-
XYZ23.6614.295.25-
YUV96.95104.89195.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.83%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 56 (22.27% from 255) = 18.42%
R=62.83%
G=18.75%
B=18.42%

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
Decimal191575600.700.710.250.4454.6648.43
HexBF3938046471903730
Octal277717001061073106760
Binary10111111111001111000010001101000111110010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3938; }

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

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

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

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

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

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

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

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