#BE312B

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

Shades of Persian Red #BE312B

Tints of Persian Red #BE312B

Color information

#BE312B (or 0xBE312B) is unknown color: approx Persian Red. HEX triplet: BE, 31 and 2B. RGB value is (190,49,43). Sum of RGB (Red+Green+Blue) = 190+49+43=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE312B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE312B is #41CED4. Grayscale: #5A5A5A. Windows color (decimal): -4312789 or 2830782. OLE color: 2830782.

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

Color convert

RGB1904943-
CMYK00.740.770.25
HSL2.45º63.09%45.69%-
HSV(B)2.45º77.37%74.51%-
XYZ22.7713.323.66-
YUV90.48101.21198.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.38%
GREEN value IS 49 (19.53% from 255) = 17.38%
BLUE value IS 43 (17.19% from 255) = 15.25%
R=67.38%
G=17.38%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190494300.740.770.252.4563.0945.69
HexBE312B04A4D1923f2e
Octal276615301121153127756
Binary101111101100011010110100101010011011100110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE312B; }

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

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

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

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

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

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

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

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