Html Css Color HEX #BE382E Persian Red

📋 copy color: '#BE382E'

red 190 ◦ green 56 ◦ blue 46

#BE382E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #BE382E

Tints of Persian Red #BE382E

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 value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE382E (or 0xBE382E) is known color: 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

RGB 190 56 46 -
CMYK 0 0.71 0.76 0.25
HSL 4.17º 0.61% 0.46% -
HSV(B) 4.17º 0.76% 0.75% -
XYZ 23.14 13.97 4.06 -
YUV 94.93 100.39 195.81 -
System Red Green Blue C M Y K H S L
Decimal 190 56 46 0 0.71 0.76 0.25 4.17 0.61 0.46
Hex BE 38 2E 0 47 4C 19 4 3D 2E
Octal 276 70 56 0 107 114 31 4 75 56
Binary 10111110 111000 101110 0 1000111 1001100 11001 100 111101 101110

Color Harmonies of #BE382E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE382E

Black with #BE382E

Text Example


Text Example

White with #BE382E

Text Example


Text Example

HTML Codes & Css Web 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>