#BE3A36

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

Shades of Persian Red #BE3A36

Tints of Persian Red #BE3A36

Color information

#BE3A36 (or 0xBE3A36) is unknown color: approx Persian Red. HEX triplet: BE, 3A and 36. RGB value is (190,58,54). Sum of RGB (Red+Green+Blue) = 190+58+54=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A36 is #41C5C9. Grayscale: #616161. Windows color (decimal): -4310474 or 3553982. OLE color: 3553982.

HSL color Cylindrical-coordinate representation of color #BE3A36: hue angle of 1.76º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3A36 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB1905854-
CMYK00.690.720.25
HSL1.76º55.74%47.84%-
HSV(B)1.76º71.58%74.51%-
XYZ23.4114.245-
YUV97.01103.73194.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.91%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 54 (21.48% from 255) = 17.88%
R=62.91%
G=19.21%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190585400.690.720.251.7655.7447.84
HexBE3A36045481923830
Octal276726601051103127060
Binary101111101110101101100100010110010001100110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3A36; }

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

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

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

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

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

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

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

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