Html Css Color HEX #BE342F Persian Red

📋 copy color: '#BE342F'

red 190 ◦ green 52 ◦ blue 47

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

Shades of Persian Red #BE342F

Tints of Persian Red #BE342F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.26%

R = 65.74%
G = 17.99%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BE342F (or 0xBE342F) is known color: Persian Red. HEX triplet: BE, 34 and 2F. RGB value is (190,52,47). Sum of RGB (Red+Green+Blue) = 190+52+47=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE342F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE342F is #41CBD0. Grayscale: #5C5C5C. Windows color (decimal): -4312017 or 3093694. OLE color: 3093694.

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

Color convert

RGB 190 52 47 -
CMYK 0 0.73 0.75 0.25
HSL 2.1º 0.6% 0.46% -
HSV(B) 2.1º 0.75% 0.75% -
XYZ 22.98 13.61 4.11 -
YUV 92.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 190 52 47 0 0.73 0.75 0.25 2.1 0.6 0.46
Hex BE 34 2F 0 49 4B 19 2 3C 2E
Octal 276 64 57 0 111 113 31 2 74 56
Binary 10111110 110100 101111 0 1001001 1001011 11001 10 111100 101110

Color Harmonies of #BE342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE342F

Black with #BE342F

Text Example


Text Example

White with #BE342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE342F; }

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

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

background-color css

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

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

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

border-color css

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

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

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