#BE3836

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

Shades of Persian Red #BE3836

Tints of Persian Red #BE3836

Color information

#BE3836 (or 0xBE3836) is unknown color: approx Persian Red. HEX triplet: BE, 38 and 36. RGB value is (190,56,54). Sum of RGB (Red+Green+Blue) = 190+56+54=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3836 is #41C7C9. Grayscale: #5F5F5F. Windows color (decimal): -4310986 or 3553470. OLE color: 3553470.

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

Color convert

RGB1905654-
CMYK00.710.720.25
HSL0.88º55.74%47.84%-
HSV(B)0.88º71.58%74.51%-
XYZ23.3214.044.97-
YUV95.84104.39195.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.33%
GREEN value IS 56 (22.27% from 255) = 18.67%
BLUE value IS 54 (21.48% from 255) = 18%
R=63.33%
G=18.67%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190565400.710.720.250.8855.7447.84
HexBE3836047481913830
Octal276706601071103117060
Binary10111110111000110110010001111001000110011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3836; }

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

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

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

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

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

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

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

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