#BE3531

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

Shades of Persian Red #BE3531

Tints of Persian Red #BE3531

Color information

#BE3531 (or 0xBE3531) is unknown color: approx Persian Red. HEX triplet: BE, 35 and 31. RGB value is (190,53,49). Sum of RGB (Red+Green+Blue) = 190+53+49=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 49 (19.53% from 255 or 16.78% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3531 is #41CACE. Grayscale: #5D5D5D. Windows color (decimal): -4311759 or 3225022. OLE color: 3225022.

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

Color convert

RGB1905349-
CMYK00.720.740.25
HSL1.7º59%46.86%-
HSV(B)1.7º74.21%74.51%-
XYZ23.0613.724.34-
YUV93.51102.89196.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.07%
GREEN value IS 53 (21.09% from 255) = 18.15%
BLUE value IS 49 (19.53% from 255) = 16.78%
R=65.07%
G=18.15%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190534900.720.740.251.75946.86
HexBE35310484A1923b2f
Octal276656101101123127357
Binary101111101101011100010100100010010101100110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3531; }

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

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

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

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

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

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

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

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