#BE2E2D

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

Shades of Persian Red #BE2E2D

Tints of Persian Red #BE2E2D

Color information

#BE2E2D (or 0xBE2E2D) is unknown color: approx Persian Red. HEX triplet: BE, 2E and 2D. RGB value is (190,46,45). Sum of RGB (Red+Green+Blue) = 190+46+45=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 45 (17.97% from 255 or 16.01% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2E2D is #41D1D2. Grayscale: #595959. Windows color (decimal): -4313555 or 2961086. OLE color: 2961086.

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

Color convert

RGB1904645-
CMYK00.760.760.25
HSL0.41º61.7%46.08%-
HSV(B)0.41º76.32%74.51%-
XYZ22.6913.093.81-
YUV88.94103.21200.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.62%
GREEN value IS 46 (18.36% from 255) = 16.37%
BLUE value IS 45 (17.97% from 255) = 16.01%
R=67.62%
G=16.37%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190464500.760.760.250.4161.746.08
HexBE2E2D04C4C1903e2e
Octal276565501141143107656
Binary10111110101110101101010011001001100110010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E2D; }

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

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

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

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

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

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

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

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