#BE3029

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

Shades of Persian Red #BE3029

Tints of Persian Red #BE3029

Color information

#BE3029 (or 0xBE3029) is unknown color: approx Persian Red. HEX triplet: BE, 30 and 29. RGB value is (190,48,41). Sum of RGB (Red+Green+Blue) = 190+48+41=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 41 (16.41% from 255 or 14.70% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3029 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3029 is #41CFD6. Grayscale: #595959. Windows color (decimal): -4313047 or 2699454. OLE color: 2699454.

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

Color convert

RGB1904841-
CMYK00.750.780.25
HSL2.82º64.5%45.29%-
HSV(B)2.82º78.42%74.51%-
XYZ22.6913.223.45-
YUV89.66100.54199.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.10%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 41 (16.41% from 255) = 14.70%
R=68.10%
G=17.20%
B=14.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190484100.750.780.252.8264.545.29
HexBE302904B4E193412d
Octal2766051011311631310155
Binary1011111011000010100101001011100111011001111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3029; }

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

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

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

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

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

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

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

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