#BE342A

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

Shades of Persian Red #BE342A

Tints of Persian Red #BE342A

Color information

#BE342A (or 0xBE342A) is unknown color: approx Persian Red. HEX triplet: BE, 34 and 2A. RGB value is (190,52,42). Sum of RGB (Red+Green+Blue) = 190+52+42=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 42 (16.80% from 255 or 14.79% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE342A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE342A is #41CBD5. Grayscale: #5C5C5C. Windows color (decimal): -4312022 or 2766014. OLE color: 2766014.

HSL color Cylindrical-coordinate representation of color #BE342A: hue angle of 4.05º degrees, saturation: 0.64, 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 #BE342A is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB1905242-
CMYK00.730.780.25
HSL4.05º63.79%45.49%-
HSV(B)4.05º77.89%74.51%-
XYZ22.8813.573.6-
YUV92.1299.72197.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.90%
GREEN value IS 52 (20.70% from 255) = 18.31%
BLUE value IS 42 (16.80% from 255) = 14.79%
R=66.90%
G=18.31%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190524200.730.780.254.0563.7945.49
HexBE342A0494E194402d
Octal2766452011111631410055
Binary10111110110100101010010010011001110110011001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE342A; }

 p { color: rgb(190,52,42); }

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

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

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

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

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

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

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