Html Css Color HEX #BE3631 Persian Red

📋 copy color: '#BE3631'

red 190 ◦ green 54 ◦ blue 49

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

Shades of Persian Red #BE3631

Tints of Persian Red #BE3631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.43%

 BLUE value IS 49 (19.53% from 255) = 16.72%

R = 64.85%
G = 18.43%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE3631 (or 0xBE3631) is known color: Persian Red. HEX triplet: BE, 36 and 31. RGB value is (190,54,49). Sum of RGB (Red+Green+Blue) = 190+54+49=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3631 is #41C9CE. Grayscale: #5E5E5E. Windows color (decimal): -4311503 or 3225278. OLE color: 3225278.

HSL color Cylindrical-coordinate representation of color #BE3631: hue angle of 2.13º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3631 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 54 49 -
CMYK 0 0.72 0.74 0.25
HSL 2.13º 0.59% 0.47% -
HSV(B) 2.13º 0.74% 0.75% -
XYZ 23.11 13.81 4.35 -
YUV 94.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 190 54 49 0 0.72 0.74 0.25 2.13 0.59 0.47
Hex BE 36 31 0 48 4A 19 2 3B 2F
Octal 276 66 61 0 110 112 31 2 73 57
Binary 10111110 110110 110001 0 1001000 1001010 11001 10 111011 101111

Color Harmonies of #BE3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3631

Black with #BE3631

Text Example


Text Example

White with #BE3631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3631; }

 p { color: rgb(190,54,49); }

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

background-color css

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

 a { background-color: rgb(190,54,49); }

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

border-color css

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

 span { border-color: rgb(190,54,49); }

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