Html Css Color HEX #BE332E Persian Red

📋 copy color: '#BE332E'

red 190 ◦ green 51 ◦ blue 46

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

Shades of Persian Red #BE332E

Tints of Persian Red #BE332E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.77%

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

R = 66.2%
G = 17.77%
B = 16.03%

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

#BE332E (or 0xBE332E) is known color: Persian Red. HEX triplet: BE, 33 and 2E. RGB value is (190,51,46). Sum of RGB (Red+Green+Blue) = 190+51+46=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE332E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE332E is #41CCD1. Grayscale: #5C5C5C. Windows color (decimal): -4312274 or 3027902. OLE color: 3027902.

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

Color convert

RGB 190 51 46 -
CMYK 0 0.73 0.76 0.25
HSL 2.08º 0.61% 0.46% -
HSV(B) 2.08º 0.76% 0.75% -
XYZ 22.91 13.51 3.99 -
YUV 91.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 190 51 46 0 0.73 0.76 0.25 2.08 0.61 0.46
Hex BE 33 2E 0 49 4C 19 2 3D 2E
Octal 276 63 56 0 111 114 31 2 75 56
Binary 10111110 110011 101110 0 1001001 1001100 11001 10 111101 101110

Color Harmonies of #BE332E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE332E

Black with #BE332E

Text Example


Text Example

White with #BE332E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE332E; }

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

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

background-color css

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

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

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

border-color css

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

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

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