#be2f2f

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

Shades of Persian Red #BE2F2F

Tints of Persian Red #BE2F2F

Color information

#BE2F2F (or 0xBE2F2F) is unknown color: approx Persian Red. HEX triplet: BE, 2F and 2F. RGB value is (190,47,47). Sum of RGB (Red+Green+Blue) = 190+47+47=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2F2F is #41D0D0. Grayscale: #595959. Windows color (decimal): -4313297 or 3092414. OLE color: 3092414.

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

Color convert

RGB1904747-
CMYK00.750.750.25
HSL60.34%46.47%-
HSV(B)75.26%74.51%-
XYZ22.7613.194.03-
YUV89.76103.88199.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.90%
GREEN value IS 47 (18.75% from 255) = 16.55%
BLUE value IS 47 (18.75% from 255) = 16.55%
R=66.90%
G=16.55%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190474700.750.750.25060.3446.47
HexBE2F2F04B4B1903c2e
Octal276575701131133107456
Binary10111110101111101111010010111001011110010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be2f2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be2f2f; }

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

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

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

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

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

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

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

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