#BE342D

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

Shades of Persian Red #BE342D

Tints of Persian Red #BE342D

Color information

#BE342D (or 0xBE342D) is unknown color: approx Persian Red. HEX triplet: BE, 34 and 2D. RGB value is (190,52,45). Sum of RGB (Red+Green+Blue) = 190+52+45=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE342D is #41CBD2. Grayscale: #5C5C5C. Windows color (decimal): -4312019 or 2962622. OLE color: 2962622.

HSL color Cylindrical-coordinate representation of color #BE342D: hue angle of 2.9º degrees, saturation: 0.62, 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 #BE342D is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB1905245-
CMYK00.730.760.25
HSL2.9º61.7%46.08%-
HSV(B)2.9º76.32%74.51%-
XYZ22.9413.593.9-
YUV92.46101.22197.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.20%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 45 (17.97% from 255) = 15.68%
R=66.20%
G=18.12%
B=15.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190524500.730.760.252.961.746.08
HexBE342D0494C1933e2e
Octal276645501111143137656
Binary101111101101001011010100100110011001100111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE342D; }

 p { color: rgb(190,52,45); }

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

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

 a { background-color: rgb(190,52,45); }

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

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

 span { border-color: rgb(190,52,45); }

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