#BE382E

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

Shades of Persian Red #BE382E

Tints of Persian Red #BE382E

Color information

#BE382E (or 0xBE382E) is unknown color: approx Persian Red. HEX triplet: BE, 38 and 2E. RGB value is (190,56,46). Sum of RGB (Red+Green+Blue) = 190+56+46=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE382E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE382E is #41C7D1. Grayscale: #5F5F5F. Windows color (decimal): -4310994 or 3029182. OLE color: 3029182.

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

Color convert

RGB1905646-
CMYK00.710.760.25
HSL4.17º61.02%46.27%-
HSV(B)4.17º75.79%74.51%-
XYZ23.1413.974.06-
YUV94.93100.39195.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.07%
GREEN value IS 56 (22.27% from 255) = 19.18%
BLUE value IS 46 (18.36% from 255) = 15.75%
R=65.07%
G=19.18%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190564600.710.760.254.1761.0246.27
HexBE382E0474C1943d2e
Octal276705601071143147556
Binary1011111011100010111001000111100110011001100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE382E; }

 p { color: rgb(190,56,46); }

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

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

 a { background-color: rgb(190,56,46); }

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

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

 span { border-color: rgb(190,56,46); }

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