#BE342E

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

Shades of Persian Red #BE342E

Tints of Persian Red #BE342E

Color information

#BE342E (or 0xBE342E) is unknown color: approx Persian Red. HEX triplet: BE, 34 and 2E. RGB value is (190,52,46). Sum of RGB (Red+Green+Blue) = 190+52+46=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE342E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE342E is #41CBD1. Grayscale: #5C5C5C. Windows color (decimal): -4312018 or 3028158. OLE color: 3028158.

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

Color convert

RGB1905246-
CMYK00.730.760.25
HSL2.5º61.02%46.27%-
HSV(B)2.5º75.79%74.51%-
XYZ22.9613.64-
YUV92.58101.72197.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.97%
GREEN value IS 52 (20.70% from 255) = 18.06%
BLUE value IS 46 (18.36% from 255) = 15.97%
R=65.97%
G=18.06%
B=15.97%

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
Decimal190524600.730.760.252.561.0246.27
HexBE342E0494C1933d2e
Octal276645601111143137556
Binary101111101101001011100100100110011001100111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE342E; }

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

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

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

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

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

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

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

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