#BE322B

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

Shades of Persian Red #BE322B

Tints of Persian Red #BE322B

Color information

#BE322B (or 0xBE322B) is unknown color: approx Persian Red. HEX triplet: BE, 32 and 2B. RGB value is (190,50,43). Sum of RGB (Red+Green+Blue) = 190+50+43=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE322B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE322B is #41CDD4. Grayscale: #5B5B5B. Windows color (decimal): -4312533 or 2831038. OLE color: 2831038.

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

Color convert

RGB1905043-
CMYK00.740.770.25
HSL2.86º63.09%45.69%-
HSV(B)2.86º77.37%74.51%-
XYZ22.8113.43.67-
YUV91.06100.88198.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.14%
GREEN value IS 50 (19.92% from 255) = 17.67%
BLUE value IS 43 (17.19% from 255) = 15.19%
R=67.14%
G=17.67%
B=15.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190504300.740.770.252.8663.0945.69
HexBE322B04A4D1933f2e
Octal276625301121153137756
Binary101111101100101010110100101010011011100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE322B; }

 p { color: rgb(190,50,43); }

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

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

 a { background-color: rgb(190,50,43); }

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

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

 span { border-color: rgb(190,50,43); }

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