Html Css Color HEX #BE2E2A Persian Red

📋 copy color: '#BE2E2A'

red 190 ◦ green 46 ◦ blue 42

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

Shades of Persian Red #BE2E2A

Tints of Persian Red #BE2E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.11%

R = 68.35%
G = 16.55%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BE2E2A (or 0xBE2E2A) is known color: Persian Red. HEX triplet: BE, 2E and 2A. RGB value is (190,46,42). Sum of RGB (Red+Green+Blue) = 190+46+42=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 42 (16.80% from 255 or 15.11% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2E2A is #41D1D5. Grayscale: #585858. Windows color (decimal): -4313558 or 2764478. OLE color: 2764478.

HSL color Cylindrical-coordinate representation of color #BE2E2A: hue angle of 1.62º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2E2A is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 46 42 -
CMYK 0 0.76 0.78 0.25
HSL 1.62º 0.64% 0.45% -
HSV(B) 1.62º 0.78% 0.75% -
XYZ 22.63 13.07 3.52 -
YUV 88.6 101.71 200.33 -
System Red Green Blue C M Y K H S L
Decimal 190 46 42 0 0.76 0.78 0.25 1.62 0.64 0.45
Hex BE 2E 2A 0 4C 4E 19 2 40 2D
Octal 276 56 52 0 114 116 31 2 100 55
Binary 10111110 101110 101010 0 1001100 1001110 11001 10 1000000 101101

Color Harmonies of #BE2E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2E2A

Black with #BE2E2A

Text Example


Text Example

White with #BE2E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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