Html Css Color HEX #BE342D Persian Red

📋 copy color: '#BE342D'

red 190 ◦ green 52 ◦ blue 45

#BE342D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #BE342D

Tints of Persian Red #BE342D

RGB

 RED value IS 190 (74.61% from 255) = 66.2%

 GREEN value IS 52 (20.7% from 255) = 18.12%

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 66.2%
G = 18.12%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE342D (or 0xBE342D) is known color: Persian Red. HEX triplet: BE, 34 and 2D. RGB value is (190,52,45). Sum of RGB (Red+Green+Blue) = 190+52+45=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE342D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE342D is #41CBD2. Grayscale: #5C5C5C. Windows color (decimal): -4312019 or 2962622. OLE color: 2962622.

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

Color convert

RGB 190 52 45 -
CMYK 0 0.73 0.76 0.25
HSL 2.9º 0.62% 0.46% -
HSV(B) 2.9º 0.76% 0.75% -
XYZ 22.94 13.59 3.9 -
YUV 92.46 101.22 197.57 -
System Red Green Blue C M Y K H S L
Decimal 190 52 45 0 0.73 0.76 0.25 2.9 0.62 0.46
Hex BE 34 2D 0 49 4C 19 3 3E 2E
Octal 276 64 55 0 111 114 31 3 76 56
Binary 10111110 110100 101101 0 1001001 1001100 11001 11 111110 101110

Color Harmonies of #BE342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE342D

Black with #BE342D

Text Example


Text Example

White with #BE342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE342D; }

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

 H1.HeaderClassName
 {
   color: #BE342D;
 }
 .AnyTagClassName
 {
   color: #BE342D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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