#BE362D

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

Shades of Persian Red #BE362D

Tints of Persian Red #BE362D

Color information

#BE362D (or 0xBE362D) is unknown color: approx Persian Red. HEX triplet: BE, 36 and 2D. RGB value is (190,54,45). Sum of RGB (Red+Green+Blue) = 190+54+45=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE362D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE362D is #41C9D2. Grayscale: #5D5D5D. Windows color (decimal): -4311507 or 2963134. OLE color: 2963134.

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

Color convert

RGB1905445-
CMYK00.720.760.25
HSL3.72º61.7%46.08%-
HSV(B)3.72º76.32%74.51%-
XYZ23.0313.773.93-
YUV93.64100.56196.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.74%
GREEN value IS 54 (21.48% from 255) = 18.69%
BLUE value IS 45 (17.97% from 255) = 15.57%
R=65.74%
G=18.69%
B=15.57%

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
Decimal190544500.720.760.253.7261.746.08
HexBE362D0484C1943e2e
Octal276665501101143147656
Binary1011111011011010110101001000100110011001100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE362D; }

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

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

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

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

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

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

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

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