Html Css Color HEX #BE342B Persian Red

📋 copy color: '#BE342B'

red 190 ◦ green 52 ◦ blue 43

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

Shades of Persian Red #BE342B

Tints of Persian Red #BE342B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.09%

R = 66.67%
G = 18.25%
B = 15.09%

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

#BE342B (or 0xBE342B) is known color: Persian Red. HEX triplet: BE, 34 and 2B. RGB value is (190,52,43). Sum of RGB (Red+Green+Blue) = 190+52+43=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE342B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE342B is #41CBD4. Grayscale: #5C5C5C. Windows color (decimal): -4312021 or 2831550. OLE color: 2831550.

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

Color convert

RGB 190 52 43 -
CMYK 0 0.73 0.77 0.25
HSL 3.67º 0.63% 0.46% -
HSV(B) 3.67º 0.77% 0.75% -
XYZ 22.9 13.58 3.7 -
YUV 92.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 190 52 43 0 0.73 0.77 0.25 3.67 0.63 0.46
Hex BE 34 2B 0 49 4D 19 4 3F 2E
Octal 276 64 53 0 111 115 31 4 77 56
Binary 10111110 110100 101011 0 1001001 1001101 11001 100 111111 101110

Color Harmonies of #BE342B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE342B

Black with #BE342B

Text Example


Text Example

White with #BE342B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE342B; }

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

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

background-color css

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

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

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

border-color css

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

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

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