#BE2E29

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

Shades of Persian Red #BE2E29

Tints of Persian Red #BE2E29

Color information

#BE2E29 (or 0xBE2E29) is unknown color: approx Persian Red. HEX triplet: BE, 2E and 29. RGB value is (190,46,41). Sum of RGB (Red+Green+Blue) = 190+46+41=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2E29 is #41D1D6. Grayscale: #585858. Windows color (decimal): -4313559 or 2698942. OLE color: 2698942.

HSL color Cylindrical-coordinate representation of color #BE2E29: hue angle of 2.01º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2E29 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1904641-
CMYK00.760.780.25
HSL2.01º64.5%45.29%-
HSV(B)2.01º78.42%74.51%-
XYZ22.6113.063.43-
YUV88.49101.21200.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.59%
GREEN value IS 46 (18.36% from 255) = 16.61%
BLUE value IS 41 (16.41% from 255) = 14.80%
R=68.59%
G=16.61%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190464100.760.780.252.0164.545.29
HexBE2E2904C4E192412d
Octal2765651011411631210155
Binary1011111010111010100101001100100111011001101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E29; }

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

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

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

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

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

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

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

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