#BE3A31

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

Shades of Persian Red #BE3A31

Tints of Persian Red #BE3A31

Color information

#BE3A31 (or 0xBE3A31) is unknown color: approx Persian Red. HEX triplet: BE, 3A and 31. RGB value is (190,58,49). Sum of RGB (Red+Green+Blue) = 190+58+49=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A31 is #41C5CE. Grayscale: #606060. Windows color (decimal): -4310479 or 3226302. OLE color: 3226302.

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

Color convert

RGB1905849-
CMYK00.690.740.25
HSL3.83º59%46.86%-
HSV(B)3.83º74.21%74.51%-
XYZ23.314.24.42-
YUV96.44101.23194.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.97%
GREEN value IS 58 (23.05% from 255) = 19.53%
BLUE value IS 49 (19.53% from 255) = 16.50%
R=63.97%
G=19.53%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190584900.690.740.253.835946.86
HexBE3A310454A1943b2f
Octal276726101051123147357
Binary1011111011101011000101000101100101011001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3A31; }

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

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

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

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

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

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

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

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