#BE3534

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

Shades of Persian Red #BE3534

Tints of Persian Red #BE3534

Color information

#BE3534 (or 0xBE3534) is unknown color: approx Persian Red. HEX triplet: BE, 35 and 34. RGB value is (190,53,52). Sum of RGB (Red+Green+Blue) = 190+53+52=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3534 is #41CACB. Grayscale: #5D5D5D. Windows color (decimal): -4311756 or 3421630. OLE color: 3421630.

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

Color convert

RGB1905352-
CMYK00.720.730.25
HSL0.43º57.02%47.45%-
HSV(B)0.43º72.63%74.51%-
XYZ23.1313.744.68-
YUV93.85104.39196.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.41%
GREEN value IS 53 (21.09% from 255) = 17.97%
BLUE value IS 52 (20.70% from 255) = 17.63%
R=64.41%
G=17.97%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190535200.720.730.250.4357.0247.45
HexBE353404849190392f
Octal276656401101113107157
Binary10111110110101110100010010001001001110010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3534; }

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

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

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

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

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

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

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

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