#BE3838

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

Shades of Persian Red #BE3838

Tints of Persian Red #BE3838

Color information

#BE3838 (or 0xBE3838) is unknown color: approx Persian Red. HEX triplet: BE, 38 and 38. RGB value is (190,56,56). Sum of RGB (Red+Green+Blue) = 190+56+56=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3838 is #41C7C7. Grayscale: #606060. Windows color (decimal): -4310984 or 3684542. OLE color: 3684542.

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

Color convert

RGB1905656-
CMYK00.710.710.25
HSL54.47%48.24%-
HSV(B)70.53%74.51%-
XYZ23.3614.065.22-
YUV96.07105.39195-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.91%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=62.91%
G=18.54%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190565600.710.710.25054.4748.24
HexBE3838047471903630
Octal276707001071073106660
Binary10111110111000111000010001111000111110010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3838; }

 p { color: rgb(190,56,56); }

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

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

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

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

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

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

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