#BE352E

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

Shades of Persian Red #BE352E

Tints of Persian Red #BE352E

Color information

#BE352E (or 0xBE352E) is unknown color: approx Persian Red. HEX triplet: BE, 35 and 2E. RGB value is (190,53,46). Sum of RGB (Red+Green+Blue) = 190+53+46=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE352E is #41CAD1. Grayscale: #5D5D5D. Windows color (decimal): -4311762 or 3028414. OLE color: 3028414.

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

Color convert

RGB1905346-
CMYK00.720.760.25
HSL2.92º61.02%46.27%-
HSV(B)2.92º75.79%74.51%-
XYZ2313.694.02-
YUV93.16101.39197.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.74%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 46 (18.36% from 255) = 15.92%
R=65.74%
G=18.34%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190534600.720.760.252.9261.0246.27
HexBE352E0484C1933d2e
Octal276655601101143137556
Binary101111101101011011100100100010011001100111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE352E; }

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

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

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

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

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

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

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

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