Html Css Color HEX #BE352E Persian Red

📋 copy color: '#BE352E'

red 190 ◦ green 53 ◦ blue 46

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

Shades of Persian Red #BE352E

Tints of Persian Red #BE352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

 BLUE value IS 46 (18.36% from 255) = 15.92%

R = 65.74%
G = 18.34%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE352E (or 0xBE352E) is known color: Persian Red. HEX triplet: BE, 35 and 2E. RGB value is (190,53,46). Sum of RGB (Red+Green+Blue) = 190+53+46=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE352E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE352E is #41CAD1. Grayscale: #5D5D5D. Windows color (decimal): -4311762 or 3028414. OLE color: 3028414.

HSL color Cylindrical-coordinate representation of color #BE352E: hue angle of 2.92º degrees, saturation: 0.61, 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 #BE352E is Cyan = 0, Magento = 0.72, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 53 46 -
CMYK 0 0.72 0.76 0.25
HSL 2.92º 0.61% 0.46% -
HSV(B) 2.92º 0.76% 0.75% -
XYZ 23 13.69 4.02 -
YUV 93.17 101.39 197.07 -
System Red Green Blue C M Y K H S L
Decimal 190 53 46 0 0.72 0.76 0.25 2.92 0.61 0.46
Hex BE 35 2E 0 48 4C 19 3 3D 2E
Octal 276 65 56 0 110 114 31 3 75 56
Binary 10111110 110101 101110 0 1001000 1001100 11001 11 111101 101110

Color Harmonies of #BE352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE352E

Black with #BE352E

Text Example


Text Example

White with #BE352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE352E; }

 p { color: rgb(190,53,46); }

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

background-color css

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

 a { background-color: rgb(190,53,46); }

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

border-color css

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

 span { border-color: rgb(190,53,46); }

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