Html Css Color HEX #BE2E2E Persian Red

📋 copy color: '#BE2E2E'

red 190 ◦ green 46 ◦ blue 46

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

Shades of Persian Red #BE2E2E

Tints of Persian Red #BE2E2E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.31%

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

R = 67.38%
G = 16.31%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BE2E2E (or 0xBE2E2E) is known color: Persian Red. HEX triplet: BE, 2E and 2E. RGB value is (190,46,46). Sum of RGB (Red+Green+Blue) = 190+46+46=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2E2E is #41D1D1. Grayscale: #595959. Windows color (decimal): -4313554 or 3026622. OLE color: 3026622.

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

Color convert

RGB 190 46 46 -
CMYK 0 0.76 0.76 0.25
HSL 0.61% 0.46% -
HSV(B) 0.76% 0.75% -
XYZ 22.71 13.1 3.92 -
YUV 89.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 190 46 46 0 0.76 0.76 0.25 0 0.61 0.46
Hex BE 2E 2E 0 4C 4C 19 0 3D 2E
Octal 276 56 56 0 114 114 31 0 75 56
Binary 10111110 101110 101110 0 1001100 1001100 11001 0 111101 101110

Color Harmonies of #BE2E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2E2E

Black with #BE2E2E

Text Example


Text Example

White with #BE2E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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