Html Css Color HEX #BE342C Persian Red

📋 copy color: '#BE342C'

red 190 ◦ green 52 ◦ blue 44

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

Shades of Persian Red #BE342C

Tints of Persian Red #BE342C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 66.43%
G = 18.18%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BE342C (or 0xBE342C) is known color: Persian Red. HEX triplet: BE, 34 and 2C. RGB value is (190,52,44). Sum of RGB (Red+Green+Blue) = 190+52+44=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE342C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE342C is #41CBD3. Grayscale: #5C5C5C. Windows color (decimal): -4312020 or 2897086. OLE color: 2897086.

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

Color convert

RGB 190 52 44 -
CMYK 0 0.73 0.77 0.25
HSL 3.29º 0.62% 0.46% -
HSV(B) 3.29º 0.77% 0.75% -
XYZ 22.92 13.58 3.8 -
YUV 92.35 100.72 197.65 -
System Red Green Blue C M Y K H S L
Decimal 190 52 44 0 0.73 0.77 0.25 3.29 0.62 0.46
Hex BE 34 2C 0 49 4D 19 3 3E 2E
Octal 276 64 54 0 111 115 31 3 76 56
Binary 10111110 110100 101100 0 1001001 1001101 11001 11 111110 101110

Color Harmonies of #BE342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE342C

Black with #BE342C

Text Example


Text Example

White with #BE342C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE342C; }

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

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

background-color css

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

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

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

border-color css

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

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

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