#BE3930

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

Shades of Persian Red #BE3930

Tints of Persian Red #BE3930

Color information

#BE3930 (or 0xBE3930) is unknown color: approx Persian Red. HEX triplet: BE, 39 and 30. RGB value is (190,57,48). Sum of RGB (Red+Green+Blue) = 190+57+48=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3930 is #41C6CF. Grayscale: #5F5F5F. Windows color (decimal): -4310736 or 3160510. OLE color: 3160510.

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

Color convert

RGB1905748-
CMYK00.70.750.25
HSL3.8º59.66%46.67%-
HSV(B)3.8º74.74%74.51%-
XYZ23.2314.094.29-
YUV95.74101.06195.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.41%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 48 (19.14% from 255) = 16.27%
R=64.41%
G=19.32%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190574800.70.750.253.859.6646.67
HexBE39300464B1943c2f
Octal276716001061133147457
Binary1011111011100111000001000110100101111001100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3930; }

 p { color: rgb(190,57,48); }

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

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

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

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

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

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

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