#BE3734

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

Shades of Persian Red #BE3734

Tints of Persian Red #BE3734

Color information

#BE3734 (or 0xBE3734) is unknown color: approx Persian Red. HEX triplet: BE, 37 and 34. RGB value is (190,55,52). Sum of RGB (Red+Green+Blue) = 190+55+52=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3734 is #41C8CB. Grayscale: #5F5F5F. Windows color (decimal): -4311244 or 3422142. OLE color: 3422142.

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

Color convert

RGB1905552-
CMYK00.710.730.25
HSL1.3º57.02%47.45%-
HSV(B)1.3º72.63%74.51%-
XYZ23.2213.934.71-
YUV95.02103.73195.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.97%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 52 (20.70% from 255) = 17.51%
R=63.97%
G=18.52%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190555200.710.730.251.357.0247.45
HexBE373404749191392f
Octal276676401071113117157
Binary10111110110111110100010001111001001110011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3734; }

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

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

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

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

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

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

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

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